Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn31/
H A Ddcn31_hubp.c107 .set_unbounded_requesting = hubp31_set_unbounded_requesting,
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn35/
H A Ddcn35_hubp.c216 .set_unbounded_requesting = hubp31_set_unbounded_requesting,
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn32/
H A Ddcn32_hubp.c215 .set_unbounded_requesting = hubp31_set_unbounded_requesting,
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhubp.h273 void (*set_unbounded_requesting)( member
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
H A Ddcn401_hubp.c1053 .set_unbounded_requesting = hubp401_set_unbounded_requesting,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1707 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.c2988 if (hubp && hubp->funcs->set_unbounded_requesting) in hwss_hubp_set_unbounded_requesting()
2989 hubp->funcs->set_unbounded_requesting(hubp, unbounded_req); in hwss_hubp_set_unbounded_requesting()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3624 if (pipe_ctx->update_flags.bits.unbounded_req && hubp->funcs->set_unbounded_requesting) in dcn401_update_dchubp_dpp_sequence()