From 8aa0370005a81a7e26ae7c86585626d3261aa4d3 Mon Sep 17 00:00:00 2001 From: Sunny He Date: Wed, 26 Jul 2017 11:14:21 -0700 Subject: gpu: nvgpu: gv11b: Reorg fecs_trace HAL init Reorganize HAL initialization to remove inheritance and construct the gpu_ops struct at compile time. This patch only covers the fecs_trace sub-module of the gpu_ops struct. Perform HAL function assignments in hal_gxxxx.c through the population of a chip-specific copy of gpu_ops. Jira NVGPU-74 Change-Id: I43932a8eac2a9f791e967a8ed736f76350889a51 Signed-off-by: Sunny He Reviewed-on: https://git-master.nvidia.com/r/1527420 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/gpu/nvgpu/Makefile') diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile index 7e96dcf3..4b0aa321 100644 --- a/drivers/gpu/nvgpu/Makefile +++ b/drivers/gpu/nvgpu/Makefile @@ -9,7 +9,6 @@ nvgpu-y += \ $(nvgpu-t19x)/gv11b/hal_gv11b.o \ $(nvgpu-t19x)/gv11b/gv11b_gating_reglist.o \ $(nvgpu-t19x)/gv11b/gr_gv11b.o \ - $(nvgpu-t19x)/gv11b/fecs_trace_gv11b.o \ $(nvgpu-t19x)/gv11b/fb_gv11b.o \ $(nvgpu-t19x)/gv11b/fifo_gv11b.o \ $(nvgpu-t19x)/gv11b/mm_gv11b.o \ -- cgit v1.2.2