Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h399 uint32_t unbounded_req : 1; member
462 bool unbounded_req; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/
Ddml21_utils.c175 out->unbounded_req = rq_regs->unbounded_request_enabled; in dml21_update_pipe_ctx_dchub_regs()
309 pipe_ctx->unbounded_req = false; in dml21_program_dc_pipe()
319 pipe_ctx->unbounded_req = pln_prog->pipe_regs[pipe_reg_index]->rq_regs.unbounded_request_enabled; in dml21_program_dc_pipe()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddml2_utils.c327 context->res_ctx.pipe_ctx[dc_pipe_ctx_index].unbounded_req = false; in dml2_calculate_rq_and_dlg_params()
331 …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-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c1504 new_pipe->update_flags.bits.unbounded_req = 1; in dcn20_detect_pipe_changes()
1645 if (old_pipe->unbounded_req != new_pipe->unbounded_req) in dcn20_detect_pipe_changes()
1646 new_pipe->update_flags.bits.unbounded_req = 1; in dcn20_detect_pipe_changes()
1688 if (pipe_ctx->update_flags.bits.unbounded_req && hubp->funcs->set_unbounded_requesting) in dcn20_update_dchubp_dpp()
1689 hubp->funcs->set_unbounded_requesting(hubp, pipe_ctx->unbounded_req); in dcn20_update_dchubp_dpp()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddcn20_fpu.c1193 context->res_ctx.pipe_ctx[i].unbounded_req = false; in dcn20_calculate_dlg_params()
1196 context->res_ctx.pipe_ctx[i].unbounded_req = pipes[pipe_idx].pipe.src.unbounded_req_mode; in dcn20_calculate_dlg_params()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddcn32_fpu.c1713 context->res_ctx.pipe_ctx[i].unbounded_req = false; in dcn32_calculate_dlg_params()
1717 context->res_ctx.pipe_ctx[i].unbounded_req = unbounded_req_enabled; in dcn32_calculate_dlg_params()