mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Eric Anholt <eric@anholt.net>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [git pull] drm-intel fixes for 2.6.34-rc4
Date: Thu, 22 Apr 2010 14:58:22 -0700	[thread overview]
Message-ID: <87hbn3kv41.fsf@pollan.anholt.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 1871 bytes --]

The following changes since commit 13bd8e4673d527a9e48f41956b11d391e7c2cfe0:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../anholt/drm-intel

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel for-linus

I hear you've got an Ironlake laptop. If so, it's time to get excited.
The interrupt wedging fix is here.

The docs since the original gen4 have said "stop using
MI_STORE_DWORD_INDEX+MI_USER_INTERRUPT, it's not guaranteed to be
ordered, so use the fancy new PIPE_CONTROL."  I was thinking that
ignoring this might be the problem with our interrupts.  So jbarnes
tried it, and it made things hang even faster.  Then Zhenyu found an
errata: Pipe control doesn't have working ordering on Ironlake, so do it
twice, with 6 dummy PIPE_CONTROLs in between.

GPUs are awesome.

Adam Jackson (2):
      drm/i915: Attempt to fix watermark setup on 85x (v2)
      drm/i915: Fix 82854 PCI ID, and treat it like other 85X

Daniel Vetter (1):
      drm/i915: fix tiling limits for i915 class hw v2

Jesse Barnes (2):
      drm/i915: cleanup FBC buffers at unload time
      drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy Bridge

Zhang Rui (1):
      drm/i915: set DIDL using the ACPI video output device _ADR method return.

 drivers/gpu/drm/i915/i915_dma.c        |   14 +++
 drivers/gpu/drm/i915/i915_drv.c        |    5 +-
 drivers/gpu/drm/i915/i915_drv.h        |   10 ++-
 drivers/gpu/drm/i915/i915_gem.c        |  151 +++++++++++++++++++++++++++++---
 drivers/gpu/drm/i915/i915_gem_tiling.c |   22 ++---
 drivers/gpu/drm/i915/i915_irq.c        |    8 +-
 drivers/gpu/drm/i915/i915_opregion.c   |   54 +++++++++++-
 drivers/gpu/drm/i915/i915_reg.h        |   13 +++-
 drivers/gpu/drm/i915/intel_display.c   |   11 ++-
 9 files changed, 246 insertions(+), 42 deletions(-)

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

             reply	other threads:[~2010-04-22 21:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-22 21:58 Eric Anholt [this message]
2010-04-23  1:40 ` Linus Torvalds

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=87hbn3kv41.fsf@pollan.anholt.net \
    --to=eric@anholt.net \
    --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