Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h216 …void (*dccg_root_gate_disable_control)(struct dccg *dccg, uint32_t pipe_idx, uint32_t disable_cloc… member
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c244 if (res_pool->dccg->funcs->dccg_root_gate_disable_control) { in dcn35_init_hw()
246 res_pool->dccg->funcs->dccg_root_gate_disable_control(res_pool->dccg, i, 0); in dcn35_init_hw()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dccg/dcn35/
H A Ddcn35_dccg.c2406 .dccg_root_gate_disable_control = dccg35_root_gate_disable_control,