Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn32/
Ddcn32_resource_helpers.c212 bool dcn32_is_center_timing(struct pipe_ctx *pipe) in dcn32_is_center_timing() function
Ddcn32_resource.h137 bool dcn32_is_center_timing(struct pipe_ctx *pipe);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddcn32_fpu.c628 …if (pipe->plane_state && !pipe->top_pipe && !pipe->prev_odm_pipe && !dcn32_is_center_timing(pipe) … in dcn32_assign_subvp_pipe()