Home
last modified time | relevance | path

Searched refs:set_vupdate_keepout (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h380 void (*set_vupdate_keepout)(struct timing_generator *tg, bool enable); member
/linux-6.15/drivers/gpu/drm/amd/display/dc/optc/dcn401/
H A Ddcn401_optc.c528 .set_vupdate_keepout = optc401_set_vupdate_keepout,
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1734 if (pipe_ctx->stream_res.tg->funcs->set_vupdate_keepout) in dcn401_perform_3dlut_wa_unlock()
1735 pipe_ctx->stream_res.tg->funcs->set_vupdate_keepout(pipe_ctx->stream_res.tg, true); in dcn401_perform_3dlut_wa_unlock()
1751 if (pipe_ctx->stream_res.tg->funcs->set_vupdate_keepout) in dcn401_perform_3dlut_wa_unlock()
1752 pipe_ctx->stream_res.tg->funcs->set_vupdate_keepout(pipe_ctx->stream_res.tg, false); in dcn401_perform_3dlut_wa_unlock()