drm/radeon: Try placing NO_CPU_ACCESS BOs outside of CPU accessible VRAM
authorMichel Dänzer <michel.daenzer@amd.com>
Fri, 10 Oct 2014 03:28:36 +0000 (12:28 +0900)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 12 Nov 2014 16:29:10 +0000 (11:29 -0500)
commitc9da4a4b3820782753c1c455242eca7e5a69eedb
tree87fe620346362a96d268caf197cc4075283c1b5b
parentfcf93f6948c3c29fd414bc00f1f713c501dfd22e
drm/radeon: Try placing NO_CPU_ACCESS BOs outside of CPU accessible VRAM

This avoids them getting in the way of BOs which might be accessed by
the CPU. They can still go to the CPU accessible part of VRAM though if
there's no space outside of it.

Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_object.c