Searched refs:nvdev_error (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/ |
H A D | nouveau_nvkm_subdev_volt_gm20b.c | 79 nvdev_error(device, "unsupported speedo %d\n", in gm20b_volt_new()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
H A D | device.h | 344 #define nvdev_error(d,f,a...) nvdev_printk((d), ERROR, err, f, ##a) macro
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/ |
H A D | nouveau_nvkm_engine_device_base.c | 2869 nvdev_error(device, "preinit failed with %d\n", ret); in nvkm_device_preinit() 2919 nvdev_error(device, "init failed with %d\n", ret); in nvkm_device_init() 3206 nvdev_error(device, "unknown chipset (%08x)\n", boot0); 3239 nvdev_error(device, "unable to map device registers\n"); 3249 nvdev_error(device, "unable to map PRI\n"); 3267 nvdev_error(device, "%s ctor failed, %d\n", \
|