Searched refs:nvdev_error (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
D | gm20b.c | 75 nvdev_error(device, "unsupported speedo %d\n", in gm20b_volt_new()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 133 #define nvdev_error(d,f,a...) nvdev_printk((d), ERROR, err, f, ##a) macro
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | base.c | 2783 nvdev_error(device, "preinit failed with %d\n", ret); in nvkm_device_preinit() 2828 nvdev_error(device, "init failed with %d\n", ret); in nvkm_device_init() 2923 nvdev_error(device, "unable to map PRI\n"); in nvkm_device_ctor() 2933 nvdev_error(device, in nvkm_device_ctor() 3105 nvdev_error(device, "unknown chipset (%08x)\n", boot0); in nvkm_device_ctor() 3157 nvdev_error(device, "%s ctor failed: %d\n", \ in nvkm_device_ctor() 3175 nvdev_error(device, "%s%d ctor failed: %d\n", \ in nvkm_device_ctor()
|