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 11int lsdc_show_benchmark_copy(struct lsdc_device *ldev, struct drm_printer *p); 12 13#endif 14