/external/minigbm/cros_gralloc/gralloc3/ |
D | CrosGralloc3Mapper.cc | 28 drv_log("Failed to initialize driver.\n"); in CrosGralloc3Mapper() 38 drv_log("Failed to createDescriptor. Bad width: %d.\n", description.width); in createDescriptor() 44 drv_log("Failed to createDescriptor. Bad height: %d.\n", description.height); in createDescriptor() 50 drv_log("Failed to createDescriptor. Bad layer count: %d.\n", description.layerCount); in createDescriptor() 57 drv_log("Failed to createDescriptor. Failed to encodeBufferDescriptorInfo\n"); in createDescriptor() 69 drv_log("Failed to import buffer. Driver is uninitialized.\n"); in importBuffer() 76 drv_log("Failed to importBuffer. Bad handle.\n"); in importBuffer() 83 drv_log("Failed to importBuffer. Handle clone failed.\n"); in importBuffer() 102 drv_log("Failed to freeBuffer. Driver is uninitialized.\n"); in freeBuffer() 108 drv_log("Failed to freeBuffer. Empty handle.\n"); in freeBuffer() [all …]
|
D | CrosGralloc3Allocator.cc | 29 drv_log("Failed to initialize driver.\n"); in CrosGralloc3Allocator() 37 drv_log("Failed to allocate. Driver is uninitialized.\n"); in allocate() 60 drv_log("Unsupported combination -- pixel format: %s, drm format:%s, usage: %s\n", in allocate() 87 drv_log("Failed to allocate. Driver is uninitialized.\n"); in allocate() 94 drv_log("Failed to allocate. Failed to decode buffer descriptor.\n"); in allocate()
|
D | CrosGralloc3Utils.cc | 331 drv_log("Failed to convert descriptor. Unsupported layerCount: %d\n", in convertToCrosDescriptor() 337 drv_log("Failed to convert descriptor. Unsupported format %s\n", pixelFormatString.c_str()); in convertToCrosDescriptor() 342 drv_log("Failed to convert descriptor. Unsupported usage flags %s\n", usageString.c_str()); in convertToCrosDescriptor() 380 drv_log("Failed to decodeBufferDescriptorInfo. Invalid size: %zd.\n", encoded.size()); in decodeBufferDescriptorInfo()
|
/external/minigbm/cros_gralloc/gralloc4/ |
D | CrosGralloc4Mapper.cc | 51 drv_log("Failed to initialize driver.\n"); in GetAndReferenceDriver() 95 drv_log("Failed to createDescriptor. Bad width: %d.\n", description.width); in createDescriptor() 101 drv_log("Failed to createDescriptor. Bad height: %d.\n", description.height); in createDescriptor() 107 drv_log("Failed to createDescriptor. Bad layer count: %d.\n", description.layerCount); in createDescriptor() 114 drv_log("Failed to createDescriptor. Failed to encode: %d.\n", ret); in createDescriptor() 125 drv_log("Failed to import buffer. Driver is uninitialized.\n"); in importBuffer() 132 drv_log("Failed to importBuffer. Bad handle.\n"); in importBuffer() 139 drv_log("Failed to importBuffer. Handle clone failed: %s.\n", strerror(errno)); in importBuffer() 158 drv_log("Failed to freeBuffer. Driver is uninitialized.\n"); in freeBuffer() 164 drv_log("Failed to freeBuffer. Empty handle.\n"); in freeBuffer() [all …]
|
D | CrosGralloc4Allocator.cc | 28 drv_log("Failed to initialize driver.\n"); in CrosGralloc4Allocator() 36 drv_log("Failed to allocate. Driver is uninitialized.\n"); in allocate() 59 drv_log("Unsupported combination -- pixel format: %s, drm format:%s, usage: %s\n", in allocate() 86 drv_log("Failed to allocate. Driver is uninitialized.\n"); in allocate() 95 drv_log("Failed to allocate. Failed to decode buffer descriptor: %d.\n", ret); in allocate()
|
D | CrosGralloc4Utils.cc | 322 drv_log("Failed to convert descriptor. Unsupported layerCount: %d\n", in convertToCrosDescriptor() 328 drv_log("Failed to convert descriptor. Unsupported format %s\n", pixelFormatString.c_str()); in convertToCrosDescriptor() 333 drv_log("Failed to convert descriptor. Unsupported usage flags %s\n", usageString.c_str()); in convertToCrosDescriptor() 665 drv_log("Unknown plane layout for format %d\n", drmFormat); in getPlaneLayouts()
|
/external/minigbm/cros_gralloc/ |
D | cros_gralloc_driver.cc | 38 drv_log("Failed to create memfd '%s': memfd_create not available.", name); in memfd_create_wrapper() 43 drv_log("Failed to create memfd '%s': %s.\n", name, strerror(errno)); in memfd_create_wrapper() 139 drv_log("Failed to set reserved region size: %s.\n", strerror(errno)); in create_reserved_region() 185 drv_log("Failed to create bo.\n"); in allocate() 195 drv_log("Can only support one buffer per bo.\n"); in allocate() 281 drv_log("Invalid handle.\n"); in retain() 331 drv_log("Invalid handle.\n"); in release() 337 drv_log("Invalid Reference.\n"); in release() 363 drv_log("Invalid handle.\n"); in lock() 369 drv_log("Invalid Reference.\n"); in lock() [all …]
|
D | cros_gralloc_buffer.cc | 65 drv_log("Can only support one buffer per bo.\n"); in lock() 89 drv_log("Mapping failed.\n"); in lock() 104 drv_log("Buffer was not locked.\n"); in unlock() 128 drv_log("Buffer was not locked.\n"); in invalidate() 141 drv_log("Buffer was not locked.\n"); in flush() 154 drv_log("Buffer does not have reserved region.\n"); in get_reserved_region() 162 drv_log("Failed to mmap reserved region: %s.\n", strerror(errno)); in get_reserved_region()
|
D | cros_gralloc_helpers.cc | 75 drv_log("Timed out on sync wait, err = %s\n", strerror(errno)); in cros_gralloc_sync_wait() 78 drv_log("sync wait error = %s\n", strerror(errno)); in cros_gralloc_sync_wait() 86 drv_log("Unable to close fence fd, err = %s\n", strerror(errno)); in cros_gralloc_sync_wait()
|
/external/minigbm/ |
D | virtgpu_cross_domain.c | 55 drv_log("DRM_IOCTL_GEM_CLOSE failed (handle=%x) error %d\n", in cross_domain_release_private() 117 drv_log("DRM_IOCTL_VIRTGPU_EXECBUFFER failed with %s\n", strerror(errno)); in cross_domain_submit_cmd() 128 drv_log("DRM_IOCTL_VIRTGPU_WAIT failed with %s\n", strerror(errno)); in cross_domain_submit_cmd() 256 drv_log("DRM_IOCTL_VIRTGPU_GET_CAPS failed with %s\n", strerror(errno)); in cross_domain_init() 279 drv_log("DRM_IOCTL_VIRTGPU_CONTEXT_INIT failed with %s\n", strerror(errno)); in cross_domain_init() 290 drv_log("DRM_VIRTGPU_RESOURCE_CREATE_BLOB failed with %s\n", strerror(errno)); in cross_domain_init() 300 drv_log("DRM_IOCTL_VIRTGPU_MAP failed with %s\n", strerror(errno)); in cross_domain_init() 308 drv_log("mmap failed with %s\n", strerror(errno)); in cross_domain_init() 343 drv_log("Metadata query failed"); in cross_domain_bo_create() 370 drv_log("DRM_VIRTGPU_RESOURCE_CREATE_BLOB failed with %s\n", strerror(errno)); in cross_domain_bo_create() [all …]
|
D | exynos.c | 59 drv_log("unsupported format %X\n", format); in exynos_bo_create() 74 drv_log("DRM_IOCTL_EXYNOS_GEM_CREATE failed (size=%zu)\n", size); in exynos_bo_create() 91 drv_log("DRM_IOCTL_GEM_CLOSE failed: %d\n", gem_close_ret); in exynos_bo_create()
|
D | mediatek.c | 113 drv_log("no usable modifier found\n"); in mediatek_bo_create_with_modifiers() 152 drv_log("DRM_IOCTL_MTK_GEM_CREATE failed (size=%" PRIu64 ")\n", gem_create.size); in mediatek_bo_create_with_modifiers() 180 drv_log("DRM_IOCTL_MTK_GEM_MAP_OFFSET failed\n"); in mediatek_bo_map() 186 drv_log("Failed to get a prime fd\n"); in mediatek_bo_map() 243 drv_log("poll prime_fd failed\n"); in mediatek_bo_invalidate()
|
D | i915.c | 288 drv_log("Failed to get I915_PARAM_CHIPSET_ID\n"); in i915_init() 302 drv_log("Failed to get I915_PARAM_HAS_LLC\n"); in i915_init() 520 drv_log("DRM_IOCTL_I915_GEM_CREATE_EXT failed (size=%llu)\n", in i915_bo_create_from_metadata() 531 drv_log("DRM_IOCTL_I915_GEM_CREATE failed (size=%llu)\n", gem_create.size); in i915_bo_create_from_metadata() 551 drv_log("DRM_IOCTL_I915_GEM_SET_TILING failed with %d\n", errno); in i915_bo_create_from_metadata() 579 drv_log("DRM_IOCTL_I915_GEM_GET_TILING failed.\n"); in i915_bo_import() 632 drv_log("DRM_IOCTL_I915_GEM_MMAP_GTT failed\n"); in i915_bo_map() 641 drv_log("i915 GEM mmap failed\n"); in i915_bo_map() 667 drv_log("DRM_IOCTL_I915_GEM_SET_DOMAIN with %d\n", ret); in i915_bo_invalidate()
|
D | virtgpu_virgl.c | 82 drv_log("Unhandled format:%d\n", drm_fourcc); in translate_format() 338 drv_log("Scanout format: %d\n", drm_format); in virgl_add_combination() 344 drv_log("Skipping unsupported combination format:%d\n", drm_format); in virgl_add_combination() 432 drv_log("Unhandled bo use flag: %llx\n", (unsigned long long)use_flags); in compute_virgl_bind_flags() 488 drv_log("DRM_IOCTL_VIRTGPU_RESOURCE_CREATE failed with %s\n", strerror(errno)); in virgl_3d_bo_create() 506 drv_log("DRM_IOCTL_VIRTGPU_MAP failed with %s\n", strerror(errno)); in virgl_3d_bo_map() 533 drv_log("DRM_IOCTL_VIRTGPU_GET_CAPS failed with %s\n", strerror(errno)); in virgl_get_caps() 542 drv_log("DRM_IOCTL_VIRTGPU_GET_CAPS failed with %s\n", strerror(errno)); in virgl_get_caps() 694 drv_log("DRM_VIRTGPU_RESOURCE_CREATE_BLOB failed with %s\n", strerror(errno)); in virgl_bo_create_blob() 838 drv_log("DRM_IOCTL_VIRTGPU_TRANSFER_FROM_HOST failed with %s\n", in virgl_bo_invalidate() [all …]
|
D | vc4.c | 55 drv_log("DRM_FORMAT_MOD_BROADCOM_VC4_T_TILED not supported yet\n"); in vc4_bo_create_for_modifier() 73 drv_log("DRM_IOCTL_VC4_CREATE_BO failed (size=%zu)\n", bo->meta.total_size); in vc4_bo_create_for_modifier() 116 drv_log("DRM_VC4_MMAP_BO failed\n"); in vc4_bo_map()
|
D | msm.c | 198 drv_log("WARNING: waffle detected, disabling UBWC\n"); in should_avoid_ubwc() 214 drv_log("WARNING: gtest detected, disabling UBWC\n"); in should_avoid_ubwc() 297 drv_log("DRM_IOCTL_MSM_GEM_NEW failed with %s\n", strerror(errno)); in msm_bo_create_for_modifier() 336 drv_log("invalid format = %d, flags = %" PRIx64 " combination\n", format, flags); in msm_bo_create() 351 drv_log("DRM_IOCLT_MSM_GEM_INFO failed with %s\n", strerror(errno)); in msm_bo_map()
|
D | amdgpu.c | 274 drv_log("SDMA copy command buffer submission failed %d\n", ret); in sdma_copy() 285 drv_log("Could not wait for CS to finish\n"); in sdma_copy() 287 drv_log("Infinite wait timed out, likely GPU hang.\n"); in sdma_copy() 343 drv_log("SDMA init failed\n"); in amdgpu_init() 616 drv_log("GEM create failed\n"); in amdgpu_map_bo() 627 drv_log("SDMA copy for read failed\n"); in amdgpu_map_bo() 635 drv_log("DRM_IOCTL_AMDGPU_GEM_MMAP failed\n"); in amdgpu_map_bo() 700 drv_log("DRM_AMDGPU_GEM_WAIT_IDLE failed with %d\n", ret); in amdgpu_bo_invalidate() 705 drv_log("DRM_AMDGPU_GEM_WAIT_IDLE BO is busy\n"); in amdgpu_bo_invalidate()
|
D | helpers.c | 165 drv_log("UNKNOWN FORMAT %d\n", format); in layout_from_format() 363 drv_log("DRM_IOCTL_MODE_CREATE_DUMB failed (%d, %d)\n", bo->drv->fd, errno); in drv_dumb_bo_create_ex() 390 drv_log("DRM_IOCTL_MODE_DESTROY_DUMB failed (handle=%x)\n", bo->handles[0].u32); in drv_dumb_bo_destroy() 416 drv_log("DRM_IOCTL_GEM_CLOSE failed (handle=%x) error %d\n", in drv_gem_bo_destroy() 438 drv_log("DRM_IOCTL_PRIME_FD_TO_HANDLE failed (fd=%u)\n", prime_handle.fd); in drv_prime_bo_import() 469 drv_log("DRM_IOCTL_MODE_MAP_DUMB failed\n"); in drv_dumb_bo_map() 510 drv_log("munmap failed\n"); in drv_mapping_destroy()
|
D | rockchip.c | 139 drv_log("no usable modifier found\n"); in rockchip_bo_create_with_modifiers() 163 drv_log("DRM_IOCTL_ROCKCHIP_GEM_CREATE failed (size=%" PRIu64 ")\n", in rockchip_bo_create_with_modifiers() 196 drv_log("DRM_IOCTL_ROCKCHIP_GEM_MAP_OFFSET failed\n"); in rockchip_bo_map()
|
D | virtgpu.c | 52 drv_log("DRM_IOCTL_VIRTGPU_GET_PARAM failed with %s\n", strerror(errno)); in virtgpu_init()
|
D | dri.c | 81 drv_log("DRM_IOCTL_GEM_CLOSE failed (handle=%x) error %d\n", handle, ret); in close_gem_handle() 138 drv_log("drmPrimeFDToHandle failed with %s\n", strerror(errno)); in import_into_minigbm()
|
D | drv.c | 390 drv_log("lseek() failed with %s\n", strerror(errno)); in drv_bo_import() 401 drv_log("buffer size is too large.\n"); in drv_bo_import() 604 drv_log("Failed to get plane fd: %s\n", strerror(errno)); in drv_bo_get_plane_fd()
|
D | drv.h | 189 #define drv_log(format, ...) \ macro
|
/external/minigbm/cros_gralloc/gralloc0/ |
D | gralloc0.cc | 174 drv_log("Retrying format %u allocation without encoder flag", format); in gralloc0_alloc() 184 drv_log("Unsupported combination -- HAL format: %u, HAL usage: %u, " in gralloc0_alloc() 222 drv_log("Failed to initialize driver.\n"); in gralloc0_init() 251 drv_log("Incorrect device name - %s.\n", name); in gralloc0_open() 338 drv_log("Invalid handle.\n"); in gralloc0_perform() 442 drv_log("Invalid handle.\n"); in gralloc0_lock_async() 447 drv_log("HAL_PIXEL_FORMAT_YCbCr_*_888 format not compatible.\n"); in gralloc0_lock_async() 493 drv_log("Invalid handle.\n"); in gralloc0_lock_async_ycbcr() 499 drv_log("Non-YUV format not compatible.\n"); in gralloc0_lock_async_ycbcr()
|