Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
A Ddml21_wrapper.c126 struct pipe_ctx *dc_phantom_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__] = {0}; in dml21_calculate_rq_and_dlg_params() local
162 if (pln_prog->phantom_plane.valid && dc_phantom_pipes[dc_pipe_index]) { in dml21_calculate_rq_and_dlg_params()
163 dml21_program_dc_pipe(in_ctx, context, dc_phantom_pipes[dc_pipe_index], pln_prog, stream_prog); in dml21_calculate_rq_and_dlg_params()
293 struct pipe_ctx *dc_phantom_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__] = {0}; in dml21_prepare_mcache_programming() local
337 dc_phantom_pipes[0] && in dml21_prepare_mcache_programming()
339 dc_phantom_pipes[0]->plane_state) { in dml21_prepare_mcache_programming()
348 ASSERT(dc_phantom_pipes[dc_pipe_index]); in dml21_prepare_mcache_programming()
381 dc_phantom_pipes[0] && in dml21_prepare_mcache_programming()
383 dc_phantom_pipes[0]->plane_state) { in dml21_prepare_mcache_programming()
385 ASSERT(dc_phantom_pipes[dc_pipe_index]); in dml21_prepare_mcache_programming()
[all …]
A Ddml21_utils.h37 struct pipe_ctx *dc_phantom_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__],
A Ddml21_utils.c88 struct pipe_ctx *dc_phantom_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__], in dml21_find_dc_pipes_for_plane()
103 memset(dc_phantom_pipes, 0, sizeof(struct pipe_ctx *) * __DML2_WRAPPER_MAX_STREAMS_PLANES__); in dml21_find_dc_pipes_for_plane()
137 …x->config.callbacks.get_dpp_pipes_for_plane(dc_phantom_plane, &context->res_ctx, dc_phantom_pipes); in dml21_find_dc_pipes_for_plane()

Completed in 11 milliseconds