14 lines · c
1/* SPDX-License-Identifier: GPL-2.0+ */2/*3 * Copyright (C) 2023 Loongson Technology Corporation Limited4 */5 6#ifndef __LSDC_BENCHMARK_H__7#define __LSDC_BENCHMARK_H__8 9#include "lsdc_drv.h"10 11int lsdc_show_benchmark_copy(struct lsdc_device *ldev, struct drm_printer *p);12 13#endif14