[PULL] last drm-intel-next for 3.8

Daniel Vetter daniel at ffwll.ch
Thu Nov 29 02:12:00 PST 2012


Hi Dave,

Besides the big item of lifting the "preliminary hw support" tag from the
Haswell code, just small bits&pieces all over:
- Leftover Haswell patches and some fixes from Paulo
- LyncPoint PCH support (for hsw)
- OOM handling improvements from Chris Wilson
- connector property and send_vblank_event refactorings from Rob Clark
- random pile of small fixes

Note that the send_vblank refactorings will cause some locking WARNs to
show up. Imre has fixed that up, but since all the driver changes outside
of the drm core have been for exonys, those four patches are merged
through the exonys-next tree.

Yours, Daniel

The following changes since commit bf6f036848ab2151c2498f11cb7d31a52a95dd5c:

  drm/vmwgfx: Make vmw_dmabuf_unreference handle NULL objects (2012-11-20 16:19:59 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~danvet/drm-intel tags/drm-intel-next-2012-11-23

for you to fetch changes up to 70b12bb415463c1bd146b67c5fbf6784fd046ad9:

  drm/i915: promote Haswell to full support (2012-11-23 19:40:14 +0100)

----------------------------------------------------------------
Ben Widawsky (2):
      drm/i915: Fix warning in i915_gem_chipset_flush
      drm/i915: Use pci_resource functions for BARs.

Chris Wilson (11):
      drm/i915: Use LRI to update the semaphore registers
      drm/i915: Remove save/restore of physical HWS_PGA register
      drm/i915: Remove bogus test for a present execbuffer
      drm/i915: Guard pages being reaped by OOM whilst binding-to-GTT
      drm/i915: Pin the object whilst faulting it in
      drm/i915: Flush outstanding unpin tasks before pageflipping
      drm/i915: Apply the IBX transcoder A w/a for HDMI to SDVO as well
      drm/i915: Defer assignment of obj->gtt_space until after all possible mallocs
      drm/i915: Borrow our struct_mutex for the direct reclaim
      drm/i915: LVDS fallback to fixed-mode if EDID not present
      drm/i915: Report the origin of the LVDS fixed panel mode

Damien Lespiau (1):
      drm/i915: Only check for valid PP_{ON, OFF}_DELAYS on pre ILK hardware

Daniel Vetter (2):
      drm/i915: drop buggy write to FDI_RX_CHICKEN register
      drm/i915: resurrect panel lid handling

Jani Nikula (1):
      drm/i915/sdvo: kfree the intel_sdvo_connector, not drm_connector, on destroy

Jean Delvare (1):
      drm/i915: Optimize DIV_ROUND_CLOSEST call

Paulo Zanoni (10):
      drm/i915: don't limit Haswell CRT encoder to pipe A
      drm/i915: use cpu/pch transcoder on intel_enable_pipe
      drm/i915: fix false positive "Unclaimed write" messages
      drm/i915: make DP work on LPT-LP machines
      drm/i915: don't intel_crt_init if DDI A has 4 lanes
      drm/i915: make the panel fitter work on pipes B and C on IVB
      drm/i915: make the panel fitter work on pipes B and C on Haswell
      drm/i915: fix intel_ddi_get_cdclk_freq for ULT machines
      drm/i915: implement WaMbcDriverBootEnable on Haswell
      drm/i915: promote Haswell to full support

Rob Clark (2):
      drm/i915: use drm_send_vblank_event() helper
      drm/i915: drm_connector_property -> drm_object_property

Takashi Iwai (1):
      drm/i915: Enable DP audio for Haswell

Wei Shun Chang (1):
      drm/i915: add LynxPoint-LP PCH ID

 drivers/gpu/drm/i915/i915_drv.c            |   26 ++++---
 drivers/gpu/drm/i915/i915_drv.h            |   13 +++-
 drivers/gpu/drm/i915/i915_gem.c            |  102 ++++++++++++++++------------
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |    9 ---
 drivers/gpu/drm/i915/i915_gem_gtt.c        |    8 +--
 drivers/gpu/drm/i915/i915_reg.h            |    4 ++
 drivers/gpu/drm/i915/i915_suspend.c        |    8 ---
 drivers/gpu/drm/i915/intel_bios.c          |    3 +-
 drivers/gpu/drm/i915/intel_crt.c           |    2 +-
 drivers/gpu/drm/i915/intel_ddi.c           |   11 +++
 drivers/gpu/drm/i915/intel_display.c       |   80 +++++++++++-----------
 drivers/gpu/drm/i915/intel_dp.c            |    2 +-
 drivers/gpu/drm/i915/intel_drv.h           |    4 +-
 drivers/gpu/drm/i915/intel_hdmi.c          |    2 +-
 drivers/gpu/drm/i915/intel_lvds.c          |   24 ++++---
 drivers/gpu/drm/i915/intel_modes.c         |    4 +-
 drivers/gpu/drm/i915/intel_panel.c         |   25 +++----
 drivers/gpu/drm/i915/intel_pm.c            |   25 ++++++-
 drivers/gpu/drm/i915/intel_ringbuffer.c    |    7 +-
 drivers/gpu/drm/i915/intel_sdvo.c          |   64 +++++++++++++----
 drivers/gpu/drm/i915/intel_tv.c            |   14 ++--
 21 files changed, 260 insertions(+), 177 deletions(-)
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch


More information about the dri-devel mailing list