public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PULL] drm-intel-next-fixes for 3.18
@ 2014-10-17  7:16 Jani Nikula
  0 siblings, 0 replies; 2+ messages in thread
From: Jani Nikula @ 2014-10-17  7:16 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, intel-gfx, dri-devel


Hi Dave -

Here's the first batch of fixes for 3.18.

BR,
Jani.


The following changes since commit ebb69c95175609990af708ec90c46530f5a2c819:

  drm/i915: Enable pixel replicated modes on BDW and HSW. (2014-10-01 10:01:41 +0200)

are available in the git repository at:

  git://anongit.freedesktop.org/drm-intel tags/drm-intel-next-fixes-2014-10-17

for you to fetch changes up to 07c338ce98263a5af631b991dd8f96cff6ca2548:

  drm/i915: fix short vs. long hpd detection (2014-10-16 15:00:28 +0300)

----------------------------------------------------------------
Jani Nikula (1):
      drm/i915: fix short vs. long hpd detection

Paulo Zanoni (1):
      drm/i915: properly reenable gen8 pipe IRQs

U. Artie Eoff (2):
      drm/i915: intel_backlight scale() math WA
      drm/i915: Move DIV_ROUND_CLOSEST_ULL macro to header

Ville Syrjälä (1):
      drm/i915: Don't trust the DP_DETECT bit for eDP ports on CHV

 drivers/gpu/drm/i915/i915_irq.c      | 19 ++++++++++---------
 drivers/gpu/drm/i915/intel_display.c | 36 +++++++++++++++++++++---------------
 drivers/gpu/drm/i915/intel_drv.h     |  3 +++
 drivers/gpu/drm/i915/intel_panel.c   |  5 ++---
 4 files changed, 36 insertions(+), 27 deletions(-)

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread
* [PULL] drm-intel-next-fixes for 3.18
@ 2014-10-03  8:49 Daniel Vetter
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Vetter @ 2014-10-03  8:49 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, intel-gfx, dri-devel

Hi Dave,

Bunch of fixes for 3.18. Major parts:
- ppgtt fixes (but full ppgtt is for 3.19) from Chris, Michel, ...
- hdmi pixel replication fixes (Clint Taylor)
- leftover i830M patches from Ville
- small things all over

I'll be travelling the next two weeks (xdc&plumbers) but should be around
a few days each week to herd patches. And for critical stuff Jani can send
you a pull.

Cheers, Daniel


The following changes since commit 8337486a8fda53e5f46b3cb2b4eb3272608348cb:

  Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next (2014-09-18 21:53:47 +1000)

are available in the git repository at:

  git://anongit.freedesktop.org/drm-intel tags/drm-intel-next-fixes-2014-10-03

for you to fetch changes up to ebb69c95175609990af708ec90c46530f5a2c819:

  drm/i915: Enable pixel replicated modes on BDW and HSW. (2014-10-01 10:01:41 +0200)

----------------------------------------------------------------
Chris Wilson (7):
      drm/i915/hdmi, dp: Do not dereference the encoder in the connector destroy
      drm/i915: Objects on the unbound list may still have an active reference
      drm/i915: Drop any active reference before unbinding
      drm/i915: Wrap -EIO send-vblank event for failed pageflip in spinlock
      drm/i915: HSW always use GGTT selector for secure batches
      drm/i915: Match GTT space sanity checker with implementation
      drm/i915: Do not store the error pointer for a failed userptr registration

Clint Taylor (1):
      drm/i915: Enable pixel replicated modes on BDW and HSW.

Daniel Vetter (3):
      drm/i915: Don't reinit hpd interrupts after gpu reset
      drm/i915: Extend BIOS stolen mem handling to all platform
      Revert "drm/i915/bdw: BDW Software Turbo"

Deepak S (1):
      drm/i915: add cherryview specfic forcewake in execlists_elsp_write

Jani Nikula (2):
      drm/i915/dp: add missing \n in the TPS3 debug message
      drm/i915/edp: use lane count and link rate from DPCD for eDP

Michel Thierry (1):
      drm/i915: fix another use-after-free in i915_gem_evict_everything

Mika Kuoppala (1):
      drm/i915/bdw: Cleanup pre prod workarounds

Rodrigo Vivi (1):
      drm/i915: Use EIO instead of EAGAIN for sink CRC error.

Tvrtko Ursulin (1):
      drm/i915: Do not leak pages when freeing userptr objects

Ville Syrjälä (3):
      drm/i915: Fix DVO 2x clock enable on 830M
      drm/i915: Limit the watermark to at least 8 entries on gen2/3
      drm/i915: Don't spam dmesg with rps messages on vlv/chv

 drivers/gpu/drm/i915/i915_debugfs.c     |  34 +----
 drivers/gpu/drm/i915/i915_drv.c         |   2 -
 drivers/gpu/drm/i915/i915_drv.h         |  28 +---
 drivers/gpu/drm/i915/i915_gem.c         | 134 ++++++++++-------
 drivers/gpu/drm/i915/i915_gem_evict.c   |   4 +-
 drivers/gpu/drm/i915/i915_gem_stolen.c  |  13 +-
 drivers/gpu/drm/i915/i915_gem_userptr.c |  31 ++--
 drivers/gpu/drm/i915/i915_irq.c         |  21 ---
 drivers/gpu/drm/i915/i915_reg.h         |  15 +-
 drivers/gpu/drm/i915/intel_display.c    |  73 +++++++--
 drivers/gpu/drm/i915/intel_dp.c         |  36 ++---
 drivers/gpu/drm/i915/intel_hdmi.c       |   2 +-
 drivers/gpu/drm/i915/intel_lrc.c        |  29 +++-
 drivers/gpu/drm/i915/intel_pm.c         | 254 +++++++-------------------------
 drivers/gpu/drm/i915/intel_ringbuffer.c |  20 +--
 15 files changed, 297 insertions(+), 399 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

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

end of thread, other threads:[~2014-10-17  7:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-17  7:16 [PULL] drm-intel-next-fixes for 3.18 Jani Nikula
  -- strict thread matches above, loose matches on Subject: below --
2014-10-03  8:49 Daniel Vetter

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