From 18939e4b4a680a8e01bbec864b267e193fb3714d Mon Sep 17 00:00:00 2001 From: Kevin Huang Date: Wed, 23 Apr 2014 15:39:00 -0700 Subject: gpu: nvgpu: add support to Maxwell sparse texture Bug 1442531 Change-Id: Ie927cca905b2ea9811417e7a1fdfdf9d48f015e2 Signed-off-by: Kevin Huang --- drivers/gpu/nvgpu/gm20b/hal_gm20b.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c') diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c index 7e390c37..0fc5fe99 100644 --- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c +++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c @@ -24,6 +24,7 @@ #include "gm20b_gating_reglist.h" #include "fifo_gm20b.h" #include "gr_ctx_gm20b.h" +#include "mm_gm20b.h" struct gpu_ops gm20b_ops = { .clock_gating = { @@ -49,6 +50,7 @@ int gm20b_init_hal(struct gpu_ops *gops) gm20b_init_fb(gops); gm20b_init_fifo(gops); gm20b_init_gr_ctx(gops); + gm20b_init_mm(gops); gops->name = "gm20b"; return 0; -- cgit v1.2.2