Home
last modified time | relevance | path

Searched refs:dm_helpers_enable_periodic_detection (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddm_helpers.h186 void dm_helpers_enable_periodic_detection(struct dc_context *ctx, bool enable);
/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_clk_mgr.c158 dm_helpers_enable_periodic_detection(clk_mgr_base->ctx, true); in dcn31_update_clocks()
184 dm_helpers_enable_periodic_detection(clk_mgr_base->ctx, false); in dcn31_update_clocks()
/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_clk_mgr.c229 dm_helpers_enable_periodic_detection(clk_mgr_base->ctx, true); in dcn314_update_clocks()
255 dm_helpers_enable_periodic_detection(clk_mgr_base->ctx, false); in dcn314_update_clocks()
/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c404 dm_helpers_enable_periodic_detection(clk_mgr_base->ctx, true); in dcn35_update_clocks()
424 dm_helpers_enable_periodic_detection(clk_mgr_base->ctx, false); in dcn35_update_clocks()
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c1332 void dm_helpers_enable_periodic_detection(struct dc_context *ctx, bool enable) in dm_helpers_enable_periodic_detection() function