https://github.com/torvalds/linux
Revision 9ee971a0b8efbae472882b1d3e8e736f4d6e3da9 authored by Lars Seipel on 21 May 2015, 01:04:10 UTC, committed by Ben Skeggs on 29 May 2015, 00:59:32 UTC
Commit 3740c82590d8 ("drm/nouveau/gr/gf100-: add symbolic names for
classes") introduced a wrong macro definition causing acceleration setup
to fail. Fix it.

Signed-off-by: Lars Seipel <ls@slrz.net>
Fixes: 3740c82590d8 ("drm/nouveau/gr/gf100-: add symbolic names for classes")
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
1 parent ba155e2
Raw File
Tip revision: 9ee971a0b8efbae472882b1d3e8e736f4d6e3da9 authored by Lars Seipel on 21 May 2015, 01:04:10 UTC
drm/nouveau/gr/gf100-: fix wrong constant definition
Tip revision: 9ee971a
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