Searched refs:set_vupdate_keepout (Results 1 – 3 of 3) sorted by relevance
380 void (*set_vupdate_keepout)(struct timing_generator *tg, bool enable); member
528 .set_vupdate_keepout = optc401_set_vupdate_keepout,
1752 if (pipe_ctx->stream_res.tg->funcs->set_vupdate_keepout) in dcn401_perform_3dlut_wa_unlock()1753 pipe_ctx->stream_res.tg->funcs->set_vupdate_keepout(pipe_ctx->stream_res.tg, true); in dcn401_perform_3dlut_wa_unlock()1769 if (pipe_ctx->stream_res.tg->funcs->set_vupdate_keepout) in dcn401_perform_3dlut_wa_unlock()1770 pipe_ctx->stream_res.tg->funcs->set_vupdate_keepout(pipe_ctx->stream_res.tg, false); in dcn401_perform_3dlut_wa_unlock()
Completed in 11 milliseconds