Searched refs:allow_self_refresh_control (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/ |
H A D | dcn301_hubbub.c | 61 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | dchubbub.h | 162 void (*allow_self_refresh_control)(struct hubbub *hubbub, bool allow); member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hubbub.c | 604 hubbub->funcs->allow_self_refresh_control(hubbub, !hubbub->ctx->dc->debug.disable_stutter); in hubbub2_program_watermarks() 650 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
H A D | dcn20_hwseq.c | 2039 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, false); in dcn20_post_unlock_program_front_end()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_hwseq.c | 212 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn31_init_hw() 213 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn31_init_hw()
|
H A D | dcn31_hubbub.c | 1040 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_hubbub.c | 449 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
H A D | dcn30_hwseq.c | 529 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn30_init_hw() 530 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn30_init_hw()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hw_sequencer.c | 838 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_bios_golden_init() 841 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_bios_golden_init() 1567 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_init_hw() 1568 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_init_hw() 3341 hubbub->funcs->allow_self_refresh_control(hubbub, !dc->debug.disable_stutter); in dcn10_update_pending_status()
|
H A D | dcn10_hubbub.c | 940 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_hwseq.c | 863 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn32_init_hw() 864 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn32_init_hw()
|
H A D | dcn32_hubbub.c | 987 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
H A D | dcn21_hubbub.c | 702 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|