Searched refs:VMW_DEBUG_USER (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ioctl.c136 VMW_DEBUG_USER("Illegal GET_3D_CAP argument.\n");
194 VMW_DEBUG_USER("Variable clips_ptr must be specified.\n");
217 VMW_DEBUG_USER("Invalid framebuffer id.\n");
271 VMW_DEBUG_USER("Argument clips_ptr must be specified.\n");
294 VMW_DEBUG_USER("Invalid framebuffer id.\n");
301 VMW_DEBUG_USER("Framebuffer not buffer backed.\n");
H A Dvmwgfx_simple_resource.c212 VMW_DEBUG_USER("Invalid %s handle 0x%08lx.\n",
220 VMW_DEBUG_USER("Invalid type of %s handle 0x%08lx.\n",
H A Dvmwgfx_execbuf.c48 VMW_DEBUG_USER("SM context is not set at %s\n", __func__); \
349 VMW_DEBUG_USER("Failed first usage context setup.\n");
514 VMW_DEBUG_USER("Failed to allocate a resource relocation.\n");
650 VMW_DEBUG_USER("Illegal context invalid id.\n");
671 VMW_DEBUG_USER("Could not find/use resource 0x%08x.\n",
751 VMW_DEBUG_USER("Failed to rebind context.\n");
757 VMW_DEBUG_USER("Failed to rebind queries.\n");
798 VMW_DEBUG_USER("View not found.\n");
876 VMW_DEBUG_USER("Illegal render target type %u.\n",
1038 VMW_DEBUG_USER("Quer
[all...]
H A Dvmwgfx_so.c334 VMW_DEBUG_USER("Illegal view create command size.\n");
339 VMW_DEBUG_USER("Illegal view add view id.\n");
400 VMW_DEBUG_USER("Illegal view remove view id.\n");
H A Dvmwgfx_surface.c752 VMW_DEBUG_USER("Invalid format %d for surface creation.\n",
920 VMW_DEBUG_USER("Could not find surface to reference.\n");
925 VMW_DEBUG_USER("Referenced object is not a surface.\n");
1014 VMW_DEBUG_USER("copy_to_user failed %p %u\n", user_sizes,
1437 VMW_DEBUG_USER("SM4 surface not supported.\n");
1455 VMW_DEBUG_USER("SM4.1 surface not supported.\n");
1461 VMW_DEBUG_USER("SM5 surface not supported.\n");
1467 VMW_DEBUG_USER("Invalid sample count.\n");
1472 VMW_DEBUG_USER("Invalid mip level.\n");
1492 VMW_DEBUG_USER("Faile
[all...]
H A Dvmwgfx_cmdbuf.c540 VMW_DEBUG_USER("Unknown command causing device error.\n");
541 VMW_DEBUG_USER("Command buffer offset is %lu\n",
548 VMW_DEBUG_USER("Command \"%s\" causing device error.\n",
550 VMW_DEBUG_USER("Command buffer offset is %lu\n",
552 VMW_DEBUG_USER("Command size is %lu\n",
H A Dvmwgfx_shader.c784 VMW_DEBUG_USER("Couldn't find buffer for shader creation.\n");
789 VMW_DEBUG_USER("Illegal buffer- or shader size.\n");
803 VMW_DEBUG_USER("Illegal shader type.\n");
H A Dvmw_surface_cache.h421 VMW_DEBUG_USER("Invalid surface layout for dirty tracking.\n");
H A Dvmwgfx_validation.c303 VMW_DEBUG_USER("Failed to allocate a resource validation entry.\n");
H A Dvmwgfx_context.c737 VMW_DEBUG_USER("DX contexts not supported by device.\n");
H A Dvmwgfx_drv.h1366 * VMW_DEBUG_USER - Debug output for user-space debugging.
1374 #define VMW_DEBUG_USER(fmt, ...) \ macro

Completed in 221 milliseconds