Searched refs:verify_crc_source (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/pci/drm/ |
H A D | drm_debugfs_crc.c | 98 if (!crtc->funcs->verify_crc_source(crtc, sources[i], in crc_control_show() 146 ret = crtc->funcs->verify_crc_source(crtc, source, &values_cnt); in crc_control_write() 216 ret = crtc->funcs->verify_crc_source(crtc, crc->source, &values_cnt); in crtc_crc_open() 372 if (!crtc->funcs->set_crc_source || !crtc->funcs->verify_crc_source) in drm_debugfs_crtc_crc_add()
|
/openbsd/sys/dev/pci/drm/include/drm/ |
H A D | drm_crtc.h | 800 int (*verify_crc_source)(struct drm_crtc *crtc, const char *source, member
|
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_crtc.c | 301 .verify_crc_source = amdgpu_dm_crtc_verify_crc_source,
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_crtc.c | 230 .verify_crc_source = intel_crtc_verify_crc_source, \
|