From b5acc421ee159c932e9e95adaa6d89a0c2141b38 Mon Sep 17 00:00:00 2001 From: Kevin Huang Date: Wed, 26 Mar 2014 11:49:04 -0700 Subject: video: tegra: host: flexible to select fw per chip Decouple the firmware selection of different gpu architecture. Change-Id: I62bf6b3bc51a8606c5973e475988cd5987a65a1a Signed-off-by: Kevin Huang Reviewed-on: http://git-master/r/389793 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gk20a/hal_gk20a.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/gpu/nvgpu/gk20a/hal_gk20a.c') diff --git a/drivers/gpu/nvgpu/gk20a/hal_gk20a.c b/drivers/gpu/nvgpu/gk20a/hal_gk20a.c index b3e9b0e6..f8a997e2 100644 --- a/drivers/gpu/nvgpu/gk20a/hal_gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/hal_gk20a.c @@ -21,6 +21,7 @@ #include "gk20a.h" #include "gk20a_gating_reglist.h" #include "channel_gk20a.h" +#include "gr_ctx_gk20a.h" struct gpu_ops gk20a_ops = { .clock_gating = { @@ -44,6 +45,7 @@ int gk20a_init_hal(struct gpu_ops *gops) gk20a_init_gr(gops); gk20a_init_fb(gops); gk20a_init_fifo(gops); + gk20a_init_gr_ctx(gops); gops->name = "gk20a"; return 0; -- cgit v1.2.2