Searched refs:dccg_root_gate_disable_control (Results 1 – 3 of 3) sorted by relevance
216 …void (*dccg_root_gate_disable_control)(struct dccg *dccg, uint32_t pipe_idx, uint32_t disable_cloc… member
243 if (res_pool->dccg->funcs->dccg_root_gate_disable_control) { in dcn35_init_hw()245 res_pool->dccg->funcs->dccg_root_gate_disable_control(res_pool->dccg, i, 0); in dcn35_init_hw()
2403 .dccg_root_gate_disable_control = dccg35_root_gate_disable_control,