Home
last modified time | relevance | path

Searched refs:unbounded_req (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_utils.c223 pipe_ctx->unbounded_req = false; in dml21_program_dc_pipe()
227 pipe_ctx->unbounded_req = pln_prog->pipe_regs[pipe_reg_index]->rq_regs.unbounded_request_enabled; in dml21_program_dc_pipe()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_utils.c328 context->res_ctx.pipe_ctx[dc_pipe_ctx_index].unbounded_req = false; in dml2_calculate_rq_and_dlg_params()
332 …context->res_ctx.pipe_ctx[dc_pipe_ctx_index].unbounded_req = in_ctx->v20.dml_core_ctx.ms.Unbounded… in dml2_calculate_rq_and_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2731 new_pipe->update_flags.bits.unbounded_req = 1; in dcn401_detect_pipe_changes()
2872 if (old_pipe->unbounded_req != new_pipe->unbounded_req) in dcn401_detect_pipe_changes()
2873 new_pipe->update_flags.bits.unbounded_req = 1; in dcn401_detect_pipe_changes()
3553 if (pipe_ctx->update_flags.bits.unbounded_req && hubp->funcs->set_unbounded_requesting) in dcn401_update_dchubp_dpp_sequence()
3554 hwss_add_hubp_set_unbounded_requesting(seq_state, hubp, pipe_ctx->unbounded_req); in dcn401_update_dchubp_dpp_sequence()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c3009 bool unbounded_req = params->hubp_set_unbounded_requesting_params.unbounded_req; in hwss_hubp_set_unbounded_requesting() local
3012 hubp->funcs->set_unbounded_requesting(hubp, unbounded_req); in hwss_hubp_set_unbounded_requesting()
3878 bool unbounded_req) in hwss_add_hubp_set_unbounded_requesting() argument
3883 …s[*seq_state->num_steps].params.hubp_set_unbounded_requesting_params.unbounded_req = unbounded_req; in hwss_add_hubp_set_unbounded_requesting()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1192 context->res_ctx.pipe_ctx[i].unbounded_req = false; in dcn20_calculate_dlg_params()
1195 context->res_ctx.pipe_ctx[i].unbounded_req = pipes[pipe_idx].pipe.src.unbounded_req_mode; in dcn20_calculate_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1685 context->res_ctx.pipe_ctx[i].unbounded_req = false; in dcn32_calculate_dlg_params()
1689 context->res_ctx.pipe_ctx[i].unbounded_req = unbounded_req_enabled; in dcn32_calculate_dlg_params()