Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/sti/
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()