From 7f9ce100f85654501352fc074bfad98cddb9c9df Mon Sep 17 00:00:00 2001 From: Lakshmanan M Date: Thu, 22 Oct 2020 17:18:35 +0530 Subject: [PATCH] gpu: nvgpu: Dynamic VEID allocation support for MIG Removed veid_start_offset and max_veid_count_per_tsg in mig static config. JIRA NVGPU-5650 JIRA NVGPU-5647 Change-Id: I18315b957548aa8679f066a956125c4004773bd3 Signed-off-by: Lakshmanan M Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2435072 Reviewed-by: automaticguardword Reviewed-by: Rajesh Devaraj Reviewed-by: Dinesh T Reviewed-by: Vaibhav Kachore Reviewed-by: mobile promotions Tested-by: mobile promotions GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/include/nvgpu/mig.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/gpu/nvgpu/include/nvgpu/mig.h b/drivers/gpu/nvgpu/include/nvgpu/mig.h index 48e7b4ba7..b6142b96d 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/mig.h +++ b/drivers/gpu/nvgpu/include/nvgpu/mig.h @@ -130,10 +130,6 @@ struct nvgpu_gpu_instance_static_config { u32 gr_syspipe_id; /** Number of GPC assigned to this config. */ u32 num_gpc; - /** Maximum veid allocated to this gr syspipe. */ - u32 max_veid_count_per_tsg; - /** VEID start offset. */ - u32 veid_start_offset; }; /**