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)
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>

No differences found