summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2014-08-07 09:28:31 -0400
committerAlex Deucher <alexander.deucher@amd.com>2014-08-15 00:57:27 -0400
commit6e909f74db2aa9c5b5606b81efcbe18f2749b008 (patch)
treeb3cc50522fee4433665ebc6fca88f832c778bcfe /drivers/gpu/drm/radeon/radeon.h
parent251964845fbf539781dd2c6406cb2ba1bf9eddd0 (diff)
downloadop-kernel-dev-6e909f74db2aa9c5b5606b81efcbe18f2749b008.zip
op-kernel-dev-6e909f74db2aa9c5b5606b81efcbe18f2749b008.tar.gz
drm/radeon: add bapm module parameter
Add a module paramter to enable bapm on APUs. It's disabled by default on certain APUs due to stability issues. This option makes it easier to test and to enable it on systems that are stable. bug: https://bugzilla.kernel.org/show_bug.cgi?id=81021 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index 9e1732e..e715e0c 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -105,6 +105,7 @@ extern int radeon_vm_size;
extern int radeon_vm_block_size;
extern int radeon_deep_color;
extern int radeon_use_pflipirq;
+extern int radeon_bapm;
/*
* Copy from radeon_drv.h so we don't have to include both and have conflicting
OpenPOWER on IntegriCloud