Home
last modified time | relevance | path

Searched refs:dpp_pipe (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.h91 int (*get_mpc_slice_index)(const struct pipe_ctx *dpp_pipe);
92 int (*get_mpc_slice_count)(const struct pipe_ctx *dpp_pipe);
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h419 struct pipe_ctx *resource_get_primary_dpp_pipe(const struct pipe_ctx *dpp_pipe);
426 int resource_get_mpc_slice_index(const struct pipe_ctx *dpp_pipe);
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2006 ASSERT(resource_is_pipe_type(dpp_pipe, DPP_PIPE)); in resource_get_primary_dpp_pipe()
2413 struct pipe_ctx *dpp_pipe) in get_last_dpp_pipe_in_mpcc_combine() argument
2416 while (dpp_pipe->bottom_pipe && in get_last_dpp_pipe_in_mpcc_combine()
2417 dpp_pipe->plane_state == dpp_pipe->bottom_pipe->plane_state) in get_last_dpp_pipe_in_mpcc_combine()
2418 dpp_pipe = dpp_pipe->bottom_pipe; in get_last_dpp_pipe_in_mpcc_combine()
2419 return dpp_pipe; in get_last_dpp_pipe_in_mpcc_combine()
3032 struct pipe_ctx *dpp_pipe, in acquire_dpp_pipe_and_add_mpc_slice() argument
3038 get_last_dpp_pipe_in_mpcc_combine(dpp_pipe); in acquire_dpp_pipe_and_add_mpc_slice()
3095 struct pipe_ctx *dpp_pipe, in release_dpp_pipe_and_remove_mpc_slice() argument
3100 get_last_dpp_pipe_in_mpcc_combine(dpp_pipe); in release_dpp_pipe_and_remove_mpc_slice()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1692 struct pipe_ctx *dpp_pipe = dpp_pipes[dpp_idx]; in dcn401_wait_for_det_buffer_update() local
1693 if (dpp_pipe && hubbub && in dcn401_wait_for_det_buffer_update()
1694 dpp_pipe->plane_res.hubp && in dcn401_wait_for_det_buffer_update()
1696 hubbub->funcs->wait_for_det_update(hubbub, dpp_pipe->plane_res.hubp->inst); in dcn401_wait_for_det_buffer_update()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1144 struct pipe_ctx *dpp_pipe, struct dc_plane_state *plane, int diff) in update_slice_table_for_plane() argument
1147 struct pipe_ctx *pri_dpp_pipe = resource_get_primary_dpp_pipe(dpp_pipe); in update_slice_table_for_plane()