[PULL] drm-intel-next

Daniel Vetter daniel.vetter at ffwll.ch
Fri Dec 11 10:31:48 PST 2015


Hi Dave,

drm-intel-next-2015-12-04-1:
This is the "fix igt basic test set issues" edition.
- more PSR fixes from Rodrigo, getting closer
- tons of fifo underrun fixes from Ville
- runtime pm fixes from Imre, Daniel Stone
- fix SDE interrupt handling properly (Jani Nikula)
- hsw/bdw fdi modeset sequence fixes (Ville)
- "don't register bad VGA connectors and fall over" fixes (Ville)
- more fbc fixes from Paulo
- and a grand total of exactly one feature item: Implement dma-buf/fence based
  cross-driver sync in the i915 pageflip path (Alex Goins)

For 4.4 there's going to be another sizeable drm-misc (will seend out
soonish), plus another round of drm-intel stuff.

Cheers, Daniel


The following changes since commit 92907cbbef8625bb3998d1eb385fc88f23c97a3f:

  Merge tag 'v4.4-rc2' into drm-intel-next-queued (2015-11-23 09:04:05 +0100)

are available in the git repository at:

  git://anongit.freedesktop.org/drm-intel tags/drm-intel-next-2015-12-04-1

for you to fetch changes up to 03a97d825573de7b6ff1b44f257345efbff2161a:

  drm/i915: Update DRIVER_DATE to 20151204 (2015-12-04 21:56:02 +0100)

----------------------------------------------------------------
This is the "fix igt basic test set issues" edition.
- more PSR fixes from Rodrigo, getting closer
- tons of fifo underrun fixes from Ville
- runtime pm fixes from Imre, Daniel Stone
- fix SDE interrupt handling properly (Jani Nikula)
- hsw/bdw fdi modeset sequence fixes (Ville)
- "don't register bad VGA connectors and fall over" fixes (Ville)
- more fbc fixes from Paulo
- and a grand total of exactly one feature item: Implement dma-buf/fence based
  cross-driver sync in the i915 pageflip path (Alex Goins)

----------------------------------------------------------------
Alex Dai (1):
      drm/i915/guc: Clean up locks in GuC

Alex Goins (2):
      i915: wait for fence in mmio_flip_work_func
      i915: wait for fence in prepare_plane_fb

Chris Wilson (1):
      drm/i915: Fix RPS pointer passed from wait_ioctl to i915_wait_request

Daniel Stone (2):
      drm/i915/pm: Unstatic power_domain_str
      drm/i915/pm: Print offending domain in refcount failure

Daniel Vetter (5):
      drm/i915: fix fdi related fifo underruns on hsw
      Revert "drm/i915: Remove superfluous NULL check"
      drm/i915: Restore skl_gt3 device info
      Revert "drm/i915: Extend LRC pinning to cover GPU context writeback"
      drm/i915: Update DRIVER_DATE to 20151204

Deepak M (1):
      drm/i915: Correct the Ref clock value for BXT

Gerd Hoffmann (1):
      drm/i915: more virtual south bridge detection

Imre Deak (3):
      drm/i915/skl: enable PC9/10 power states during suspend-to-idle
      drm/i915/skl: re-enable power well support
      drm/i915/bxt: backlight clock gating workaround

Jani Nikula (10):
      drm/i915: remove duplicate definition of for_each_power_domain
      drm/i915: fix the SDE irq dmesg warnings properly
      Revert "drm/i915: shut up gen8+ SDE irq dmesg noise"
      drm/i915/dsi: merge pre_pll_enable hook to pre_enable
      drm/i915: remove pre_pll_enable hook from DDI/gen9+ crtc enable
      drm/i915: add has_dsi_encoder to crtc state
      drm/i915/bxt: add support for setting backlight freq from vbt
      drm/i915: use default 200 Hz backlight frequency
      drm/i915: simplify gmbus xfer error checks
      drm/i915: abstract i2c bit banging fallback in gmbus xfer

Maarten Lankhorst (1):
      drm/i915: Handle cdclk limits on broadwell.

Matt Roper (1):
      drm/i915/bxt: Disable power well support

Mika Kuoppala (1):
      drm/i915/skl: Add SKL GT4 PCI IDs

Namrta Salonie (1):
      drm/i915: Fix possible null dereference in framebuffer_info debugfs function

Nick Hoath (1):
      drm/i915: Extend LRC pinning to cover GPU context writeback

