Home
last modified time | relevance | path

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

/linux/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/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/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c380 enum mall_stream_type pipe_mall_type = SUBVP_NONE; in dcn32_subvp_pipe_control_lock() local
384 pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); in dcn32_subvp_pipe_control_lock()
386 if (pipe->stream && pipe->plane_state && pipe_mall_type == SUBVP_MAIN) { in dcn32_subvp_pipe_control_lock()
405 if (pipe->stream && pipe->plane_state && pipe_mall_type == SUBVP_MAIN && in dcn32_subvp_pipe_control_lock()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c865 enum mall_stream_type pipe_mall_type; in dc_dmub_setup_subvp_dmub_command() local
889 pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); in dc_dmub_setup_subvp_dmub_command()
900 pipe_mall_type == SUBVP_MAIN) { in dc_dmub_setup_subvp_dmub_command()
904 pipe_mall_type == SUBVP_NONE) { in dc_dmub_setup_subvp_dmub_command()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c914 enum mall_stream_type pipe_mall_type; in subvp_vblank_schedulable() local
924 pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); in subvp_vblank_schedulable()
932 if (!found && pipe_mall_type == SUBVP_NONE) { in subvp_vblank_schedulable()
938 if (!subvp_pipe && pipe_mall_type == SUBVP_MAIN) in subvp_vblank_schedulable()
1048 enum mall_stream_type pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); in subvp_validate_static_schedulability() local
1054 if (pipe_mall_type == SUBVP_MAIN) in subvp_validate_static_schedulability()
1056 if (pipe_mall_type == SUBVP_NONE) in subvp_validate_static_schedulability()
1064 pipe_mall_type == SUBVP_NONE) { in subvp_validate_static_schedulability()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1665 enum mall_stream_type pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe_ctx); in dcn20_update_dchubp_dpp() local
1821 pipe_mall_type == SUBVP_MAIN) { in dcn20_update_dchubp_dpp()
1835 if (pipe_mall_type == SUBVP_PHANTOM && hubp->funcs->phantom_hubp_post_enable) in dcn20_update_dchubp_dpp()