public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [git pull] drm-intel fixes for 2.6.34-rc2
@ 2010-04-16 17:47 Eric Anholt
  0 siblings, 0 replies; only message in thread
From: Eric Anholt @ 2010-04-16 17:47 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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

The following changes since commit 01e77706cdde7c0b47e5ca1f4284a795504c7c40:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux

OK, this is sort of a test pull request to you.  I've heard that big
entirely-mechanical changes are accepted during release cycle to avoid
conflicts during merging.  There are two of them here: "Rename
intel_output to intel_encoder" (done with sed) and "introduce
to_intel_bo helper" (I suspect the same).  The first is prep for the
multi-function SDVO cards that some embedded devices are using, and the
other is prep to cut out a pointless pointer in the GEM objects, of
which normal systems will have hundreds to thousands.  This seems like a
good time to land these patches, since .34 -> .33 cherry-picking is
about done, and it'll make .35 -> .34 easy.

If what I've heard is wrong, I can go rebase these guys out.  The other
changes are small and pretty well tested at this point -- I've had them
in the tree for a while and I rebased out a patch people complained
about.

are available in the git repository at:

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

Daniel Vetter (2):
      drm/i915: introduce to_intel_bo helper
      agp/intel: intel_845_driver is an agp driver!

Eric Anholt (2):
      drm/i915: Rename intel_output to intel_encoder.
      drm/i915: Rename many remaining uses of "output" to encoder or connector.

Robert Hooker (1):
      drm/i915: Disable FBC on 915GM and 945GM.

Stefan Bader (1):
      drm/i915: Add no_lvds entry for the Clientron U800

Zhao Yakui (1):
      drm/i915: Ignore LVDS EDID when it is unavailabe or invalid

 drivers/char/agp/intel-agp.c           |    3 -
 drivers/gpu/drm/i915/i915_debugfs.c    |    2 +-
 drivers/gpu/drm/i915/i915_drv.c        |    6 +-
 drivers/gpu/drm/i915/i915_drv.h        |    4 +
 drivers/gpu/drm/i915/i915_gem.c        |  132 +++---
 drivers/gpu/drm/i915/i915_gem_debug.c  |    4 +-
 drivers/gpu/drm/i915/i915_gem_tiling.c |   10 +-
 drivers/gpu/drm/i915/i915_irq.c        |    8 +-
 drivers/gpu/drm/i915/intel_crt.c       |   68 ++--
 drivers/gpu/drm/i915/intel_display.c   |   96 ++--
 drivers/gpu/drm/i915/intel_dp.c        |  256 ++++++------
 drivers/gpu/drm/i915/intel_drv.h       |   18 +-
 drivers/gpu/drm/i915/intel_dvo.c       |   92 ++--
 drivers/gpu/drm/i915/intel_fb.c        |    2 +-
 drivers/gpu/drm/i915/intel_hdmi.c      |   86 ++--
 drivers/gpu/drm/i915/intel_lvds.c      |   81 ++--
 drivers/gpu/drm/i915/intel_modes.c     |   22 +-
 drivers/gpu/drm/i915/intel_overlay.c   |    6 +-
 drivers/gpu/drm/i915/intel_sdvo.c      |  731 ++++++++++++++++----------------
 drivers/gpu/drm/i915/intel_tv.c        |   96 ++--
 20 files changed, 871 insertions(+), 852 deletions(-)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-16 17:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-16 17:47 [git pull] drm-intel fixes for 2.6.34-rc2 Eric Anholt

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