Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ !
Ddml2_wrapper.h142 …struct dc_stream_state *(*get_paired_subvp_stream)(const struct dc_state *state, const struct dc_s… member
Ddml2_mall_phantom.c376 phantom = ctx->config.svp_pstate.callbacks.get_paired_subvp_stream(context, pipe->stream); in subvp_subvp_schedulable()
461 phantom_stream = ctx->config.svp_pstate.callbacks.get_paired_subvp_stream(context, pipe->stream); in dml2_svp_drr_schedulable()
556 …phantom_stream = ctx->config.svp_pstate.callbacks.get_paired_subvp_stream(context, subvp_pipe->str… in subvp_vblank_schedulable()
Ddml2_dc_resource_mgmt.c821 main_stream = ctx->config.svp_pstate.callbacks.get_paired_subvp_stream(state, stream); in get_target_mpc_factor()
882 main_stream = ctx->config.svp_pstate.callbacks.get_paired_subvp_stream(state, stream); in get_target_odm_factor()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/ !
Ddml21_utils.c127 …dc_phantom_stream = dml_ctx->config.svp_pstate.callbacks.get_paired_subvp_stream(context, dc_main_… in dml21_find_dc_pipes_for_plane()
538 phantom_stream = dml_ctx->config.svp_pstate.callbacks.get_paired_subvp_stream(context, stream); in dml21_build_fams2_programming()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/ !
Ddc_resource.c5267 dml2_options->svp_pstate.callbacks.get_paired_subvp_stream = &dc_state_get_paired_subvp_stream; in resource_init_common_dml2_callbacks()