Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h418 uint32_t unbounded_req : 1; member
481 bool unbounded_req; member
/linux/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/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1521 new_pipe->update_flags.bits.unbounded_req = 1; in dcn20_detect_pipe_changes()
1662 if (old_pipe->unbounded_req != new_pipe->unbounded_req) in dcn20_detect_pipe_changes()
1663 new_pipe->update_flags.bits.unbounded_req = 1; in dcn20_detect_pipe_changes()
1714 if (pipe_ctx->update_flags.bits.unbounded_req && hubp->funcs->set_unbounded_requesting) in dcn20_update_dchubp_dpp()
1715 hubp->funcs->set_unbounded_requesting(hubp, pipe_ctx->unbounded_req); in dcn20_update_dchubp_dpp()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2476 new_pipe->update_flags.bits.unbounded_req = 1; in dcn401_detect_pipe_changes()
2617 if (old_pipe->unbounded_req != new_pipe->unbounded_req) in dcn401_detect_pipe_changes()
2618 new_pipe->update_flags.bits.unbounded_req = 1; in dcn401_detect_pipe_changes()