Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h403 uint32_t unbounded_req : 1; member
466 bool unbounded_req; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_utils.c222 pipe_ctx->unbounded_req = false; in dml21_program_dc_pipe()
226 pipe_ctx->unbounded_req = pln_prog->pipe_regs[pipe_reg_index]->rq_regs.unbounded_request_enabled; in dml21_program_dc_pipe()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A 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.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1512 new_pipe->update_flags.bits.unbounded_req = 1; in dcn20_detect_pipe_changes()
1653 if (old_pipe->unbounded_req != new_pipe->unbounded_req) in dcn20_detect_pipe_changes()
1654 new_pipe->update_flags.bits.unbounded_req = 1; in dcn20_detect_pipe_changes()
1705 if (pipe_ctx->update_flags.bits.unbounded_req && hubp->funcs->set_unbounded_requesting) in dcn20_update_dchubp_dpp()
1706 hubp->funcs->set_unbounded_requesting(hubp, pipe_ctx->unbounded_req); in dcn20_update_dchubp_dpp()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2466 new_pipe->update_flags.bits.unbounded_req = 1; in dcn401_detect_pipe_changes()
2607 if (old_pipe->unbounded_req != new_pipe->unbounded_req) in dcn401_detect_pipe_changes()
2608 new_pipe->update_flags.bits.unbounded_req = 1; in dcn401_detect_pipe_changes()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A 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.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1714 context->res_ctx.pipe_ctx[i].unbounded_req = false; in dcn32_calculate_dlg_params()
1718 context->res_ctx.pipe_ctx[i].unbounded_req = unbounded_req_enabled; in dcn32_calculate_dlg_params()