Searched refs:vmw_error (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_dri.c | 82 vmw_error("%s version failure.\n", component); in vmw_dri1_check_version() 83 vmw_error("%s version is %d.%d.%d and this driver can only work\n" in vmw_dri1_check_version() 245 vmw_error("Failed to get handle from prime fd %d.\n", in vmw_drm_surface_from_handle() 251 vmw_error("Attempt to import unsupported handle type %d.\n", in vmw_drm_surface_from_handle() 274 vmw_error("Failed referencing shared surface. SID %d.\n" in vmw_drm_surface_from_handle() 281 vmw_error("Incorrect number of mipmap levels on shared surface." in vmw_drm_surface_from_handle() 289 vmw_error("Incorrect number of faces levels on shared surface." in vmw_drm_surface_from_handle() 351 vmw_error("Failed to get file descriptor from prime.\n"); in vmw_drm_surface_get_handle() 356 vmw_error("Attempt to export unsupported handle type %d.\n", in vmw_drm_surface_get_handle()
|
D | vmw_screen_ioctl.c | 305 vmw_error("Failed to get handle from prime fd %d.\n", in vmw_ioctl_surface_req() 320 vmw_error("Attempt to import unsupported handle type %d.\n", in vmw_ioctl_surface_req() 479 vmw_error("%s error %s.\n", __FUNCTION__, strerror(-ret)); in vmw_ioctl_command() 537 vmw_error("IOCTL failed %d: %s\n", ret, strerror(-ret)); in vmw_ioctl_region_create() 597 vmw_error("%s: Map failed.\n", __FUNCTION__); in vmw_ioctl_region_map() 693 vmw_error("%s Failed\n", __FUNCTION__); in vmw_ioctl_fence_unref() 756 vmw_error("%s Failed\n", __FUNCTION__); in vmw_ioctl_fence_finish() 903 vmw_error("No 3D enabled (%i, %s).\n", ret, strerror(-ret)); in vmw_ioctl_init() 912 vmw_error("Failed to get fifo hw version (%i, %s).\n", in vmw_ioctl_init()
|
D | vmw_context.h | 59 #define vmw_error(...) fprintf(stderr, "VMware: " __VA_ARGS__) macro
|