Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_pipe_crc.c38 static const char * const pipe_crc_sources[] = { variable
428 i = match_string(pipe_crc_sources, ARRAY_SIZE(pipe_crc_sources), buf); in display_crc_ctl_parse_source()
551 *count = ARRAY_SIZE(pipe_crc_sources); in intel_crtc_get_crc_sources()
552 return pipe_crc_sources; in intel_crtc_get_crc_sources()
/linux-6.3-rc2/drivers/gpu/drm/vkms/
A Dvkms_composer.c252 static const char * const pipe_crc_sources[] = {"auto"}; variable
257 *count = ARRAY_SIZE(pipe_crc_sources); in vkms_get_crc_sources()
258 return pipe_crc_sources; in vkms_get_crc_sources()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_crc.c34 static const char *const pipe_crc_sources[] = { variable
81 *count = ARRAY_SIZE(pipe_crc_sources); in amdgpu_dm_crtc_get_crc_sources()
82 return pipe_crc_sources; in amdgpu_dm_crtc_get_crc_sources()

Completed in 7 milliseconds