Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_hubbub.c61 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h155 void (*allow_self_refresh_control)(struct hubbub *hubbub, bool allow); member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubbub.c604 hubbub->funcs->allow_self_refresh_control(hubbub, !hubbub->ctx->dc->debug.disable_stutter); in hubbub2_program_watermarks()
639 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
Ddcn20_hwseq.c1801 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, false); in dcn20_post_unlock_program_front_end()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hwseq.c215 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn31_init_hw()
216 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn31_init_hw()
Ddcn31_hubbub.c959 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hubbub.c449 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
Ddcn30_hwseq.c581 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn30_init_hw()
582 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn30_init_hw()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c770 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_bios_golden_init()
773 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_bios_golden_init()
1447 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_init_hw()
1448 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_init_hw()
3163 hubbub->funcs->allow_self_refresh_control(hubbub, !dc->debug.disable_stutter); in dcn10_update_pending_status()
Ddcn10_hubbub.c942 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_hubbub.c702 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,