Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c824 struct pipe_ctx *mpo_pipe = pipe->bottom_pipe; in dcn21_fast_validate_bw()
832 && pipe->plane_state && mpo_pipe in dcn21_fast_validate_bw()
833 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn21_fast_validate_bw()
836 ASSERT(mpo_pipe->plane_state != pipe->plane_state); in dcn21_fast_validate_bw()
823 struct pipe_ctx *mpo_pipe = pipe->bottom_pipe; dcn21_fast_validate_bw() local
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1703 struct pipe_ctx *mpo_pipe = pipe->bottom_pipe; in dcn30_internal_validate_bw() local
1710 && pipe->plane_state && mpo_pipe in dcn30_internal_validate_bw()
1711 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn30_internal_validate_bw()
1714 ASSERT(mpo_pipe->plane_state != pipe->plane_state); in dcn30_internal_validate_bw()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c2217 struct pipe_ctx *mpo_pipe = pipe->bottom_pipe; in dcn32_internal_validate_bw()
2224 && pipe->plane_state && mpo_pipe in dcn32_internal_validate_bw()
2225 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn32_internal_validate_bw()
2228 ASSERT(mpo_pipe->plane_state != pipe->plane_state); in dcn32_internal_validate_bw()
2216 struct pipe_ctx *mpo_pipe = pipe->bottom_pipe; dcn32_internal_validate_bw() local