2016-03-04 22:05:20

by Dave Airlie

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


Hi Linus,

Hopefully not too big, I've held off on some vc4 fixes that came in that I
think can wait next window.

This contains one i915 patch twice, as I merged it locally for testing,
and then pulled some stuff in on top, and then Jani sent to me, I didn't
think it was worth redoing all the merges of what I had tested.

The amdgpu/radeon fixes for some more power management and VM races.
Two i915 fixes, one for the a recent regression, one another power
management fix for skylake.
Two tegra dma mask fixes for a regression.
One ast fix for a typo I made transcribing the userspace driver, that I'd
like to get into stable so I don't forget about it.

Dave.

The following changes since commit fc77dbd34c5c99bce46d40a2491937c3bcbd10af:

Linux 4.5-rc6 (2016-02-28 08:41:20 -0800)

are available in the git repository at:

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

for you to fetch changes up to 26bae5e04c3570728787f809b13546a8169fdf95:

Merge tag 'drm/tegra/for-4.5-rc7' of git://anongit.freedesktop.org/tegra/linux into drm-fixes (2016-03-05 07:53:25 +1000)

----------------------------------------------------------------
Alex Deucher (5):
drm/amdgpu/pm: update current crtc info after setting the powerstate
drm/radeon/pm: update current crtc info after setting the powerstate
drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabled
drm/amdgpu/powerplay/cz: enable/disable vce dpm independent of vce pg
drm/amdgpu/cz: remove commented out call to enable vce pg

Alexandre Courbot (2):
gpu: host1x: Set DMA mask
gpu: host1x: Set DMA ops on device creation

Arindam Nath (1):
drm/amdgpu: return from atombios_dp_get_dpcd only when error

Chris Wilson (2):
drm/i915: Balance assert_rpm_wakelock_held() for !IS_ENABLED(CONFIG_PM)
drm/i915: Balance assert_rpm_wakelock_held() for !IS_ENABLED(CONFIG_PM)

Christian K?nig (1):
drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as well

Chunming Zhou (1):
drm/amdgpu/gfx8: specify which engine to wait before vm flush

Dave Airlie (3):
Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
Merge tag 'drm-intel-fixes-2016-03-03' of git://anongit.freedesktop.org/drm-intel into drm-fixes
Merge tag 'drm/tegra/for-4.5-rc7' of git://anongit.freedesktop.org/tegra/linux into drm-fixes

Imre Deak (1):
drm/i915/skl: Fix power domain suspend sequence

Rex Zhu (2):
drm/amd/powerplay: export AMD_PP_EVENT_COMPLETE_INIT task to amdgpu.
drm/amd/powerplay: send event to notify powerplay all modules are initialized.

Timothy Pearson (1):
drm/ast: Fix incorrect register check for DRAM width

drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 6 ++--
drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c | 4 ++-
drivers/gpu/drm/amd/amdgpu/cz_dpm.c | 7 ++---
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 13 +++++++++
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 3 +-
drivers/gpu/drm/amd/powerplay/amd_powerplay.c | 5 +++-
.../drm/amd/powerplay/eventmgr/eventactionchains.c | 1 +
.../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 2 +-
drivers/gpu/drm/ast/ast_main.c | 2 +-
drivers/gpu/drm/i915/intel_runtime_pm.c | 32 ++++++++++------------
drivers/gpu/drm/radeon/radeon_pm.c | 8 +++---
drivers/gpu/host1x/bus.c | 2 ++
drivers/gpu/host1x/dev.c | 7 +++++
drivers/gpu/host1x/dev.h | 1 +
15 files changed, 60 insertions(+), 35 deletions(-)