Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_utils.c283 enum mall_stream_type pipe_mall_type; in dml2_calculate_rq_and_dlg_params() local
324pipe_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()
325 if (pipe_mall_type == SUBVP_PHANTOM) { in dml2_calculate_rq_and_dlg_params()
353 if (pipe_mall_type != SUBVP_PHANTOM) { in dml2_calculate_rq_and_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c916 enum mall_stream_type pipe_mall_type; in subvp_vblank_schedulable() local
926 pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); in subvp_vblank_schedulable()
934 if (!found && pipe_mall_type == SUBVP_NONE) { in subvp_vblank_schedulable()
940 if (!subvp_pipe && pipe_mall_type == SUBVP_MAIN) in subvp_vblank_schedulable()
1050 enum mall_stream_type pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe); in subvp_validate_static_schedulability() local
1056 if (pipe_mall_type == SUBVP_MAIN) in subvp_validate_static_schedulability()
1058 if (pipe_mall_type == SUBVP_NONE) in subvp_validate_static_schedulability()
1066 pipe_mall_type == SUBVP_NONE) { in subvp_validate_static_schedulability()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3525 enum mall_stream_type pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe_ctx); in dcn401_update_dchubp_dpp_sequence() local
3680 if (resource_is_pipe_type(pipe_ctx, OTG_MASTER) && pipe_mall_type == SUBVP_MAIN) { in dcn401_update_dchubp_dpp_sequence()
3694 if (pipe_mall_type == SUBVP_PHANTOM && hubp->funcs->phantom_hubp_post_enable) in dcn401_update_dchubp_dpp_sequence()