]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/radeon: Don't try to enable write-combining without PAT
authorMichel Dänzer <michel.daenzer@amd.com>
Wed, 4 Feb 2015 01:19:51 +0000 (10:19 +0900)
committerSasha Levin <sasha.levin@oracle.com>
Sat, 14 Mar 2015 19:37:17 +0000 (15:37 -0400)
commit22d4d7e79636d9af15366ab44f6bbb9cd807d069
treedc0cbc2f0a9dd3a1c745cb30835db0bc067c886b
parentc5131a9810621121fcd320ed40ddad5f5939d662
drm/radeon: Don't try to enable write-combining without PAT

commit a53fa43873b88bad15a2eb1f01dc5efa689625ce upstream.

Doing so can cause things to become slow.

Print a warning at compile time and an informative message at runtime in
that case.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88758
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/gpu/drm/radeon/radeon_object.c