https://github.com/torvalds/linux
Revision b0880e87c1fd038b84498944f52e52c3e86ebe59 authored by Alex Deucher on 01 July 2014, 16:11:31 UTC, committed by Alex Deucher on 01 July 2014, 16:15:53 UTC
We were using the vddc mask rather than the vddci mask.

Bug:
https://bugzilla.kernel.org/show_bug.cgi?id=79071

May also fix:
https://bugs.freedesktop.org/show_bug.cgi?id=69723

Noticed by: Dieter Nützel <Dieter@nuetzel-hh.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
1 parent e079298
Raw File
Tip revision: b0880e87c1fd038b84498944f52e52c3e86ebe59 authored by Alex Deucher on 01 July 2014, 16:11:31 UTC
drm/radeon/dpm: fix vddci setup typo on cayman
Tip revision: b0880e8
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top