Here are a few very small changes for Intel mode setting.
They should fix the following bugs:
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=36314 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=36456 References: https://bugs.freedesktop.org/show_bug.cgi?id=36246
The following changes since commit 0ee5623f9a6e52df90a78bd21179f8ab370e102e:
Linux 2.6.39-rc6 (2011-05-03 19:59:13 -0700)
are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6.git drm-intel-fixes
Alex Williamson (1): drm/i915/lvds: Only act on lid notify when the device is on
Chris Wilson (4): drm/i915: Release object along create user fb error path drm/i915/dp: Be paranoid in case we disable a DP before it is attached drm/i915: Only enable the plane after setting the fb base (pre-ILK) drm/i915: fix intel_crtc_clock_get pipe reads after "cleanup cleanup"
drivers/gpu/drm/i915/intel_display.c | 10 +++++----- drivers/gpu/drm/i915/intel_dp.c | 17 +++++++++++++++-- drivers/gpu/drm/i915/intel_lvds.c | 3 +++ 3 files changed, 23 insertions(+), 7 deletions(-)
dri-devel@lists.freedesktop.org