Home
last modified time | relevance | path

Searched refs:NV_DEVICE_INFO_V0_TNT (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvif/
Dcl0080.h25 #define NV_DEVICE_INFO_V0_TNT 0x01 macro
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv04/
Dhw.h359 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_TNT) { in nv_set_crtc_base()
400 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_TNT) in nv_pitch_align()
Darb.c229 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_TNT) in nv04_update_arb()
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c136 case NV_04: args->v0.family = NV_DEVICE_INFO_V0_TNT; break; in nvkm_udevice_info()
/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_abi16.c93 case NV_DEVICE_INFO_V0_TNT: in nouveau_abi16_swclass()
Dnouveau_chan.c207 if (device->info.family == NV_DEVICE_INFO_V0_TNT) { in nouveau_channel_prep()
Dnouveau_bios.c1256 if (drm->client.device.info.family > NV_DEVICE_INFO_V0_TNT) in olddcb_table()