1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2023 Loongson Technology Corporation Limited
*/
#ifndef __LSDC_BENCHMARK_H__
#define __LSDC_BENCHMARK_H__
#include "lsdc_drv.h"
int lsdc_show_benchmark_copy(struct lsdc_device *ldev, struct drm_printer *p);
#endif