Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/include/drm/
H A Ddrm_crtc.h822 const char *const *(*get_crc_sources)(struct drm_crtc *crtc, member
/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_crtc.c171 .get_crc_sources = vkms_get_crc_sources,
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c302 .get_crc_sources = amdgpu_dm_crtc_get_crc_sources,
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_crtc.c231 .get_crc_sources = intel_crtc_get_crc_sources, \
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c552 .get_crc_sources = nv50_crc_get_sources,
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.c1178 .get_crc_sources = rcar_du_crtc_get_crc_sources,