Searched refs:pipe_mall_type (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| H A D | dcn32_resource_helpers.c | 657 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_0/ |
| H A D | dml2_mall_phantom.c | 526 enum mall_stream_type pipe_mall_type; in subvp_vblank_schedulable() local 536 pipe_mall_type = ctx->config.svp_pstate.callbacks.get_pipe_subvp_type(context, pipe); in subvp_vblank_schedulable() 543 if (!found && pipe_mall_type == SUBVP_NONE) { in subvp_vblank_schedulable() 549 if (!subvp_pipe && pipe_mall_type == SUBVP_MAIN) in subvp_vblank_schedulable() 612 …enum mall_stream_type pipe_mall_type = ctx->config.svp_pstate.callbacks.get_pipe_subvp_type(contex… in dml2_svp_validate_static_schedulability() local 618 pipe_mall_type == SUBVP_MAIN) in dml2_svp_validate_static_schedulability() 625 pipe_mall_type == SUBVP_NONE) { in dml2_svp_validate_static_schedulability()
|
| H A D | dml2_utils.c | 282 enum mall_stream_type pipe_mall_type; in dml2_calculate_rq_and_dlg_params() local 323 …pipe_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 D | dcn32_hwseq.c | 389 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/dml/dcn32/ |
| H A D | dcn32_fpu.c | 916 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/ |
| H A D | dc_dmub_srv.c | 887 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 D | dcn20_hwseq.c | 1675 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 D | dcn401_hwseq.c | 3596 enum mall_stream_type pipe_mall_type = dc_state_get_pipe_subvp_type(context, pipe_ctx); in dcn401_update_dchubp_dpp_sequence() local 3751 if (resource_is_pipe_type(pipe_ctx, OTG_MASTER) && pipe_mall_type == SUBVP_MAIN) { in dcn401_update_dchubp_dpp_sequence() 3765 if (pipe_mall_type == SUBVP_PHANTOM && hubp->funcs->phantom_hubp_post_enable) in dcn401_update_dchubp_dpp_sequence()
|