Searched refs:set_unbounded_requesting (Results 1 – 8 of 8) sorted by relevance
107 .set_unbounded_requesting = hubp31_set_unbounded_requesting,
216 .set_unbounded_requesting = hubp31_set_unbounded_requesting,
215 .set_unbounded_requesting = hubp31_set_unbounded_requesting,
273 void (*set_unbounded_requesting)( member
1053 .set_unbounded_requesting = hubp401_set_unbounded_requesting,
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()
2988 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()
3624 if (pipe_ctx->update_flags.bits.unbounded_req && hubp->funcs->set_unbounded_requesting) in dcn401_update_dchubp_dpp_sequence()