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-rc2
Date: Fri, 16 Apr 2010 10:47:11 -0700 [thread overview]
Message-ID: <87k4s770io.fsf@pollan.anholt.net> (raw)
[-- 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 --]
reply other threads:[~2010-04-16 17:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=87k4s770io.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