Lines Matching refs:script
107 …cturer_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script) in call_lvds_manufacturer_script() argument
111 …uint8_t sub = bios->data[bios->fp.xlated_entry + script] + (bios->fp.link_c_increment && dcbent->o… in call_lvds_manufacturer_script()
122 if (script == LVDS_PANEL_OFF) { in call_lvds_manufacturer_script()
128 if (script == LVDS_RESET && in call_lvds_manufacturer_script()
137 …le(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) in run_lvds_table() argument
159 switch (script) { in run_lvds_table()
210 …pt(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) in call_lvds_script() argument
225 if (bios->fp.last_script_invoc == (script << 1 | head) || !lvds_ver || in call_lvds_script()
226 (lvds_ver >= 0x30 && script == LVDS_INIT)) in call_lvds_script()
234 if (script == LVDS_PANEL_ON && bios->fp.reset_after_pclk_change) in call_lvds_script()
236 if (script == LVDS_RESET && bios->fp.power_off_for_reset) in call_lvds_script()
239 NV_INFO(drm, "Calling LVDS script %d:\n", script); in call_lvds_script()
245 ret = call_lvds_manufacturer_script(dev, dcbent, head, script); in call_lvds_script()
247 ret = run_lvds_table(dev, dcbent, head, script, pxclk); in call_lvds_script()
249 bios->fp.last_script_invoc = (script << 1 | head); in call_lvds_script()