Home
last modified time | relevance | path

Searched refs:pipe_mall_type (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource_helpers.c657 enum mall_stream_type pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); in dcn32_subvp_drr_admissable() local
661 if (pipe_mall_type == SUBVP_MAIN) { in dcn32_subvp_drr_admissable()
670 if (pipe_mall_type == SUBVP_NONE) { in dcn32_subvp_drr_admissable()
718 enum mall_stream_type pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); in dcn32_subvp_vblank_admissable() local
722 if (pipe_mall_type == SUBVP_MAIN) { in dcn32_subvp_vblank_admissable()
731 if (pipe_mall_type == SUBVP_NONE) { in dcn32_subvp_vblank_admissable()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_mall_phantom.c525 enum mall_stream_type pipe_mall_type; in subvp_vblank_schedulable() local
535 pipe_mall_type = ctx->config.svp_pstate.callbacks.get_pipe_subvp_type(context, pipe); in subvp_vblank_schedulable()
542 if (!found && pipe_mall_type == SUBVP_NONE) { in subvp_vblank_schedulable()
548 if (!subvp_pipe && pipe_mall_type == SUBVP_MAIN) in subvp_vblank_schedulable()
611 …enum mall_stream_type pipe_mall_type = ctx->config.svp_pstate.callbacks.get_pipe_subvp_type(contex… in dml2_svp_validate_static_schedulability() local
617 pipe_mall_type == SUBVP_MAIN) in dml2_svp_validate_static_schedulability()
624 pipe_mall_type == SUBVP_NONE) { in dml2_svp_validate_static_schedulability()
H A Ddml2_utils.c282 enum mall_stream_type pipe_mall_type; in dml2_calculate_rq_and_dlg_params() local
323pipe_mall_type = dc_state_get_pipe_subvp_type(context, &context->res_ctx.pipe_ctx[dc_pipe_ctx_inde… in dml2_calculate_rq_and_dlg_params()
324 if (pipe_mall_type == SUBVP_PHANTOM) { in dml2_calculate_rq_and_dlg_params()
352 if (pipe_mall_type != SUBVP_PHANTOM) { in dml2_calculate_rq_and_dlg_params()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c382 enum mall_stream_type pipe_mall_type = SUBVP_NONE; in dcn32_subvp_pipe_control_lock() local
386 pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); in dcn32_subvp_pipe_control_lock()
388 if (pipe->stream && pipe->plane_state && pipe_mall_type == SUBVP_MAIN) { in dcn32_subvp_pipe_control_lock()
407 if (pipe->stream && pipe->plane_state && pipe_mall_type == SUBVP_MAIN && in dcn32_subvp_pipe_control_lock()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c866 enum mall_stream_type pipe_mall_type; in dc_dmub_setup_subvp_dmub_command() local
890 pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); in dc_dmub_setup_subvp_dmub_command()
901 pipe_mall_type == SUBVP_MAIN) { in dc_dmub_setup_subvp_dmub_command()
905 pipe_mall_type == SUBVP_NONE) { in dc_dmub_setup_subvp_dmub_command()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c915 enum mall_stream_type pipe_mall_type; in subvp_vblank_schedulable() local
925 pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); in subvp_vblank_schedulable()
933 if (!found && pipe_mall_type == SUBVP_NONE) { in subvp_vblank_schedulable()
939 if (!subvp_pipe && pipe_mall_type == SUBVP_MAIN) in subvp_vblank_schedulable()
1049 enum mall_stream_type pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); in subvp_validate_static_schedulability() local
1055 if (pipe_mall_type == SUBVP_MAIN) in subvp_validate_static_schedulability()
1057 if (pipe_mall_type == SUBVP_NONE) in subvp_validate_static_schedulability()
1065 pipe_mall_type == SUBVP_NONE) { in subvp_validate_static_schedulability()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1673 enum mall_stream_type pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe_ctx); in dcn20_update_dchubp_dpp() local
1842 pipe_mall_type == SUBVP_MAIN) { in dcn20_update_dchubp_dpp()
1856 if (pipe_mall_type == SUBVP_PHANTOM && hubp->funcs->phantom_hubp_post_enable) in dcn20_update_dchubp_dpp()