Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/sti/
Dsti_hda.c521 int hddac_rate; in sti_hda_set_mode() local
536 hddac_rate = mode->clock * 1000 * 2; in sti_hda_set_mode()
540 hddac_rate = mode->clock * 1000 * 4; in sti_hda_set_mode()
548 ret = clk_set_rate(hda->clk_hddac, hddac_rate); in sti_hda_set_mode()
551 hddac_rate); in sti_hda_set_mode()