linux/drivers/gpu/drm/i915
Keith Packard de842eff41 drm/i915: Wait for LVDS panel power sequence
During mode setting, check to make sure the panel power sequencing has
completed before doing further operations on the device. This
uncovered errors with DPMS not turning the device off as it was left locked.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2011-08-08 13:37:11 -07:00
..
dvo.h drm/i915: Subclass intel_encoder. 2010-08-09 11:24:28 -07:00
dvo_ch7xxx.c drm/i915: use GMBUS to manage i2c links 2010-09-18 15:46:19 +01:00
dvo_ch7017.c drm/i915/dvo: Report LVDS attached to ch701x as connected 2010-12-30 13:50:43 +00:00
dvo_ivch.c drm/i915: use GMBUS to manage i2c links 2010-09-18 15:46:19 +01:00
dvo_sil164.c drm/i915: use GMBUS to manage i2c links 2010-09-18 15:46:19 +01:00
dvo_tfp410.c drm/i915: use GMBUS to manage i2c links 2010-09-18 15:46:19 +01:00
i915_debugfs.c drm/i915: allow cache sharing policy control 2011-08-03 17:45:15 -07:00
i915_dma.c Merge branch 'drm-intel-fixes' into drm-intel-next 2011-07-22 13:40:42 -07:00
i915_drv.c Revert "drm/i915: Try enabling RC6 by default (again)" 2011-08-05 10:56:29 +01:00
i915_drv.h Merge branch 'drm-intel-fixes' into drm-intel-next 2011-07-29 16:24:10 -07:00
i915_gem.c drm/i915: Ignore GPU wedged errors while pinning scanout buffers 2011-07-29 15:08:41 -07:00
i915_gem_debug.c drm/i915: Refine tracepoints 2011-02-07 14:59:18 +00:00
i915_gem_evict.c drm/i915: Refine tracepoints 2011-02-07 14:59:18 +00:00
i915_gem_execbuffer.c Revert "drm/i915: Kill GTT mappings when moving from GTT domain" 2011-06-21 11:11:02 -07:00
i915_gem_gtt.c drm/i915: Add an interface to dynamically change the cache level 2011-06-09 21:51:16 -07:00
i915_gem_tiling.c drm/i915: Fix unfenced alignment on pre-G33 hardware 2011-07-18 14:02:06 -07:00
i915_ioc32.c drm: convert drm_ioctl to unlocked_ioctl 2009-12-18 11:22:31 +10:00
i915_irq.c Merge branch 'drm-intel-fixes' into drm-intel-next 2011-07-28 16:30:41 -07:00
i915_mem.c drm: Remove memory debugging infrastructure. 2009-06-18 13:00:33 -07:00
i915_reg.h drm/i915: allow cache sharing policy control 2011-08-03 17:45:15 -07:00
i915_suspend.c Merge branch 'drm-intel-fixes' into drm-intel-next 2011-07-29 16:24:10 -07:00
i915_trace.h drm/i915: Refine tracepoints 2011-02-07 14:59:18 +00:00
i915_trace_points.c drm/i915: Add tracepoints 2009-09-23 01:05:21 +01:00
intel_acpi.c drm/i915: i915 cannot provide switcher services. 2010-12-08 15:40:44 +10:00
intel_bios.c drm/i915/bios: Avoid temporary allocation whilst searching for downclock 2011-07-13 13:35:34 -07:00
intel_bios.h Revert "drm/i915: Disable SSC for outputs other than LVDS or DP" 2011-02-22 15:55:28 +00:00
intel_crt.c drm/i915/crt: Explicitly return false if connected to a digital monitor 2011-06-04 10:41:06 -07:00
intel_display.c drm/i915: don't use uninitialized EDID bpc values when picking pipe bpp 2011-08-01 14:45:27 -07:00
intel_dp.c Merge branch 'drm-intel-fixes' into drm-intel-next 2011-08-03 10:41:19 -07:00
intel_drv.h drm/i915/hdmi: HDMI source product description infoframe support 2011-08-03 17:43:15 -07:00
intel_dvo.c drm/i915: cleanup per-pipe reg usage 2011-02-07 21:17:15 +00:00
intel_fb.c drm/i915: restore only the mode of this driver on lastclose (v2) 2011-04-27 17:51:59 +10:00
intel_hdmi.c drm/i915/hdmi: HDMI source product description infoframe support 2011-08-03 17:43:15 -07:00
intel_i2c.c Revert "drm/i915: Enable GMBUS for post-gen2 chipsets" 2011-06-17 09:22:01 +10:00
intel_lvds.c drm/i915: Wait for LVDS panel power sequence 2011-08-08 13:37:11 -07:00
intel_modes.c drm/i915: Share the common force-audio property between connectors 2011-06-04 10:41:25 -07:00
intel_opregion.c i915: Fix opregion notifications 2011-07-13 11:19:47 -07:00
intel_overlay.c Merge branch 'drm-intel-fixes' into drm-intel-next 2011-06-29 20:38:41 -07:00
intel_panel.c drm/i915/pch: Fix integer math bugs in panel fitting 2011-07-25 15:15:42 -07:00
intel_ringbuffer.c Merge branch 'drm-intel-fixes' into drm-intel-next 2011-07-22 13:40:42 -07:00
intel_ringbuffer.h drm/i915/ringbuffer: Idling requires waiting for the ring to be empty 2011-07-12 10:35:45 -07:00
intel_sdvo.c drm/i915: Share the common force-audio property between connectors 2011-06-04 10:41:25 -07:00
intel_sdvo_regs.h Fix common misspellings 2011-03-31 11:26:23 -03:00
intel_tv.c drm/i915: TVDAC_STATE_CHG does not indicate successful load-detect 2011-07-13 11:07:55 -07:00
Makefile drm/i915: Split i915_gem_execbuffer into its own file. 2010-11-25 21:19:25 +00:00