Home
last modified time | relevance | path

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

/linux-6.12.1/include/drm/
Ddrm_file.h491 void drm_show_fdinfo(struct seq_file *m, struct file *f);
/linux-6.12.1/Documentation/gpu/
Ddrm-usage-stats.rst179 Drivers should use drm_show_fdinfo() in their `struct file_operations`, and
181 are not provided by drm_show_fdinfo(). But even driver specific stats should
/linux-6.12.1/drivers/gpu/drm/
Ddrm_file.c936 void drm_show_fdinfo(struct seq_file *m, struct file *f) in drm_show_fdinfo() function
956 EXPORT_SYMBOL(drm_show_fdinfo);
/linux-6.12.1/drivers/gpu/drm/v3d/
Dv3d_drv.c194 .show_fdinfo = drm_show_fdinfo,
/linux-6.12.1/drivers/gpu/drm/panfrost/
Dpanfrost_drv.c579 .show_fdinfo = drm_show_fdinfo,
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_device.c243 .show_fdinfo = drm_show_fdinfo,
/linux-6.12.1/drivers/gpu/drm/msm/
Dmsm_drv.c888 .show_fdinfo = drm_show_fdinfo,
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_driver.c1676 .show_fdinfo = drm_show_fdinfo,
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c2933 .show_fdinfo = drm_show_fdinfo,