Searched refs:nvdev_error (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ | 
| D | gm20b.c | 74 		nvdev_error(device, "unsupported speedo %d\n",  in gm20b_volt_new()
 | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/include/nvkm/core/ | 
| D | device.h | 290 #define nvdev_error(d,f,a...) nvdev_printk((d), ERROR,    err, f, ##a)  macro
 | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/device/ | 
| D | base.c | 2802 	nvdev_error(device, "preinit failed with %d\n", ret);  in nvkm_device_preinit()2852 	nvdev_error(device, "init failed with %d\n", ret);  in nvkm_device_init()
 3092 			nvdev_error(device, "unknown chipset (%08x)\n", boot0);
 3122 			nvdev_error(device, "unable to map PRI\n");
 3139 				nvdev_error(device, "%s ctor failed, %d\n",    \
 
 |