[pull] radeon fixes 3.14
Alex Deucher
alexdeucher at gmail.com
Thu Feb 6 11:46:48 PST 2014
And one more fix on top:
commit d02f8575f1a38b3180a76a8ae0857dfde67f5ead
Author: Alex Deucher <alexander.deucher at amd.com>
Date: Thu Feb 6 14:22:21 2014 -0500
drm/radeon: add missing include in btc_dpm.c
Fixes a compile error with debugfs disabled.
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
On Thu, Feb 6, 2014 at 2:07 PM, Alex Deucher <alexdeucher at gmail.com> wrote:
> Hi Dave,
>
> Just some minor fixes for radeon. The most important are the UVD
> interrupt fixes.
>
> The following changes since commit 7c4c62a04a2a80e3feb5d6c97aca1e413b11c790:
>
> drm/radeon: allow geom rings to be setup on r600/r700 (v2) (2014-02-06 12:13:52 +1000)
>
> are available in the git repository at:
>
> git://people.freedesktop.org/~agd5f/linux drm-fixes-3.14
>
> for you to fetch changes up to 7c7e867cf0f74c4c79649605b964510041f1a8bf:
>
> drm/radeon/dpm: fix uninitialized read from stack in kv_dpm_late_enable (2014-02-06 12:22:49 -0500)
>
> ----------------------------------------------------------------
> Alex Deucher (4):
> drm/radeon: fix UVD IRQ support on 7xx
> drm/radeon/dpm: use the driver state for dpm debugfs
> drm/radeon/dpm: use stored max_vddc rather than looking it up
> drm/radeon: remove useless return
>
> Christian König (1):
> drm/radeon: fix UVD IRQ support on SI
>
> Dave Jones (1):
> drm/radeon/dpm: fix uninitialized read from stack in kv_dpm_late_enable
>
> drivers/gpu/drm/radeon/btc_dpm.c | 31 +++++++++++++++++++++++++++++++
> drivers/gpu/drm/radeon/btcd.h | 4 ++++
> drivers/gpu/drm/radeon/kv_dpm.c | 2 +-
> drivers/gpu/drm/radeon/ni_dpm.c | 8 ++++----
> drivers/gpu/drm/radeon/r600.c | 4 ++++
> drivers/gpu/drm/radeon/radeon_asic.c | 2 +-
> drivers/gpu/drm/radeon/radeon_asic.h | 2 ++
> drivers/gpu/drm/radeon/rv770_dpm.c | 5 ++---
> drivers/gpu/drm/radeon/si.c | 4 ++++
> drivers/gpu/drm/radeon/si_dpm.c | 3 ++-
> drivers/gpu/drm/radeon/sumo_dpm.c | 2 +-
> drivers/gpu/drm/radeon/trinity_dpm.c | 3 ++-
> drivers/gpu/drm/radeon/uvd_v2_2.c | 1 -
> 13 files changed, 58 insertions(+), 13 deletions(-)
More information about the dri-devel
mailing list