2015-07-24 05:35:48

by Dave Airlie

[permalink] [raw]
Subject: [git pull] drm fixes


Hi Linus,

some amdgpu, one i915, one ttm and one hlcdc, nothing too scary, all seems
fine for about this time.

Dave.

The following changes since commit 45b4b782e8489bcf45a4331ee32f0f3037c5c3aa:

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace (2015-07-23 13:16:21 -0700)

are available in the git repository at:

git://people.freedesktop.org/~airlied/linux drm-fixes

for you to fetch changes up to 02bbc4dc6874df0e865aa0977f0046c5c1afd498:

Merge tag 'drm-atmel-hlcdc/fixes-for-4.2' of https://github.com/bbrezillon/linux-at91 into drm-fixes (2015-07-24 14:27:44 +1000)

----------------------------------------------------------------
Alex Deucher (3):
drm/amdgpu: implement VCE 3.0 harvesting support (v4)
drm/amdgpu/cz: implement voltage validation properly
drm/amdgpu/cz/dpm: properly report UVD and VCE clock levels

Alexandre Courbot (1):
drm/ttm: recognize ARM64 arch in ioprot handler

Boris Brezillon (1):
drm: atmel-hlcdc: fix vblank initial state

Chris Wilson (1):
drm/i915: Use two 32bit reads for select 64bit REG_READ ioctls

Daniel Vetter (1):
drm: Stop resetting connector state to unknown

Dave Airlie (4):
Merge branch 'drm-fixes-4.2' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
Merge tag 'drm-intel-fixes-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-fixes
Merge tag 'topic/drm-fixes-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-fixes
Merge tag 'drm-atmel-hlcdc/fixes-for-4.2' of https://github.com/bbrezillon/linux-at91 into drm-fixes

Leo Liu (1):
drm/amdgpu: add VCE harvesting instance query

Michel D?nzer (2):
drm/amdgpu/dce11: Re-set VBLANK interrupt state when enabling a CRTC
drm/amdgpu/dce10: Re-set VBLANK interrupt state when enabling a CRTC

drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 1 +
drivers/gpu/drm/amd/amdgpu/cz_dpm.c | 70 ++++++++++++++++++++------
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 4 ++
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 4 ++
drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 48 ++++++++++++++++++
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 1 +
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 12 ++---
drivers/gpu/drm/drm_crtc.c | 5 +-
drivers/gpu/drm/i915/intel_uncore.c | 26 +++++++---
drivers/gpu/drm/ttm/ttm_bo_util.c | 3 +-
include/uapi/drm/amdgpu_drm.h | 2 +
include/uapi/drm/i915_drm.h | 8 +++
13 files changed, 154 insertions(+), 34 deletions(-)