From: Eric Anholt on 24 Mar 2010 13:40 The following changes since commit a3d3203e4bb40f253b1541e310dc0f9305be7c84: Linus Torvalds (1): Merge branch 'release' of git://git.kernel.org/.../lenb/linux-acpi-2.6 This is the set of stuff I've queued since rc1. The most important change here is removing the ACPI lid status check that's breaking so many people's laptops -- the majority of patches I've had this cycle is people quirking away specific laptops. are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel for-linus Chris Wilson (1): drm/i915: Avoid NULL deref in get_pages() unwind after error. Dan Carpenter (1): drm/i915: fix small leak on overlay error path Daniel Vetter (1): drm/intel: fix up set_tiling for untiled->tiled transition Eric Anholt (6): drm/i915: Don't bother with the BKL for GEM ioctls. drm/i915: Enable VS timer dispatch. agp/intel: Respect the GTT size on Sandybridge for scratch page setup. agp/intel: Don't do the chipset flush on Sandybridge. drm/i915: Set up the documented clock gating on Sandybridge and Ironlake. drm/i915: Stop trying to use ACPI lid status to determine LVDS connection. Joe Perches (1): drivers/gpu/drm/i915/intel_bios.c: fix continuation line formats Owain G. Ainsworth (1): drm/i915: remove an unnecessary wait_request() Priit Laes (1): drm/i915: Rename FBC_C3_IDLE to FBC_CTL_C3_IDLE to match other registers Zhenyu Wang (1): drm/i915: Fix check with IS_GEN6 drivers/char/agp/intel-agp.c | 34 +++++++++++++++++++-- drivers/gpu/drm/i915/i915_dma.c | 46 ++++++++++++++-------------- drivers/gpu/drm/i915/i915_drv.c | 4 +- drivers/gpu/drm/i915/i915_drv.h | 4 +- drivers/gpu/drm/i915/i915_gem.c | 31 ++++++++++-------- drivers/gpu/drm/i915/i915_gem_tiling.c | 7 +++- drivers/gpu/drm/i915/i915_reg.h | 14 ++++++++- drivers/gpu/drm/i915/intel_bios.c | 5 ++- drivers/gpu/drm/i915/intel_display.c | 16 +++++++++- drivers/gpu/drm/i915/intel_lvds.c | 52 +------------------------------- drivers/gpu/drm/i915/intel_overlay.c | 13 +++++-- 11 files changed, 121 insertions(+), 105 deletions(-)
|
Pages: 1 Prev: [PATCH 4/5] blkdev: add discard payload flag Next: [PATCH 0/2] [rt-kernel] |