From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757957Ab1ANSJK (ORCPT ); Fri, 14 Jan 2011 13:09:10 -0500 Received: from mga14.intel.com ([143.182.124.37]:18510 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752468Ab1ANSJE (ORCPT ); Fri, 14 Jan 2011 13:09:04 -0500 Message-Id: <849307$b5cdqe@azsmga001.ch.intel.com> X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.60,323,1291622400"; d="scan'208";a="374749006" Date: Fri, 14 Jan 2011 18:08:59 +0000 To: Linus Torvalds Subject: Re: [PATCH] drm/i915/execbuffer: Clear domains before beginning reloc processing Cc: Jesse Barnes , Dave Airlie , linux-kernel@vger.kernel.org In-Reply-To: References: <1294916869-2417-1-git-send-email-chris@chris-wilson.co.uk> <1bdc18$j8l825@fmsmga002.fm.intel.com> From: Chris Wilson Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [Let's try this again. There are times when I merely dislike my VPN.] On Fri, 14 Jan 2011 09:37:20 -0800, Linus Torvalds wrote: > On Thu, Jan 13, 2011 at 8:10 AM, Chris Wilson wrote: > > > > They will be in drm-intel-fixes. There have been a couple of other patches, > > for the compiler warning, the typo that Indan spotted and for modparam to > > workaround the U160, so I'll send the pull request it via Dave. > > My tree has been in a known-broken state for too damn long now. Please > send the pull request to me directly. Dave may be flooded out in > Brisbane or something. This is what I have waiting in drm-intel-fixes. Besides the regression noted above, there is also a critical stability fix for SNB mobile, a few patches for older regressions (LVDS on U160, no LVDS on AOpen, preserve the backlight value from boot and correct a couple of device strings) and one to keep the compiler quiet. -Chris The following changes since commit f878133bf022717b880d0e0995b8f91436fd605c: Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 (2011-01-12 08:40:25 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel.git drm-intel-fixes Chris Wilson (6): drm/i915/debugfs: Correct format after changing type of err object 'size' drm/i915: Add a module option to override the use of SSC drm/i915: Fix error handler to capture the first batch after the seqno drm/i915/execbuffer: Reorder relocations to match new object order drm/i915/execbuffer: Clear domains before beginning reloc processing drm/i915: Disable GPU semaphores on SandyBridge mobile Indan Zupancic (1): drm/i915/panel: The backlight is enabled if the current value is non-zero Knut Petersen (1): drm/i915/lvds: Add AOpen i915GMm-HFS to the list of false-positive LVDS Oswald Buddenhagen (1): agp/intel: Fix device names of i845 and 845G drivers/char/agp/intel-agp.c | 4 ++-- drivers/char/agp/intel-gtt.c | 2 +- drivers/gpu/drm/i915/i915_debugfs.c | 2 +- drivers/gpu/drm/i915/i915_drv.c | 3 +++ drivers/gpu/drm/i915/i915_drv.h | 1 + drivers/gpu/drm/i915/i915_gem_execbuffer.c | 25 ++++++++++++++----------- drivers/gpu/drm/i915/i915_irq.c | 2 +- drivers/gpu/drm/i915/intel_bios.c | 17 ++++++----------- drivers/gpu/drm/i915/intel_display.c | 17 +++++++++++------ drivers/gpu/drm/i915/intel_lvds.c | 8 ++++++++ drivers/gpu/drm/i915/intel_panel.c | 2 +- 11 files changed, 49 insertions(+), 34 deletions(-) -- Chris Wilson, Intel Open Source Technology Centre