Home
last modified time | relevance | path

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

/Linux-v6.6/include/drm/
Ddrm_file.h472 void drm_show_fdinfo(struct seq_file *m, struct file *f);
/Linux-v6.6/Documentation/gpu/
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
/Linux-v6.6/drivers/gpu/drm/
Ddrm_file.c981 void drm_show_fdinfo(struct seq_file *m, struct file *f) in drm_show_fdinfo() function
1001 EXPORT_SYMBOL(drm_show_fdinfo);
/Linux-v6.6/drivers/gpu/drm/msm/
Dmsm_drv.c1076 .show_fdinfo = drm_show_fdinfo,
/Linux-v6.6/drivers/gpu/drm/i915/
Di915_driver.c1724 .show_fdinfo = drm_show_fdinfo,
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c2754 .show_fdinfo = drm_show_fdinfo,