Lines Matching refs:script
109 …cturer_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script) in call_lvds_manufacturer_script() argument
113 …uint8_t sub = bios->data[bios->fp.xlated_entry + script] + (bios->fp.link_c_increment && dcbent->o… in call_lvds_manufacturer_script()
121 if (script == LVDS_PANEL_OFF) { in call_lvds_manufacturer_script()
127 if (script == LVDS_RESET && in call_lvds_manufacturer_script()
136 …le(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) in run_lvds_table() argument
158 switch (script) { in run_lvds_table()
209 …pt(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) in call_lvds_script() argument
224 if (bios->fp.last_script_invoc == (script << 1 | head) || !lvds_ver || in call_lvds_script()
225 (lvds_ver >= 0x30 && script == LVDS_INIT)) in call_lvds_script()
233 if (script == LVDS_PANEL_ON && bios->fp.reset_after_pclk_change) in call_lvds_script()
235 if (script == LVDS_RESET && bios->fp.power_off_for_reset) in call_lvds_script()
238 NV_INFO(drm, "Calling LVDS script %d:\n", script); in call_lvds_script()
244 ret = call_lvds_manufacturer_script(dev, dcbent, head, script); in call_lvds_script()
246 ret = run_lvds_table(dev, dcbent, head, script, pxclk); in call_lvds_script()
248 bios->fp.last_script_invoc = (script << 1 | head); in call_lvds_script()