Searched refs:hubp_enable_3dlut_fl (Results 1 – 3 of 3) sorted by relevance
269 void (*hubp_enable_3dlut_fl)(struct hubp *hubp, bool enable); member
551 if (hubp->funcs->hubp_enable_3dlut_fl) in dcn401_populate_mcm_luts()552 hubp->funcs->hubp_enable_3dlut_fl(hubp, false); in dcn401_populate_mcm_luts()644 if (hubp->funcs->hubp_enable_3dlut_fl) in dcn401_populate_mcm_luts()645 hubp->funcs->hubp_enable_3dlut_fl(hubp, true); in dcn401_populate_mcm_luts()662 if (hubp->funcs->hubp_enable_3dlut_fl) { in dcn401_trigger_3dlut_dma_load()663 hubp->funcs->hubp_enable_3dlut_fl(hubp, true); in dcn401_trigger_3dlut_dma_load()
1002 .hubp_enable_3dlut_fl = hubp401_enable_3dlut_fl,