Home
last modified time | relevance | path

Searched refs:drm_show_fdinfo (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/drm/
H A Ddrm_file.h498 void drm_show_fdinfo(struct seq_file *m, struct file *f);
/openbmc/linux/Documentation/gpu/
H A Ddrm-usage-stats.rst163 Drivers should use drm_show_fdinfo() in their `struct file_operations`, and
165 are not provided by drm_show_fdinfo(). But even driver specific stats should
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_file.c1013 void drm_show_fdinfo(struct seq_file *m, struct file *f) in drm_show_fdinfo() function
1033 EXPORT_SYMBOL(drm_show_fdinfo);
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_drv.c1076 .show_fdinfo = drm_show_fdinfo,
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_driver.c1722 .show_fdinfo = drm_show_fdinfo,
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c2762 .show_fdinfo = drm_show_fdinfo,