Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_debugfs_crc.c87 if (crtc->funcs->get_crc_sources) { in crc_control_show()
89 const char *const *sources = crtc->funcs->get_crc_sources(crtc, in crc_control_show()
/linux/include/drm/
H A Ddrm_crtc.h822 const char *const *(*get_crc_sources)(struct drm_crtc *crtc, member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c547 .get_crc_sources = amdgpu_dm_crtc_get_crc_sources,
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c547 .get_crc_sources = nv50_crc_get_sources,
/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.c1178 .get_crc_sources = rcar_du_crtc_get_crc_sources,
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c789 .get_crc_sources = vmw_vkms_get_crc_sources,