mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: vgpu: Delete gm20b support
Delete gm20b vgpu support. It has not been supported for a long time and keeping it up-to-date is extra work. Change-Id: I3c06d29a79cb83d53a25d2242247b4eeabeab310 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1635126 Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
351f519c2e
commit
44a1208fec
@@ -433,11 +433,6 @@ static int vgpu_init_hal(struct gk20a *g)
|
||||
int err;
|
||||
|
||||
switch (ver) {
|
||||
case GK20A_GPUID_GM20B:
|
||||
case GK20A_GPUID_GM20B_B:
|
||||
gk20a_dbg_info("gm20b detected");
|
||||
err = vgpu_gm20b_init_hal(g);
|
||||
break;
|
||||
case NVGPU_GPUID_GP10B:
|
||||
gk20a_dbg_info("gp10b detected");
|
||||
err = vgpu_gp10b_init_hal(g);
|
||||
|
||||
Reference in New Issue
Block a user