Home
last modified time | relevance | path

Searched refs:compo_clk (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H A Dsti_crtc.c55 struct clk *compo_clk, *pix_clk; in sti_crtc_mode_set() local
64 compo_clk = compo->clk_compo_main; in sti_crtc_mode_set()
67 compo_clk = compo->clk_compo_aux; in sti_crtc_mode_set()
72 if (clk_prepare_enable(compo_clk)) { in sti_crtc_mode_set()
99 clk_disable_unprepare(compo_clk); in sti_crtc_mode_set()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H A Dsti_crtc.c54 struct clk *compo_clk, *pix_clk; in sti_crtc_mode_set() local
63 compo_clk = compo->clk_compo_main; in sti_crtc_mode_set()
66 compo_clk = compo->clk_compo_aux; in sti_crtc_mode_set()
71 if (clk_prepare_enable(compo_clk)) { in sti_crtc_mode_set()
98 clk_disable_unprepare(compo_clk); in sti_crtc_mode_set()

Completed in 3 milliseconds