From 0793de62b28bf8dcc655628129fd664862ac9909 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Thu, 30 Jun 2016 16:05:32 -0700 Subject: gpu: nvgpu: Change the allocator flag naming scheme Move to a more generic name of GPU_ALLOC_*. Change-Id: Icbbd366847a9d74f83f578e4d9ea917a6e8ea3e2 Signed-off-by: Alex Waterman Reviewed-on: http://git-master/r/1176445 Reviewed-by: Yu-Huan Hsu --- drivers/gpu/nvgpu/gk20a/gk20a_allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gk20a/gk20a_allocator.h') diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h b/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h index 06819700..a25f9850 100644 --- a/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h +++ b/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h @@ -74,7 +74,7 @@ struct gk20a_allocator { /* * Allocator flags. */ -#define GPU_BALLOC_GVA_SPACE 0x1 +#define GPU_ALLOC_GVA_SPACE 0x1 static inline void alloc_lock(struct gk20a_allocator *a) { -- cgit v1.2.2