Searched refs:NV_DEVICE_V0_INFO (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/nouveau/nvif/ |
D | device.c | 65 ret = nvif_object_mthd(&device->object, NV_DEVICE_V0_INFO, in nvif_device_ctor()
|
D | fifo.c | 50 ret = nvif_object_mthd(object, NV_DEVICE_V0_INFO, a, sizeof(*a)); in nvif_fifo_runlists()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/ |
D | cl0080.h | 5 #define NV_DEVICE_V0_INFO 0x00 macro
|
/linux-6.12.1/drivers/gpu/drm/nouveau/ |
D | nouveau_chan.c | 540 ret = nvif_object_mthd(device, NV_DEVICE_V0_INFO, &args, sizeof(args)); in nouveau_channels_init() 560 ret = nvif_object_mthd(device, NV_DEVICE_V0_INFO, &args, sizeof(args)); in nouveau_channels_init()
|
D | nouveau_abi16.c | 729 if (args->method != NV_DEVICE_V0_INFO || in nouveau_abi16_ioctl_mthd()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | user.c | 195 case NV_DEVICE_V0_INFO: in nvkm_udevice_mthd()
|