Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_pipe_crc.c41 static const char * const pipe_crc_sources[] = { variable
435 i = match_string(pipe_crc_sources, ARRAY_SIZE(pipe_crc_sources), buf); in display_crc_ctl_parse_source()
558 *count = ARRAY_SIZE(pipe_crc_sources); in intel_crtc_get_crc_sources()
559 return pipe_crc_sources; in intel_crtc_get_crc_sources()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_vkms.c414 static const char * const pipe_crc_sources[] = {"auto"}; variable
442 *count = ARRAY_SIZE(pipe_crc_sources); in vmw_vkms_get_crc_sources()
443 return pipe_crc_sources; in vmw_vkms_get_crc_sources()
/linux/drivers/gpu/drm/vkms/
H A Dvkms_composer.c559 static const char *const pipe_crc_sources[] = { "auto" }; variable
564 *count = ARRAY_SIZE(pipe_crc_sources); in vkms_get_crc_sources()
565 return pipe_crc_sources; in vkms_get_crc_sources()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crc.c35 static const char *const pipe_crc_sources[] = { variable
82 *count = ARRAY_SIZE(pipe_crc_sources); in amdgpu_dm_crtc_get_crc_sources()
83 return pipe_crc_sources; in amdgpu_dm_crtc_get_crc_sources()