public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [git pull] drm/i915 fixes for 2.6.30-rc2
@ 2009-07-10 22:07 Eric Anholt
  2009-07-11  6:05 ` Arkadiusz Miskiewicz
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Anholt @ 2009-07-10 22:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: lkml

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

The following changes since commit c2cc49a2f8a479dde96a599646d30b6cc9dbed78:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../sfrench/cifs-2.6

are available in the git repository at:

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

Didn't send a request out for a while as there were some suspend/resume
regressions that I figured were ours but apparently came from elsewhere
in the tree.  Lots of KMS fixes in here, some of which fixed several
reported bugs at the same time.  Also fixes the reported tiling
regression we hope.

There's one featurey bit here, "enable error detection & state
collection."  There's more to this series coming, but I think it's
valuable enough to let it in.  The plan is that we end up with the GPU
catching interrupts, sending a uevent up to userland, and misc userland
magic seeing that, capturing the error state for debugging, and then
resetting the GPU.  No more losing your whole X session just because you
tried to play some game and the GPU segfaulted.  Add in the ability to
do kerneloops style reporting in the future, and we're pretty excited.

Andy Whitcroft (1):
      drm/i915: fix up a raw 64bit divide

Ben Gamari (3):
      drm/i915: Remove gtt_bound from drm_i915_gem_object
      drm/i915: Add gtt_offset to gem object list debugfs output
      drm/i915: Move lock to more reasonable location

Chris Wilson (1):
      drm/i915: Refactor calls to unmap_mapping_range

Eric Anholt (3):
      drm/i915: Disable GEM when a broken video BIOS takes up the whole aperture.
      drm/i915: Fix harmless warning from patch merged after i2c rework.
      drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.

Jesse Barnes (1):
      drm/i915: enable error detection & state collection

Keith Packard (2):
      drm/i915: Make driver less chatty
      drm/i915: Adjust DisplayPort clocks to use 96MHz reference

Shaohua Li (1):
      drm/i915: add FIFO watermark support

Zhao Yakui (4):
      drm/i915: Check the LID device to decide whether the LVDS should be initialized
      drm/i915: Restore the KMS modeset for every activated CRTC
      drm: Disable the unused connectors explicitly when resuming with KMS.
      drm/i915: Avoid saving/restore the modesetting registers twice in KMS mode

Zhenyu Wang (2):
      drm/i915: Don't update display FIFO watermark on IGDNG
      drm/i915: Fix for LVDS VBT change on IGDNG

ling.ma@intel.com (4):
      drm/i915: Set SSC frequency for 8xx chips correctly
      drm/i915: enable sdvo lvds scaling function.
      drm/i915: crt fetch EDID by DVI-I converter on G4x platform
      drm/i915: Disable VGA output when doing DRM_MODE_DPMS_OFF.

 drivers/gpu/drm/drm_crtc_helper.c       |    2 +
 drivers/gpu/drm/i915/i915_dma.c         |   72 +++++-
 drivers/gpu/drm/i915/i915_drv.c         |    9 +-
 drivers/gpu/drm/i915/i915_drv.h         |   27 ++-
 drivers/gpu/drm/i915/i915_gem.c         |   36 ++-
 drivers/gpu/drm/i915/i915_gem_debugfs.c |   44 +++-
 drivers/gpu/drm/i915/i915_gem_tiling.c  |    6 +
 drivers/gpu/drm/i915/i915_irq.c         |  143 ++++++++++-
 drivers/gpu/drm/i915/i915_reg.h         |   60 ++++-
 drivers/gpu/drm/i915/i915_suspend.c     |  221 +++++++++-------
 drivers/gpu/drm/i915/intel_bios.c       |   20 +-
 drivers/gpu/drm/i915/intel_crt.c        |   30 ++-
 drivers/gpu/drm/i915/intel_display.c    |  448 +++++++++++++++++++++++++++++-
 drivers/gpu/drm/i915/intel_dp.c         |   11 +-
 drivers/gpu/drm/i915/intel_dp_i2c.c     |   11 +-
 drivers/gpu/drm/i915/intel_fb.c         |   18 +-
 drivers/gpu/drm/i915/intel_lvds.c       |   74 +++++-
 drivers/gpu/drm/i915/intel_sdvo.c       |  114 +++++++-
 drivers/gpu/drm/i915/intel_sdvo_regs.h  |    1 +
 19 files changed, 1159 insertions(+), 188 deletions(-)

-- 
Eric Anholt
eric@anholt.net                         eric.anholt@intel.com



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: [git pull] drm/i915 fixes for 2.6.30-rc2
  2009-07-10 22:07 [git pull] drm/i915 fixes for 2.6.30-rc2 Eric Anholt
@ 2009-07-11  6:05 ` Arkadiusz Miskiewicz
  0 siblings, 0 replies; 2+ messages in thread
From: Arkadiusz Miskiewicz @ 2009-07-11  6:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: Eric Anholt

On Saturday 11 of July 2009, Eric Anholt wrote:
> The following changes since commit
> c2cc49a2f8a479dde96a599646d30b6cc9dbed78: Linus Torvalds (1):
>         Merge git://git.kernel.org/.../sfrench/cifs-2.6
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
> drm-intel-next


[   23.723011] [drm:intel_dp_i2c_init] *ERROR* i2c_init DPDDC-D


Could tihs be silenced? I don't have DisplayPort in Thinkpad t400.


-- 
Arkadiusz Miśkiewicz        PLD/Linux Team
arekm / maven.pl            http://ftp.pld-linux.org/

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

end of thread, other threads:[~2009-07-11  6:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-10 22:07 [git pull] drm/i915 fixes for 2.6.30-rc2 Eric Anholt
2009-07-11  6:05 ` Arkadiusz Miskiewicz

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