diff options
author | Dave Airlie <airlied@redhat.com> | 2013-07-18 10:19:46 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-07-18 10:19:46 +1000 |
commit | fb328d7365a1fc12166c90758ea6f3c2944539e0 (patch) | |
tree | d2536f458026961958d01a6fb19fbd5b120df297 /drivers/gpu/drm/radeon/radeon.h | |
parent | 6bd2cab2c1fd0616b28bb567543f53b624bf885a (diff) | |
parent | 444bddc4b9b3313a562cd3ba40f780fb82570f7d (diff) |
Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linux
more DPM fixes for radeon.
* 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linux:
drm/radeon/dpm: add debugfs support for RS780/RS880 (v3)
drm/radeon/dpm/atom: fix broken gcc harder
drm/radeon/dpm/atom: restructure logic to work around a compiler bug
drm/radeon/dpm: fix atom vram table parsing
drm/radeon: fix an endian bug in atom table parsing
drm/radeon: add a module parameter to disable aspm
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 00108175789..2f08219c39b 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h @@ -97,6 +97,7 @@ extern int radeon_msi; extern int radeon_lockup_timeout; extern int radeon_fastfb; extern int radeon_dpm; +extern int radeon_aspm; /* * Copy from radeon_drv.h so we don't have to include both and have conflicting |