Home
last modified time | relevance | path

Searched refs:old_clk (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hwseq.c585 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn31_reset_hw_ctx_wrap() local
590 if (old_clk) in dcn31_reset_hw_ctx_wrap()
591 old_clk->funcs->cs_power_down(old_clk); in dcn31_reset_hw_ctx_wrap()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2096 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dce110_reset_hw_ctx_wrap() local
2131 if (old_clk && 0 == resource_get_clock_source_reference(&context->res_ctx, in dce110_reset_hw_ctx_wrap()
2133 old_clk)) in dce110_reset_hw_ctx_wrap()
2134 old_clk->funcs->cs_power_down(old_clk); in dce110_reset_hw_ctx_wrap()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c2549 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn20_reset_hw_ctx_wrap() local
2554 if (old_clk) in dcn20_reset_hw_ctx_wrap()
2555 old_clk->funcs->cs_power_down(old_clk); in dcn20_reset_hw_ctx_wrap()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1681 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn10_reset_hw_ctx_wrap() local
1686 if (old_clk) in dcn10_reset_hw_ctx_wrap()
1687 old_clk->funcs->cs_power_down(old_clk); in dcn10_reset_hw_ctx_wrap()