diff options
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r-- | drivers/gpu/nvgpu/include/nvgpu/enabled.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/enabled.h b/drivers/gpu/nvgpu/include/nvgpu/enabled.h index f2b5dbf7..ad5b3db3 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/enabled.h +++ b/drivers/gpu/nvgpu/include/nvgpu/enabled.h | |||
@@ -66,6 +66,8 @@ struct gk20a; | |||
66 | #define NVGPU_SUPPORT_SPARSE_ALLOCS 23 | 66 | #define NVGPU_SUPPORT_SPARSE_ALLOCS 23 |
67 | /* Direct PTE kind control is supported (map_buffer_ex) */ | 67 | /* Direct PTE kind control is supported (map_buffer_ex) */ |
68 | #define NVGPU_SUPPORT_MAP_DIRECT_KIND_CTRL 24 | 68 | #define NVGPU_SUPPORT_MAP_DIRECT_KIND_CTRL 24 |
69 | /* Support batch mapping */ | ||
70 | #define NVGPU_SUPPORT_MAP_BUFFER_BATCH 25 | ||
69 | 71 | ||
70 | /* | 72 | /* |
71 | * Host flags | 73 | * Host flags |