Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h146 void (*allow_self_refresh_control)(struct hubbub *hubbub, bool allow); member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_hubbub.c599 hubbub->funcs->allow_self_refresh_control(hubbub, !hubbub->ctx->dc->debug.disable_stutter); in hubbub2_program_watermarks()
613 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_hubbub.c957 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
H A Damdgpu_dcn10_hw_sequencer.c741 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_bios_golden_init()
744 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, true); in dcn10_bios_golden_init()