Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h420 uint32_t unbounded_req : 1; member
490 bool unbounded_req; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
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.c1514 new_pipe->update_flags.bits.unbounded_req = 1; in dcn20_detect_pipe_changes()
1655 if (old_pipe->unbounded_req != new_pipe->unbounded_req) in dcn20_detect_pipe_changes()
1656 new_pipe->update_flags.bits.unbounded_req = 1; in dcn20_detect_pipe_changes()
1707 if (pipe_ctx->update_flags.bits.unbounded_req && hubp->funcs->set_unbounded_requesting) in dcn20_update_dchubp_dpp()
1708 hubp->funcs->set_unbounded_requesting(hubp, pipe_ctx->unbounded_req); in dcn20_update_dchubp_dpp()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2986 bool unbounded_req = params->hubp_set_unbounded_requesting_params.unbounded_req; in hwss_hubp_set_unbounded_requesting() local
2989 hubp->funcs->set_unbounded_requesting(hubp, unbounded_req); in hwss_hubp_set_unbounded_requesting()
3841 bool unbounded_req) in hwss_add_hubp_set_unbounded_requesting() argument
3846 …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/hwss/dcn401/
H A Ddcn401_hwseq.c2800 new_pipe->update_flags.bits.unbounded_req = 1; in dcn401_detect_pipe_changes()
2941 if (old_pipe->unbounded_req != new_pipe->unbounded_req) in dcn401_detect_pipe_changes()
2942 new_pipe->update_flags.bits.unbounded_req = 1; in dcn401_detect_pipe_changes()
3624 if (pipe_ctx->update_flags.bits.unbounded_req && hubp->funcs->set_unbounded_requesting) in dcn401_update_dchubp_dpp_sequence()
3625 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/hwss/
H A Dhw_sequencer.h658 bool unbounded_req; member
1931 bool unbounded_req);
/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.c1717 context->res_ctx.pipe_ctx[i].unbounded_req = false; in dcn32_calculate_dlg_params()
1721 context->res_ctx.pipe_ctx[i].unbounded_req = unbounded_req_enabled; in dcn32_calculate_dlg_params()