public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [git pull] drm fixes for -rc1
@ 2011-03-24 11:34 Dave Airlie
  2011-03-28 18:43 ` Pekka Enberg
  0 siblings, 1 reply; 31+ messages in thread
From: Dave Airlie @ 2011-03-24 11:34 UTC (permalink / raw)
  To: torvalds; +Cc: DRI mailing list, linux-kernel


Hi Linus,

this replaces the pull I sent yesterday that I don't see in your tree yet.

It should have the fix for your i915 in the intel patches, along with
a couple of radeon fixes, and the vblank change + fix.

Dave.

The following changes since commit c87a8d8dcd2587c203f3dd8a3c5c15d1e128ec0d:

  drm/radeon: fixup refcounts in radeon dumb create ioctl. (2011-03-17 13:58:34 +1000)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-core-next

Alex Deucher (2):
      drm/radeon/kms: prefer legacy pll algo for tv-out
      drm/radeon/kms: fix hardcoded EDID handling

Chris Wilson (10):
      drm: Fix use-after-free in drm_gem_vm_close()
      drm/i915: Remove surplus POSTING_READs before wait_for_vblank
      drm/i915: skip redundant operations whilst enabling pipes and planes
      drm/i915: Fix tiling corruption from pipelined fencing
      drm/i915: Fix computation of pitch for dumb bo creator
      drm/i915: Disable pagefaults along execbuffer relocation fast path
      drm/i915: Restore missing command flush before interrupt on BLT ring
      drm/i915: Fix use after free within tracepoint
      drm/i915: Avoid unmapping pages from a NULL address space
      Revert "drm/i915: Don't save/restore hardware status page address register"

Dave Airlie (3):
      drm: check for modesetting on modeset ioctls
      Merge remote branch 'intel/drm-intel-fixes' of ../drm-next into drm-core-next
      drm/vblank: update recently added vbl interface to be more future proof.

Herton Ronaldo Krzesinski (1):
      drm/i915: Prevent racy removal of request from client list

Ilija Hadzic (1):
      drm/kernel: vblank wait on crtc > 1

Jesse Barnes (1):
      drm/i915: report correct render clock frequencies on SNB

Takashi Iwai (1):
      drm/i915/dp: Correct the order of deletion for ghost eDP devices

Thomas Renninger (1):
      drm radeon: Return -EINVAL on wrong pm sysfs access

Yuanhan Liu (1):
      drm/i915: Re-enable self-refresh

 drivers/gpu/drm/drm_crtc.c                 |   51 +++++++++++++
 drivers/gpu/drm/drm_gem.c                  |    5 +-
 drivers/gpu/drm/drm_ioctl.c                |    3 +
 drivers/gpu/drm/drm_irq.c                  |   15 +++--
 drivers/gpu/drm/i915/i915_debugfs.c        |    8 +-
 drivers/gpu/drm/i915/i915_drv.h            |    1 +
 drivers/gpu/drm/i915/i915_gem.c            |   70 +++++++++---------
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |   21 +++++-
 drivers/gpu/drm/i915/i915_suspend.c        |    6 ++
 drivers/gpu/drm/i915/intel_display.c       |   39 +++++------
 drivers/gpu/drm/i915/intel_dp.c            |    4 +-
 drivers/gpu/drm/i915/intel_ringbuffer.c    |  109 +++++++++++++---------------
 drivers/gpu/drm/radeon/atombios_crtc.c     |    6 ++-
 drivers/gpu/drm/radeon/radeon_combios.c    |   21 ++++--
 drivers/gpu/drm/radeon/radeon_connectors.c |   30 +++++++-
 drivers/gpu/drm/radeon/radeon_mode.h       |    1 +
 drivers/gpu/drm/radeon/radeon_pm.c         |    8 ++-
 include/drm/drm.h                          |    4 +
 18 files changed, 257 insertions(+), 145 deletions(-)

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2011-04-05 15:44 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-24 11:34 [git pull] drm fixes for -rc1 Dave Airlie
2011-03-28 18:43 ` Pekka Enberg
2011-03-28 18:53   ` Pekka Enberg
2011-03-28 19:09     ` Chris Wilson
2011-03-29  7:11       ` Pekka Enberg
2011-03-29  7:49         ` Chris Wilson
2011-03-29 10:46         ` [PATCH] drm/i915: Disable all outputs early, before KMS takeover Chris Wilson
2011-03-29 12:23           ` [PATCH] drm/i915: Move the irq wait queue initialisation into the ring init Chris Wilson
2011-03-29 13:05             ` Pekka Enberg
2011-03-29 13:22               ` Chris Wilson
2011-03-29 13:39                 ` Pekka Enberg
2011-03-29 14:22                   ` Pekka Enberg
2011-03-29 14:32                     ` Chris Wilson
2011-03-29 15:21                       ` Pekka Enberg
2011-04-01 11:44           ` [Intel-gfx] [PATCH] drm/i915: Disable all outputs early, before KMS takeover Daniel Vetter
2011-04-01 11:51             ` Pekka Enberg
2011-04-05 10:21               ` Tomas Winkler
2011-04-05 10:30                 ` Chris Wilson
2011-04-05 10:37                   ` Pekka Enberg
2011-04-05 11:55                     ` Tomas Winkler
2011-04-05 14:11                     ` Pekka Enberg
2011-04-05 14:27                       ` Chris Wilson
2011-04-05 14:31                         ` Pekka Enberg
2011-04-05 14:34                       ` Chris Wilson
2011-04-05 15:11                         ` Pekka Enberg
2011-04-05 15:32                           ` Chris Wilson
2011-04-05 15:44                             ` Pekka Enberg
2011-04-05 14:42                   ` [Intel-gfx] " Linus Torvalds
2011-04-05 15:01                     ` Keith Packard
2011-04-05 15:12                     ` Chris Wilson
2011-04-05 15:35                       ` Pekka Enberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox