From: Chris Wilson <chris@chris-wilson.co.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, intel-gfx@lists.freedesktop.org
Subject: Re: [git pull v2] i915
Date: Tue, 07 Sep 2010 11:55:58 +0100 [thread overview]
Message-ID: <8u3s94$geldgp@orsmga002.jf.intel.com> (raw)
In-Reply-To: <AANLkTi=pFSB5AfqXbPNUQUknbnCBwqUHdUVzR6jaZqaQ@mail.gmail.com>
Hi Linus,
I've gone over the set of patches and removed any that are not a
regression, hang, compilation or other stability fix. I have left one in
from Zhenyu that adds new PCI-IDs for Sandybridge.
I've dropped the eDP patches from Jesse as the machine should still be
usable in spite of the blank panel. And they are not yet a complete set of
patches, there are still failing eDP machines.
Daniel requested that his module unload patches be dropped as although
they fix oopses, they should not impact ordinary users.
The following changes since commit 2bfc96a127bc1cc94d26bfaa40159966064f9c8c:
Linux 2.6.36-rc3 (2010-08-29 08:36:04 -0700)
are available in the git repository at:
git://anongit.freedesktop.org/~ickle/drm-intel drm-intel-fixes
Andrew Morton (1):
drivers/gpu/drm/i915/intel_overlay.c needs seq_file.h
Chris Wilson (13):
Revert "drm/i915: Unreference object not handle on creation"
drm/i915: Clear the vblank status bit before polling for the next vblank
agp/intel: Promote warning about failure to setup flush to error.
drm/i915: Include a generation number in the device info
drm/i915: Fix offset page-flips on i965+
drm/i915: Re-use set_base_atomic to share setting of the display registers
drm/i915/dp: Boost timeout for enabling transcoder to 100ms
drm/i915/sdvo: Restore guess of the DDC bus in absence of VBIOS
drm/i915/dp: Really try 5 times before giving up.
drm/i915: Allocate the PCI resource for the MCHBAR
drm/i915: Tightly scope intel_encoder to prevent invalid use
drm/i915: Avoid use of uninitialised values when disabling panel-fitter
drm/i915: Prevent double dpms on
Dan Carpenter (2):
i915: return -EFAULT if copy_to_user fails
i915: return -EFAULT if copy_to_user fails
Daniel Vetter (1):
drm/i915: overlay on gen2 can't address above 1G
Pavel Roskin (1):
i915: revert some checks added by commit 32aad86f
Pekka Enberg (1):
i915: Fix spurious TV detection after 9d0498a2bf + 9559fcdbff
Simon Farnsworth (1):
drm/i915: Avoid pageflipping freeze when we miss the flip prepare interrupt
Zhenyu Wang (5):
agp/intel: fix physical address mask bits for sandybridge
agp/intel: use #ifdef idiom for intel-agp.h
agp/intel: Fix cache control for Sandybridge
drm/i915: Enable MI_FLUSH on Sandybridge
intel_agp,i915: Add more sandybridge graphics device ids
drivers/char/agp/intel-agp.c | 16 ++-
drivers/char/agp/intel-agp.h | 22 ++-
drivers/char/agp/intel-gtt.c | 66 ++++++---
drivers/gpu/drm/i915/i915_debugfs.c | 50 +++++++
drivers/gpu/drm/i915/i915_dma.c | 36 +++--
drivers/gpu/drm/i915/i915_drv.c | 65 ++++----
drivers/gpu/drm/i915/i915_drv.h | 27 +---
drivers/gpu/drm/i915/i915_gem.c | 11 +-
drivers/gpu/drm/i915/i915_irq.c | 51 ++++++-
drivers/gpu/drm/i915/i915_reg.h | 1 +
drivers/gpu/drm/i915/intel_display.c | 244 ++++++++++++++-----------------
drivers/gpu/drm/i915/intel_dp.c | 58 ++++----
drivers/gpu/drm/i915/intel_drv.h | 10 ++
drivers/gpu/drm/i915/intel_overlay.c | 2 +
drivers/gpu/drm/i915/intel_ringbuffer.c | 8 +-
drivers/gpu/drm/i915/intel_sdvo.c | 69 +++++++--
drivers/gpu/drm/i915/intel_tv.c | 9 +-
include/linux/intel-gtt.h | 20 +++
18 files changed, 479 insertions(+), 286 deletions(-)
create mode 100644 include/linux/intel-gtt.h
--
Chris Wilson, Intel Open Source Technology Centre
next prev parent reply other threads:[~2010-09-07 10:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-06 8:30 [git pull] i915 Chris Wilson
2010-09-06 9:27 ` Sven Joachim
2010-09-06 9:49 ` Chris Wilson
2010-09-06 18:32 ` Rafael J. Wysocki
2010-09-07 2:00 ` [Intel-gfx] " Zhenyu Wang
2010-09-07 5:07 ` Tino Keitel
[not found] ` <AANLkTi=pFSB5AfqXbPNUQUknbnCBwqUHdUVzR6jaZqaQ@mail.gmail.com>
2010-09-07 10:55 ` Chris Wilson [this message]
2010-09-07 20:29 ` [git pull v2] i915 Kyle McMartin
2010-09-07 20:52 ` Chris Wilson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='8u3s94$geldgp@orsmga002.jf.intel.com' \
--to=chris@chris-wilson.co.uk \
--cc=intel-gfx@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome