Home
last modified time | relevance | path

Searched refs:pipe_mall_type (Results 1 – 5 of 5) 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/hwss/dcn32/
H A Ddcn32_hwseq.c389 enum mall_stream_type pipe_mall_type = SUBVP_NONE; in dcn32_subvp_pipe_control_lock() local
393 pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); in dcn32_subvp_pipe_control_lock()
395 if (pipe->stream && pipe->plane_state && pipe_mall_type == SUBVP_MAIN) { in dcn32_subvp_pipe_control_lock()
414 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.c887 enum mall_stream_type pipe_mall_type; in dc_dmub_setup_subvp_dmub_command() local
911 pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); in dc_dmub_setup_subvp_dmub_command()
922 pipe_mall_type == SUBVP_MAIN) { in dc_dmub_setup_subvp_dmub_command()
926 pipe_mall_type == SUBVP_NONE) { in dc_dmub_setup_subvp_dmub_command()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1675 enum mall_stream_type pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe_ctx); in dcn20_update_dchubp_dpp() local
1847 pipe_mall_type == SUBVP_MAIN) { in dcn20_update_dchubp_dpp()
1861 if (pipe_mall_type == SUBVP_PHANTOM && hubp->funcs->phantom_hubp_post_enable) in dcn20_update_dchubp_dpp()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3591 enum mall_stream_type pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe_ctx); in dcn401_update_dchubp_dpp_sequence() local
3746 if (resource_is_pipe_type(pipe_ctx, OTG_MASTER) && pipe_mall_type == SUBVP_MAIN) { in dcn401_update_dchubp_dpp_sequence()
3760 if (pipe_mall_type == SUBVP_PHANTOM && hubp->funcs->phantom_hubp_post_enable) in dcn401_update_dchubp_dpp_sequence()