Home
last modified time | relevance | path

Searched refs:pri_dpp_pipe (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2114 struct pipe_ctx *pri_dpp_pipe = (struct pipe_ctx *) dpp_pipe; in resource_get_primary_dpp_pipe() local
2117 while (pri_dpp_pipe->prev_odm_pipe) in resource_get_primary_dpp_pipe()
2118 pri_dpp_pipe = pri_dpp_pipe->prev_odm_pipe; in resource_get_primary_dpp_pipe()
2119 while (pri_dpp_pipe->top_pipe && in resource_get_primary_dpp_pipe()
2120 pri_dpp_pipe->top_pipe->plane_state == pri_dpp_pipe->plane_state) in resource_get_primary_dpp_pipe()
2121 pri_dpp_pipe = pri_dpp_pipe->top_pipe; in resource_get_primary_dpp_pipe()
2122 return pri_dpp_pipe; in resource_get_primary_dpp_pipe()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1149 struct pipe_ctx *pri_dpp_pipe = resource_get_primary_dpp_pipe(dpp_pipe); in update_slice_table_for_plane() local
1153 table->mpc_combines[i].pri_pipe == pri_dpp_pipe) { in update_slice_table_for_plane()
1162 table->mpc_combines[i].pri_pipe = pri_dpp_pipe; in update_slice_table_for_plane()