Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h148 void (*allow_self_refresh_control)(struct hubbub *hubbub, bool allow); member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubbub.c949 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
Ddcn10_hw_sequencer.c695 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_bios_golden_init()
698 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, true); in dcn10_bios_golden_init()