Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[linux-2.6-microblaze.git] / drivers / gpu / drm / loongson / lsdc_benchmark.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2023 Loongson Technology Corporation Limited
4  */
5
6 #ifndef __LSDC_BENCHMARK_H__
7 #define __LSDC_BENCHMARK_H__
8
9 #include "lsdc_drv.h"
10
11 int lsdc_show_benchmark_copy(struct lsdc_device *ldev, struct drm_printer *p);
12
13 #endif