Home
last modified time | relevance | path

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

/openbmc/linux/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()