Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_wrapper.c129 struct pipe_ctx *dc_main_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__]; in dml21_calculate_rq_and_dlg_params() local
308 struct pipe_ctx *dc_main_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__]; in dml21_prepare_mcache_programming() local
341 if (num_pipes <= 0 || dc_main_pipes[0]->stream == NULL || in dml21_prepare_mcache_programming()
342 dc_main_pipes[0]->plane_state == NULL) in dml21_prepare_mcache_programming()
347 ASSERT(dc_main_pipes[dc_pipe_index]); in dml21_prepare_mcache_programming()
354 dc_main_pipes[0]->stream && in dml21_prepare_mcache_programming()
381 if (num_pipes <= 0 || dc_main_pipes[0]->stream == NULL || in dml21_prepare_mcache_programming()
382 dc_main_pipes[0]->plane_state == NULL) in dml21_prepare_mcache_programming()
387 ASSERT(dc_main_pipes[dc_pipe_index]); in dml21_prepare_mcache_programming()
389 memcpy(&dc_main_pipes[dc_pipe_index]->mcache_regs, in dml21_prepare_mcache_programming()
[all …]
H A Ddml21_utils.c87 struct pipe_ctx *dc_main_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__], in dml21_find_dc_pipes_for_plane()
102 memset(dc_main_pipes, 0, sizeof(struct pipe_ctx *) * __DML2_WRAPPER_MAX_STREAMS_PLANES__); in dml21_find_dc_pipes_for_plane()
118 …dml_ctx->config.callbacks.get_dpp_pipes_for_plane(dc_main_plane, &context->res_ctx, dc_main_pipes); in dml21_find_dc_pipes_for_plane()
123 …->config.callbacks.get_opp_heads_for_otg_master(otg_master_pipe, &context->res_ctx, dc_main_pipes); in dml21_find_dc_pipes_for_plane()
H A Ddml21_utils.h36 struct pipe_ctx *dc_main_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__],