Searched refs:nvdev_error (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 244 #define nvdev_error(d,f,a...) nvdev_printk((d), ERROR, err, f, ##a) macro
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | base.c | 2217 nvdev_error(device, "preinit failed with %d\n", ret); in nvkm_device_preinit() 2264 nvdev_error(device, "init failed with %d\n", ret); in nvkm_device_init() 2466 nvdev_error(device, "unknown chipset (%08x)\n", boot0); 2496 nvdev_error(device, "unable to map PRI\n"); 2512 nvdev_error(device, "%s ctor failed, %d\n", \
|