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/ |
D | dchubbub.h | 150 void (*allow_self_refresh_control)(struct hubbub *hubbub, bool allow); member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hubbub.c | 607 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,
|
D | dcn20_hwseq.c | 1765 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/ |
D | dcn30_hubbub.c | 397 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
D | dcn30_hwseq.c | 563 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/ |
D | dcn10_hw_sequencer.c | 745 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()
|
D | dcn10_hubbub.c | 941 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_hubbub.c | 700 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|