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.c2009 struct pipe_ctx *pri_dpp_pipe = (struct pipe_ctx *) dpp_pipe; in resource_get_primary_dpp_pipe() local
2012 while (pri_dpp_pipe->prev_odm_pipe) in resource_get_primary_dpp_pipe()
2013 pri_dpp_pipe = pri_dpp_pipe->prev_odm_pipe; in resource_get_primary_dpp_pipe()
2014 while (pri_dpp_pipe->top_pipe && in resource_get_primary_dpp_pipe()
2015 pri_dpp_pipe->top_pipe->plane_state == pri_dpp_pipe->plane_state) in resource_get_primary_dpp_pipe()
2016 pri_dpp_pipe = pri_dpp_pipe->top_pipe; in resource_get_primary_dpp_pipe()
2017 return pri_dpp_pipe; in resource_get_primary_dpp_pipe()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1147 struct pipe_ctx *pri_dpp_pipe = resource_get_primary_dpp_pipe(dpp_pipe); in update_slice_table_for_plane() local
1151 table->mpc_combines[i].pri_pipe == pri_dpp_pipe) { in update_slice_table_for_plane()
1160 table->mpc_combines[i].pri_pipe = pri_dpp_pipe; in update_slice_table_for_plane()