Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h150 void (*allow_self_refresh_control)(struct hubbub *hubbub, bool allow); member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubbub.c607 hubbub->funcs->allow_self_refresh_control(hubbub, !hubbub->ctx->dc->debug.disable_stutter); in hubbub2_program_watermarks()
622 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
Ddcn20_hwseq.c1765 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, false); in dcn20_post_unlock_program_front_end()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hubbub.c397 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
Ddcn30_hwseq.c563 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn30_init_hw()
564 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn30_init_hw()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c745 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_bios_golden_init()
748 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_bios_golden_init()
1399 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_init_hw()
1400 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_init_hw()
3334 hubbub->funcs->allow_self_refresh_control(hubbub, !dc->debug.disable_stutter); in dcn10_update_pending_status()
Ddcn10_hubbub.c941 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_hubbub.c700 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,