Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c46 VMW_DEBUG_USER("SM context is not set at %s\n", __func__); \
332 VMW_DEBUG_USER("Failed first usage context setup.\n"); in vmw_execbuf_res_noref_val_add()
524 VMW_DEBUG_USER("Failed to allocate a resource relocation.\n"); in vmw_resource_relocation_add()
659 VMW_DEBUG_USER("Illegal context invalid id.\n"); in vmw_cmd_res_check()
680 VMW_DEBUG_USER("Could not find/use resource 0x%08x.\n", in vmw_cmd_res_check()
755 VMW_DEBUG_USER("Failed to rebind context.\n"); in vmw_rebind_contexts()
761 VMW_DEBUG_USER("Failed to rebind queries.\n"); in vmw_rebind_contexts()
802 VMW_DEBUG_USER("View not found.\n"); in vmw_view_bindings_add()
880 VMW_DEBUG_USER("Illegal render target type %u.\n", in vmw_cmd_set_render_target_check()
1042 VMW_DEBUG_USER("Query buffer too large.\n"); in vmw_query_bo_switch_prepare()
[all …]
Dvmwgfx_ioctl.c191 VMW_DEBUG_USER("Illegal GET_3D_CAP argument.\n"); in vmw_get_cap_3d_ioctl()
271 VMW_DEBUG_USER("Variable clips_ptr must be specified.\n"); in vmw_present_ioctl()
294 VMW_DEBUG_USER("Invalid framebuffer id.\n"); in vmw_present_ioctl()
354 VMW_DEBUG_USER("Argument clips_ptr must be specified.\n"); in vmw_present_readback_ioctl()
377 VMW_DEBUG_USER("Invalid framebuffer id.\n"); in vmw_present_readback_ioctl()
384 VMW_DEBUG_USER("Framebuffer not buffer backed.\n"); in vmw_present_readback_ioctl()
Dvmwgfx_simple_resource.c242 VMW_DEBUG_USER("Invalid %s handle 0x%08lx.\n", in vmw_simple_resource_lookup()
250 VMW_DEBUG_USER("Invalid type of %s handle 0x%08lx.\n", in vmw_simple_resource_lookup()
Dvmwgfx_so.c337 VMW_DEBUG_USER("Illegal view create command size.\n"); in vmw_view_add()
342 VMW_DEBUG_USER("Illegal view add view id.\n"); in vmw_view_add()
411 VMW_DEBUG_USER("Illegal view remove view id.\n"); in vmw_view_remove()
Dvmwgfx_surface.c747 VMW_DEBUG_USER("Invalid format %d for surface creation.\n", in vmw_surface_define_ioctl()
928 VMW_DEBUG_USER("Could not find surface to reference.\n"); in vmw_surface_handle_reference()
933 VMW_DEBUG_USER("Referenced object is not a surface.\n"); in vmw_surface_handle_reference()
1011 VMW_DEBUG_USER("copy_to_user failed %p %u\n", user_sizes, in vmw_surface_reference_ioctl()
1384 VMW_DEBUG_USER("Invalid Screen Target surface format."); in vmw_surface_gb_priv_define()
1390 VMW_DEBUG_USER("%ux%u\n, exceeds max surface size %ux%u", in vmw_surface_gb_priv_define()
1401 VMW_DEBUG_USER("Invalid surface format.\n"); in vmw_surface_gb_priv_define()
1408 VMW_DEBUG_USER("Tried to create DX surface on non-DX host.\n"); in vmw_surface_gb_priv_define()
1630 VMW_DEBUG_USER("Surface backup buffer too small.\n"); in vmw_gb_surface_define_internal()
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()
Dvmwgfx_shader.c855 VMW_DEBUG_USER("Couldn't find buffer for shader creation.\n"); in vmw_shader_define()
861 VMW_DEBUG_USER("Illegal buffer- or shader size.\n"); in vmw_shader_define()
875 VMW_DEBUG_USER("Illegal shader type.\n"); in vmw_shader_define()
Dvmwgfx_validation.c328 VMW_DEBUG_USER("Failed to allocate a resource validation entry.\n"); in vmw_validation_add_resource()
Dvmwgfx_context.c735 VMW_DEBUG_USER("DX contexts not supported by device.\n"); in vmw_context_define()
Dvmwgfx_drv.h1403 #define VMW_DEBUG_USER(fmt, ...) \ macro