Paulo Zanoni (11):
      drm/i915: fix the CFB size check
      drm/i915: set dev_priv->fbc.crtc before scheduling the enable work
      drm/i915: pass the crtc as an argument to intel_fbc_update()
      drm/i915: introduce is_active/activate/deactivate to the FBC terminology
      drm/i915: introduce intel_fbc_{enable,disable}
      drm/i915: alloc/free the FBC CFB during enable/disable
      drm/i915: check for FBC planes in the same place as the pipes
      drm/i915: use a single intel_fbc_work struct
      drm/i915: kill fbc.uncompressed_size
      drm/i915: get rid of FBC {,de}activation messages
      drm/i915: only recompress FBC after flushing a drawing operation

Rodrigo Vivi (5):
      drm/i915: Remove duplicated dpcd write on hsw_psr_enable_sink.
      drm/i915: PSR: Let's rely more on frontbuffer tracking.
      drm/i915: PSR: Mask LPSP hw tracking back again.
      drm/i915: Remove PSR Perf Counter for SKL+
      drm/i915: Also disable PSR on Sink when disabling it on Source.

Takashi Iwai (1):
      drm/i915: Remove superfluous NULL check

Tvrtko Ursulin (1):
      drm/i915: Remove incorrect warning in context cleanup

Ville Syrjälä (20):
      drm/i915: Suppress spurious CPU FIFO underruns on ILK-IVB
      drm/i915: Disable CPU underruns around eDP port and vdd enable on ILK-IVB
      drm/i915: Check for underruns after crtc disable
      drm/i915: Don't register CRT connector when it's fused off
      drm/i915: Make ibx_{enable,disable}_display_interrupt() static inlines
      drm/i915: Make ironlake_{enable,disable}_display_irq() static inlines
      drm/i915: Introduce bdw_{update,enable,disable}_pipe_irq()
      drm/i915: Fix kerneldoc indent fails
      drm/i915: Don't use crtc->config when reading out infoframe state
      drm/i915: Use intel_pipe_will_have_type() in ironlake_crtc_compute_clock()
      drm/i915: Fix VBT backlight Hz to PWM conversion for PNV
      drm/i915: Fix vbt PWM max setup for CTG
      drm/i915: Add HAS_PCH_LPT_H()
      drm/i915: Kill duplicated PNV .get_display_clock_speed() assignment
      drm/i915: Round the AUX clock divider to closest on all platforms
      drm/i915: Use cached cdclk_freq for PWM calculations
      drm/i915: Don't register the CRT connector when it's fused off on LPT-H
      drm/i915: Don't register CRT connector when DDI E can't be used
      drm/i915: Check VBT for CRT port presence on HSW/BDW
      drm/i915: Add "missing" break to haswell_get_ddi_pll()

Wayne Boyer (1):
      drm/i915: Clean up device info structure definitions

 drivers/gpu/drm/i915/i915_debugfs.c        | 124 ++----
 drivers/gpu/drm/i915/i915_drv.c            | 186 ++++-----
 drivers/gpu/drm/i915/i915_drv.h            |  68 +++-
 drivers/gpu/drm/i915/i915_gem.c            |   2 +-
 drivers/gpu/drm/i915/i915_gem_context.c    |   2 -
 drivers/gpu/drm/i915/i915_guc_submission.c |  33 +-
 drivers/gpu/drm/i915/i915_irq.c            | 117 +++---
 drivers/gpu/drm/i915/i915_reg.h            |  10 +-
 drivers/gpu/drm/i915/intel_bios.c          |   5 +-
 drivers/gpu/drm/i915/intel_crt.c           |  33 +-
 drivers/gpu/drm/i915/intel_ddi.c           |   2 +-
 drivers/gpu/drm/i915/intel_display.c       | 168 +++++---
 drivers/gpu/drm/i915/intel_dp.c            |  22 +-
 drivers/gpu/drm/i915/intel_drv.h           |  14 +-
 drivers/gpu/drm/i915/intel_dsi.c           |  24 +-
 drivers/gpu/drm/i915/intel_fbc.c           | 614 ++++++++++++++++-------------
 drivers/gpu/drm/i915/intel_fifo_underrun.c |  16 +-
 drivers/gpu/drm/i915/intel_guc.h           |   4 -
 drivers/gpu/drm/i915/intel_hdmi.c          |  47 ++-
 drivers/gpu/drm/i915/intel_i2c.c           |  51 +--
 drivers/gpu/drm/i915/intel_panel.c         |  41 +-
 drivers/gpu/drm/i915/intel_pm.c            |  10 +-
 drivers/gpu/drm/i915/intel_psr.c           |  38 +-
 drivers/gpu/drm/i915/intel_runtime_pm.c    |  76 +++-
 include/drm/i915_pciids.h                  |  13 +-
 25 files changed, 945 insertions(+), 775 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch


More information about the dri-devel mailing list