lsdc_benchmark.h 279 B

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