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 <lm@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2435072
Reviewed-by: automaticguardword <automaticguardword@nvidia.com>
Reviewed-by: Rajesh Devaraj <rdevaraj@nvidia.com>
Reviewed-by: Dinesh T <dt@nvidia.com>
Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Lakshmanan M
2020-10-22 17:18:35 +05:30
committed by Alex Waterman
parent 2531107818
commit 7f9ce100f8

View File

@@ -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;
};
/**