Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/
Ddml21_wrapper.c128 struct dml2_per_stream_programming *stream_prog = NULL; in dml21_calculate_rq_and_dlg_params() local
151stream_prog = &in_ctx->v21.mode_programming.programming->stream_programming[pln_prog->plane_descri… in dml21_calculate_rq_and_dlg_params()
164 dml21_program_dc_pipe(in_ctx, context, dc_main_pipes[dc_pipe_index], pln_prog, stream_prog); in dml21_calculate_rq_and_dlg_params()
167 dml21_program_dc_pipe(in_ctx, context, dc_phantom_pipes[dc_pipe_index], pln_prog, stream_prog); in dml21_calculate_rq_and_dlg_params()
Ddml21_utils.h43 struct dml2_per_stream_programming *stream_prog);
Ddml21_utils.c213 struct dml2_per_stream_programming *stream_prog) in dml21_program_dc_pipe() argument
217 dml21_pipe_populate_global_sync(dml_ctx, context, pipe_ctx, stream_prog); in dml21_program_dc_pipe()
239 dml21_set_dc_p_state_type(pipe_ctx, stream_prog, sub_vp_enabled); in dml21_program_dc_pipe()