/* 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 |