Searched refs:NV_DEVICE_V0_INFO (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | device.c | 60 ret = nvif_object_mthd(&device->object, NV_DEVICE_V0_INFO, in nvif_device_ctor()
|
H A D | fifo.c | 50 ret = nvif_object_mthd(object, NV_DEVICE_V0_INFO, a, sizeof(*a)); in nvif_fifo_runlists()
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | cl0080.h | 12 #define NV_DEVICE_V0_INFO 0x00 macro
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_chan.c | 547 ret = nvif_object_mthd(device, NV_DEVICE_V0_INFO, &args, sizeof(args)); in nouveau_channels_init() 567 ret = nvif_object_mthd(device, NV_DEVICE_V0_INFO, &args, sizeof(args)); in nouveau_channels_init()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | user.c | 194 case NV_DEVICE_V0_INFO: in nvkm_udevice_mthd()
|