From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wilson Subject: Re: [git pull] drm fixes Date: Fri, 19 Nov 2010 10:02:18 +0000 Message-ID: <5b55a1$in84he@fmsmga002.fm.intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTP id 5F1099E76D for ; Fri, 19 Nov 2010 02:02:26 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Dave Airlie , torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, DRI mailing list List-Id: dri-devel@lists.freedesktop.org Hi Dave and Linus, with travel I was a bit late in getting this pull request sent. It contains a fix for Linus' machine, an i2c initialisation failure and a fix from Keith to stop VGA flashing during polling on recent hardware. As well as a patch that should hopefully prevent all of our indefinite GPU waits on mode setting. Note it also contains a couple of fluff fallout patches from the recent drm-fixes rebase. (I thought it would be wise to include any core drm changes in our testing before sending the request...) -Chris The following changes since commit 164bcb94bc821fcbac752e809b4ac7c6f15d13b5: drm/radeon/kms: i2c s/sprintf/snprintf/g for safety (2010-11-19 09:27:48 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel.git drm-intel-fixes Alex Deucher (1): drm/radeon/kms: fix and unify tiled buffer alignment checking for r6xx/7xx Alex Shi (1): drm/i915: Disable FBC on Ironlake to save 1W Chris Wilson (4): drm/i915: Retire any pending operations on the old scanout when switching Merge remote branch 'airlied/drm-fixes' into drm-intel-fixes drm/i915: Do not hold mutex when faulting in user addresses drm/i915/crt: Introduce struct intel_crt Jean Delvare (1): drm/i915: Fix I2C adapter registration Keith Packard (1): drm/i915: Take advantage of auto-polling CRT hotplug detection on PCH hardware Vasiliy Kulikov (1): drm: radeon: fix error value sign drivers/gpu/drm/i915/i915_drv.c | 3 +- drivers/gpu/drm/i915/i915_drv.h | 2 + drivers/gpu/drm/i915/i915_gem.c | 77 +++++---- drivers/gpu/drm/i915/intel_crt.c | 159 ++++++++++------- drivers/gpu/drm/i915/intel_display.c | 12 ++ drivers/gpu/drm/i915/intel_i2c.c | 11 +- drivers/gpu/drm/radeon/r600_cs.c | 309 +++++++++++++++++++++------------- drivers/gpu/drm/radeon/r600d.h | 6 + drivers/gpu/drm/radeon/radeon_irq.c | 4 +- 9 files changed, 358 insertions(+), 225 deletions(-) -- Chris Wilson, Intel Open Source Technology Centre