]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/dpm: handle bapm on kb/kv
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Sep 2013 23:27:01 +0000 (19:27 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 11 Sep 2013 15:44:38 +0000 (11:44 -0400)
commit2085b7c3c850717c99a6a97f79a3b2e74bca6a50
tree039a678bc817135e4c6b93adeb39116c95b597d8
parent52cf459becbda3c6b98f9fe44ab80234acedaff5
drm/radeon/dpm: handle bapm on kb/kv

bapm is a power management feature for handling the
power budget between the CPU and GPU on APUs.  This
patch adds support for enabling or disabling it.
For now disable it by default.  Enabling it properly
requires quite a bit more work and will be addressed
in a separate patch.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/kv_dpm.c
drivers/gpu/drm/radeon/kv_dpm.h
drivers/gpu/drm/radeon/kv_smc.c