Home
last modified time | relevance | path

Searched refs:VMW_DEBUG_USER (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_simple_resource.c212 VMW_DEBUG_USER("Invalid %s handle 0x%08lx.\n", in vmw_simple_resource_lookup()
220 VMW_DEBUG_USER("Invalid type of %s handle 0x%08lx.\n", in vmw_simple_resource_lookup()
H A Dvmwgfx_surface.c758 VMW_DEBUG_USER("Invalid format %d for surface creation.\n", in vmw_surface_define_ioctl()
1039 VMW_DEBUG_USER("Could not find surface to reference.\n"); in vmw_surface_handle_reference()
1044 VMW_DEBUG_USER("Referenced object is not a surface.\n"); in vmw_surface_handle_reference()
1133 VMW_DEBUG_USER("copy_to_user failed %p %u\n", user_sizes, in vmw_surface_reference_ioctl()
1556 VMW_DEBUG_USER("SM4 surface not supported.\n"); in vmw_gb_surface_define_internal()
1574 VMW_DEBUG_USER("SM4.1 surface not supported.\n"); in vmw_gb_surface_define_internal()
1580 VMW_DEBUG_USER("SM5 surface not supported.\n"); in vmw_gb_surface_define_internal()
1586 VMW_DEBUG_USER("Invalid sample count.\n"); in vmw_gb_surface_define_internal()
1591 VMW_DEBUG_USER("Invalid mip level.\n"); in vmw_gb_surface_define_internal()
1611 VMW_DEBUG_USER("Failed to define surface.\n"); in vmw_gb_surface_define_internal()
[all …]
H A Dvmwgfx_so.c334 VMW_DEBUG_USER("Illegal view create command size.\n"); in vmw_view_add()
339 VMW_DEBUG_USER("Illegal view add view id.\n"); in vmw_view_add()
400 VMW_DEBUG_USER("Illegal view remove view id.\n"); in vmw_view_remove()
H A Dvmwgfx_cmdbuf.c540 VMW_DEBUG_USER("Unknown command causing device error.\n"); in vmw_cmdbuf_work_func()
541 VMW_DEBUG_USER("Command buffer offset is %lu\n", in vmw_cmdbuf_work_func()
548 VMW_DEBUG_USER("Command \"%s\" causing device error.\n", in vmw_cmdbuf_work_func()
550 VMW_DEBUG_USER("Command buffer offset is %lu\n", in vmw_cmdbuf_work_func()
552 VMW_DEBUG_USER("Command size is %lu\n", in vmw_cmdbuf_work_func()
H A Dvmwgfx_shader.c784 VMW_DEBUG_USER("Couldn't find buffer for shader creation.\n"); in vmw_shader_define()
789 VMW_DEBUG_USER("Illegal buffer- or shader size.\n"); in vmw_shader_define()
803 VMW_DEBUG_USER("Illegal shader type.\n"); in vmw_shader_define()
H A Dvmw_surface_cache.h427 VMW_DEBUG_USER("Invalid surface layout for dirty tracking.\n"); in vmw_surface_setup_cache()
H A Dvmwgfx_validation.c303 VMW_DEBUG_USER("Failed to allocate a resource validation entry.\n"); in vmw_validation_add_resource()
H A Dvmwgfx_context.c737 VMW_DEBUG_USER("DX contexts not supported by device.\n"); in vmw_context_define()
H A Dvmwgfx_drv.h1392 #define VMW_DEBUG_USER(fmt, ...) \ macro