Searched refs:nv_fatal (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
D | object.c | 279 nv_fatal(object, "engine failed to reinit, %d\n", rret); in nvkm_object_decs() 285 nv_fatal(object, "failed to reinit, %d\n", rret); in nvkm_object_decs() 319 nv_fatal(NULL, "*******************************************\n"); in nvkm_object_debug() 320 nv_fatal(NULL, "* AIIIII! object(s) still exist!!!\n"); in nvkm_object_debug() 321 nv_fatal(NULL, "*******************************************\n"); in nvkm_object_debug() 323 nv_fatal(object, "%p/%p/%d/%d\n", in nvkm_object_debug()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramnv1a.c | 41 nv_fatal(pfb, "no bridge device\n"); in nv1a_ram_create()
|
D | base.c | 142 nv_fatal(pfb, "error detecting memory configuration!!\n"); in nvkm_fb_create_()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | printk.h | 15 #define nv_fatal(o,f,a...) nv_printk((o), FATAL, f, ##a) macro
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | nv04.c | 84 nv_fatal(device, "unknown RIVA chipset\n"); in nv04_identify()
|
D | nv20.c | 126 nv_fatal(device, "unknown Kelvin chipset\n"); in nv20_identify()
|
D | nv30.c | 148 nv_fatal(device, "unknown Rankine chipset\n"); in nv30_identify()
|
D | gm100.c | 185 nv_fatal(device, "unknown Maxwell chipset\n"); in gm100_identify()
|
D | nv10.c | 199 nv_fatal(device, "unknown Celsius chipset\n"); in nv10_identify()
|
D | gk104.c | 321 nv_fatal(device, "unknown Kepler chipset\n"); in gk104_identify()
|
D | gf100.c | 353 nv_fatal(device, "unknown Fermi chipset\n"); in gf100_identify()
|
D | nv40.c | 422 nv_fatal(device, "unknown Curie chipset\n"); in nv40_identify()
|
D | nv50.c | 473 nv_fatal(device, "unknown Tesla chipset\n"); in nv50_identify()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | shadow.c | 262 nv_fatal(bios, "unable to locate usable image\n"); in nvbios_shadow()
|