Re: [git pull] drm fixes

From: Chris Wilson
Date: Fri Nov 19 2010 - 05:02:31 EST


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/