Searched refs:NV_PRINTK (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drv.h | 244 #define NV_PRINTK(l, c, f, a...) \ macro 250 #define NV_FATAL(drm, f, a...) NV_PRINTK(crit, &(drm)->client, f, ##a) 251 #define NV_ERROR(drm, f, a...) NV_PRINTK(err, &(drm)->client, f, ##a) 252 #define NV_WARN(drm, f, a...) NV_PRINTK(warn, &(drm)->client, f, ##a) 253 #define NV_INFO(drm, f, a...) NV_PRINTK(info, &(drm)->client, f, ##a) 258 NV_PRINTK(info, &(drm)->client, f, ##a); \ 263 NV_PRINTK(info, &(drm)->client, f, ##a); \ 266 #define NV_PRINTK_ONCE(l, c, f, a...) NV_PRINTK(l##_once, c, f, ##a)
|
H A D | nouveau_drm.c | 213 NV_PRINTK(err, cli, "Client allocation failed: %d\n", ret); in nouveau_cli_init() 223 NV_PRINTK(err, cli, "Device allocation failed: %d\n", ret); in nouveau_cli_init() 229 NV_PRINTK(err, cli, "No supported MMU class\n"); in nouveau_cli_init() 235 NV_PRINTK(err, cli, "MMU allocation failed: %d\n", ret); in nouveau_cli_init() 241 NV_PRINTK(err, cli, "No supported VMM class\n"); in nouveau_cli_init() 247 NV_PRINTK(err, cli, "VMM allocation failed: %d\n", ret); in nouveau_cli_init() 253 NV_PRINTK(err, cli, "No supported MEM class\n"); in nouveau_cli_init()
|
Completed in 3 milliseconds