Lines Matching refs:info
92 switch (drm->client.device.info.family) {
187 getparam->value = device->info.chipset;
190 if (device->info.platform != NV_DEVICE_INFO_V0_SOC)
196 if (device->info.platform != NV_DEVICE_INFO_V0_SOC)
202 switch (device->info.platform) {
268 if (device->info.family >= NV_DEVICE_INFO_V0_KEPLER) {
310 if (device->info.family >= NV_DEVICE_INFO_V0_TESLA)
319 if (device->info.family < NV_DEVICE_INFO_V0_CELSIUS) {
336 if (device->info.family >= NV_DEVICE_INFO_V0_TESLA) {
518 struct drm_nouveau_notifierobj_alloc *info = data;
532 if (unlikely(device->info.family >= NV_DEVICE_INFO_V0_FERMI))
536 chan = nouveau_abi16_chan(abi16, info->channel);
546 ret = nvkm_mm_head(&chan->heap, 0, 1, info->size, info->size, 1,
553 if (device->info.family >= NV_DEVICE_INFO_V0_TESLA) {
573 ret = nvif_object_ctor(&chan->chan->user, "abi16Ntfy", info->handle,
581 info->offset = ntfy->node->offset;