Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/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()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_crtc.h822 const char *const *(*get_crc_sources)(struct drm_crtc *crtc, member
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c302 .get_crc_sources = amdgpu_dm_crtc_get_crc_sources,
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_crtc.c231 .get_crc_sources = intel_crtc_get_crc_sources, \