#include <drm/drm_debugfs.h>
#include "lsdc_benchmark.h"
#include "lsdc_drv.h"
#include "lsdc_gem.h"
#include "lsdc_probe.h"
#include "lsdc_ttm.h"
static int lsdc_identify(struct seq_file *m, void *arg)
{ … }
static int lsdc_show_mm(struct seq_file *m, void *arg)
{ … }
static int lsdc_show_gfxpll_clock(struct seq_file *m, void *arg)
{ … }
static int lsdc_show_benchmark(struct seq_file *m, void *arg)
{ … }
static int lsdc_pdev_enable_io_mem(struct seq_file *m, void *arg)
{ … }
static struct drm_info_list lsdc_debugfs_list[] = …;
void lsdc_debugfs_init(struct drm_minor *minor)
{ … }