Home
last modified time | relevance | path

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

12

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_hubbub.c61 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_hubbub.c61 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_hubbub.c61 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h146 void (*allow_self_refresh_control)(struct hubbub *hubbub, bool allow); member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h146 void (*allow_self_refresh_control)(struct hubbub *hubbub, bool allow); member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h146 void (*allow_self_refresh_control)(struct hubbub *hubbub, bool allow); member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubbub.c603 hubbub->funcs->allow_self_refresh_control(hubbub, !hubbub->ctx->dc->debug.disable_stutter); in hubbub2_program_watermarks()
618 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubbub.c603 hubbub->funcs->allow_self_refresh_control(hubbub, !hubbub->ctx->dc->debug.disable_stutter); in hubbub2_program_watermarks()
618 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
H A Ddcn20_hwseq.c1779 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, false); in dcn20_post_unlock_program_front_end()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubbub.c603 hubbub->funcs->allow_self_refresh_control(hubbub, !hubbub->ctx->dc->debug.disable_stutter); in hubbub2_program_watermarks()
618 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hubbub.c449 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
H A Ddcn30_hwseq.c567 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn30_init_hw()
568 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn30_init_hw()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hubbub.c449 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
H A Ddcn30_hwseq.c567 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn30_init_hw()
568 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn30_init_hw()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hubbub.c449 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
H A Ddcn30_hwseq.c567 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn30_init_hw()
568 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn30_init_hw()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c747 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_bios_golden_init()
750 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_bios_golden_init()
1408 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_init_hw()
1409 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_init_hw()
3480 hubbub->funcs->allow_self_refresh_control(hubbub, !dc->debug.disable_stutter); in dcn10_update_pending_status()
H A Ddcn10_hubbub.c941 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c747 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_bios_golden_init()
750 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_bios_golden_init()
1408 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_init_hw()
1409 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_init_hw()
3480 hubbub->funcs->allow_self_refresh_control(hubbub, !dc->debug.disable_stutter); in dcn10_update_pending_status()
H A Ddcn10_hubbub.c941 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c747 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_bios_golden_init()
750 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_bios_golden_init()
1408 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_init_hw()
1409 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_init_hw()
3480 hubbub->funcs->allow_self_refresh_control(hubbub, !dc->debug.disable_stutter); in dcn10_update_pending_status()
H A Ddcn10_hubbub.c941 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubbub.c702 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubbub.c702 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubbub.c702 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,

12