From 499aaafa976f5228b1050fe6ca3e4ca91ad53661 Mon Sep 17 00:00:00 2001 From: seshendra Gadagottu Date: Wed, 16 Nov 2016 10:05:23 -0800 Subject: gpu: nvgpu: free veid bundle init data During gk20a_remove_gr_support, free veid bundle init data. JIRA GV11B-21 Change-Id: Ie1ea7387202c0bae55d5e5f0e1827b5b7b826e96 Signed-off-by: seshendra Gadagottu Reviewed-on: http://git-master/r/1254869 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/gr_gk20a.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers') diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c index f5205d75..0ebf2db9 100644 --- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c @@ -3253,6 +3253,7 @@ static void gk20a_remove_gr_support(struct gr_gk20a *gr) kfree(gr->ctx_vars.ucode.gpccs.inst.l); kfree(gr->ctx_vars.ucode.gpccs.data.l); kfree(gr->ctx_vars.sw_bundle_init.l); + kfree(gr->ctx_vars.sw_veid_bundle_init.l); kfree(gr->ctx_vars.sw_method_init.l); kfree(gr->ctx_vars.sw_ctx_load.l); kfree(gr->ctx_vars.sw_non_ctx_load.l); -- cgit v1.2.2