linux-yocto/drivers/gpu/drm/loongson/lsdc_benchmark.h
Bruce Ashfield d44aabb455 master: sync with upstream 6.6
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-04-25 14:25:34 -04:00

14 lines
279 B
C

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