Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_bios.h69 LVDS_RESET, enumerator
Dnouveau_bios.c128 if (script == LVDS_RESET && in call_lvds_manufacturer_script()
170 case LVDS_RESET: in run_lvds_table()
235 call_lvds_script(dev, dcbent, head, LVDS_RESET, pxclk); in call_lvds_script()
236 if (script == LVDS_RESET && bios->fp.power_off_for_reset) in call_lvds_script()
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv04/
Ddfp.c460 call_lvds_script(dev, dcbe, head, LVDS_RESET, nv_encoder->mode.clock); in nv04_dfp_commit()