Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1694 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn20_reset_hw_ctx_wrap() local
1699 if (old_clk) in dcn20_reset_hw_ctx_wrap()
1700 old_clk->funcs->cs_power_down(old_clk); in dcn20_reset_hw_ctx_wrap()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1902 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dce110_reset_hw_ctx_wrap() local
1936 if (old_clk && 0 == resource_get_clock_source_reference(&context->res_ctx, in dce110_reset_hw_ctx_wrap()
1938 old_clk)) in dce110_reset_hw_ctx_wrap()
1939 old_clk->funcs->cs_power_down(old_clk); in dce110_reset_hw_ctx_wrap()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1325 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn10_reset_hw_ctx_wrap() local
1330 if (old_clk) in dcn10_reset_hw_ctx_wrap()
1331 old_clk->funcs->cs_power_down(old_clk); in dcn10_reset_hw_ctx_wrap()