That didn't worked correctly any more and opened up a security problem.
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
trace_radeon_vm_set_page(pe, addr, count, incr, flags);
- /* XXX: How to distinguish between GART and other system memory pages? */
- if (flags & R600_PTE_SYSTEM) {
+ if ((flags & R600_PTE_GART_MASK) == R600_PTE_GART_MASK) {
uint64_t src = rdev->gart.table_addr + (addr >> 12) * 8;
while (count) {
unsigned bytes = count * 8;