diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-02-22 13:50:16 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-02-22 13:50:16 +0000 |
commit | 6c22a7b3a71e3a9b8d27c9165cfa295d2193df66 (patch) | |
tree | 279fc82f6f664f8b2641a5a3dfcf8b385412280a /lib/libtls/tls_internal.h | |
parent | 96a4369304fc8de3568611bc033bd67d9d3a0f45 (diff) |
Correct PAGE_MASK usage in radeon_vm_map_gart(). Linux defines
PAGE_MASK to be (~(PAGE_SIZE - 1)) where as our kernel defines it as
(PAGE_SIZE - 1). It is possible to flag a CS as wanting to use
GPU VM for cayman/aruba hardware though in practice Mesa won't
submit a CS flagged with GPU VM for these unless overriden via
RADEON_VA=true in the environment.
For Southern Islands radeons on the other hand GPU VM is required
and flagged by default.
Diffstat (limited to 'lib/libtls/tls_internal.h')
0 files changed, 0 insertions, 0 deletions