Searched refs:dc_phantom_pipes (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
| A D | dml21_wrapper.c | 94 struct pipe_ctx *dc_phantom_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__] = {0}; in dml21_calculate_rq_and_dlg_params() local 134 if (pln_prog->phantom_plane.valid && dc_phantom_pipes[dc_pipe_index]) { in dml21_calculate_rq_and_dlg_params() 135 dml21_program_dc_pipe(in_ctx, context, dc_phantom_pipes[dc_pipe_index], pln_prog, stream_prog); in dml21_calculate_rq_and_dlg_params() 312 struct pipe_ctx *dc_phantom_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__] = {0}; in dml21_prepare_mcache_programming() local 356 dc_phantom_pipes[0] && in dml21_prepare_mcache_programming() 358 dc_phantom_pipes[0]->plane_state) { in dml21_prepare_mcache_programming() 367 ASSERT(dc_phantom_pipes[dc_pipe_index]); in dml21_prepare_mcache_programming() 400 dc_phantom_pipes[0] && in dml21_prepare_mcache_programming() 402 dc_phantom_pipes[0]->plane_state) { in dml21_prepare_mcache_programming() 404 ASSERT(dc_phantom_pipes[dc_pipe_index]); in dml21_prepare_mcache_programming() [all …]
|
| A D | dml21_utils.h | 37 struct pipe_ctx *dc_phantom_pipes[__DML2_WRAPPER_MAX_STREAMS_PLANES__],
|
| A D | dml21_utils.c | 88 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 8 milliseconds