[git pull] drm fixes for 4.12-rc2

Dave Airlie airlied at gmail.com
Fri May 19 20:05:39 UTC 2017


Hi Linus,

Just some drm fixes for 4.12-rc2, mostly nouveau and i915, fairly quiet
as usual for rc2.

Dave.

The following changes since commit 8b4822de59d5d9919b9b045183a36c673ce20b73:

  Merge tag 'md/4.12-rc2' of
git://git.kernel.org/pub/scm/linux/kernel/git/shli/md (2017-05-18
12:04:41 -0700)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.12-rc2

for you to fetch changes up to d51aff16e821a755c242e14168f5d4601199eafd:

  Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld
into drm-fixes (2017-05-20 06:00:49 +1000)

----------------------------------------------------------------
i915, nouveau, hdlcd and misc fixes.

----------------------------------------------------------------
Ander Conselvan de Oliveira (1):
      drm/i915/glk: Fix DSI "*ERROR* ULPS is still active" messages

Arnd Bergmann (1):
      gpu: host1x: select IOMMU_IOVA

Boris Brezillon (1):
      drm/atmel-hlcdc: Fix output initialization

Christophe JAILLET (1):
      drm/nouveau/secboot: plug memory leak in ls_ucode_img_load_gr() error path

Chuanxiao Dong (1):
      drm/i915/gvt: not to restore in-context mmio

Colin Ian King (1):
      drm/i915/gvt: fix typo: "supporte" -> "support"

Dan Carpenter (1):
      drm/nouveau/fifo/gk104-: Silence a locking warning

Dave Airlie (5):
      Merge branch 'etnaviv/fixes' of
https://git.pengutronix.de/git/lst/linux into drm-fixes
      Merge tag 'drm-misc-fixes-2017-05-18' of
git://anongit.freedesktop.org/git/drm-misc into drm-fixes
      Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2017-05-18-1' of
git://anongit.freedesktop.org/git/drm-intel into drm-fixes
      Merge branch 'for-upstream/hdlcd' of
git://linux-arm.org/linux-ld into drm-fixes

Jani Nikula (1):
      Merge tag 'gvt-fixes-2017-05-11' of
https://github.com/01org/gvt-linux into drm-intel-fixes

Liviu Dudau (1):
      drm: hdlcd: Fix the calculation of the scanout start address

Lucas Stach (1):
      drm/etnaviv: don't put fence in case of submit failure

Matthew Auld (1):
      drm/i915: don't do allocate_va_range again on PIN_UPDATE

Peter Ujfalusi (1):
      drm/nouveau: Fix drm poll_helper handling

Ping Gao (1):
      drm/i915/gvt: avoid unnecessary vgpu switch

Ville Syrjälä (2):
      drm/i915: Fix runtime PM for LPE audio
      drm/i915: Fix rawclk readout for g4x

 drivers/gpu/drm/arm/hdlcd_crtc.c                   | 47 ++++++++++++++--------
 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c   | 36 +++++++----------
 drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c       |  4 +-
 drivers/gpu/drm/i915/gvt/handlers.c                |  2 +-
 drivers/gpu/drm/i915/gvt/render.c                  |  3 ++
 drivers/gpu/drm/i915/gvt/sched_policy.c            |  8 +++-
 drivers/gpu/drm/i915/i915_gem_gtt.c                | 12 ++++--
 drivers/gpu/drm/i915/i915_reg.h                    | 10 +++--
 drivers/gpu/drm/i915/intel_cdclk.c                 |  6 +--
 drivers/gpu/drm/i915/intel_dsi.c                   |  7 ++--
 drivers/gpu/drm/i915/intel_lpe_audio.c             |  5 +++
 drivers/gpu/drm/nouveau/nouveau_display.c          |  6 +--
 drivers/gpu/drm/nouveau/nouveau_drm.c              |  6 +--
 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c   |  3 +-
 .../drm/nouveau/nvkm/subdev/secboot/ls_ucode_gr.c  |  4 +-
 drivers/gpu/host1x/Kconfig                         |  1 +
 sound/x86/intel_hdmi_audio.c                       |  4 --
 17 files changed, 94 insertions(+), 70 deletions(-)


More information about the dri-devel mailing list