NV_C0
case 0x0d0: device->card_type = NV_C0; break;
case NV_C0: args->v0.family = NV_DEVICE_INFO_V0_FERMI; break;
if (device->card_type < NV_C0)
if (device->card_type >= NV_C0)
if (bios->subdev.device->card_type >= NV_C0 &&