From 031eb0ec834c31e0f03b563877b996788f9d9f9f Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Wed, 3 Jan 2018 12:57:14 -0800 Subject: gpu: nvgpu: Remove gk20a specific optimization Remove compute optimization specific to gk20a. We do not support gk20a anymore. Change-Id: Ibd548eee8d891a667f28a451d586fcfaac7f026a Signed-off-by: Terje Bergstrom Reviewed-on: https://git-master.nvidia.com/r/1631144 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/gk20a.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h') diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h index 6a669d88..9d51be59 100644 --- a/drivers/gpu/nvgpu/gk20a/gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/gk20a.h @@ -1439,12 +1439,9 @@ static inline void gk20a_gr_flush_channel_tlb(struct gr_gk20a *gr) /* classes that the device supports */ /* TBD: get these from an open-sourced SDK? */ enum { - KEPLER_C = 0xA297, FERMI_TWOD_A = 0x902D, - KEPLER_COMPUTE_A = 0xA0C0, KEPLER_INLINE_TO_MEMORY_A = 0xA040, KEPLER_DMA_COPY_A = 0xA0B5, - KEPLER_CHANNEL_GPFIFO_C = 0xA26F, }; #define GK20A_BAR0_IORESOURCE_MEM 0 -- cgit v1.2.2