Searched refs:FLCN_ERR (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | falcon.h | 81 #define FLCN_ERR(f,fmt,a...) FLCN_PRINTK((f), ERROR, err, " "fmt"\n", ##a) macro 83 ({ bool _cond = (c); _cond ? FLCN_ERR(f, fmt, ##a) : FLCN_DBG(f, fmt, ##a); _cond; })
|
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/falcon/ |
D | gm200.c | 35 FLCN_ERR(falcon, "TRACEPC SCTL %08x TIDX %08x", sctl, tidx); in gm200_flcn_tracepc() 39 FLCN_ERR(falcon, "TRACEPC: %08x", ip); in gm200_flcn_tracepc()
|
D | fw.c | 133 FLCN_ERR(falcon, "get %d", ret); in nvkm_falcon_fw_oneinit() 139 FLCN_ERR(falcon, "map %d", ret); in nvkm_falcon_fw_oneinit()
|
D | msgq.c | 168 FLCN_ERR(falcon, "unexpected init message size %d vs %d", in nvkm_falcon_msgq_recv_initmsg()
|
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/sec2/ |
D | gp102.c | 182 FLCN_ERR(falcon, "halted"); in gp102_sec2_intr()
|