No description
Find a file
Jason Macnak 73757bf2b1 virtgpu: Make getparam failure sound less fatal
The current logcat error message sounds quite fatal to someone
unfamiliar with virtio gpu's extensions.

BUG=n/a
TEST=build

Change-Id: Ifd26f31b561c9103eea357717397d38280270f50
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/3169386
Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org>
Tested-by: Gurchetan Singh <gurchetansingh@chromium.org>
Commit-Queue: Gurchetan Singh <gurchetansingh@chromium.org>
2021-09-18 02:25:58 +00:00
cros_gralloc gralloc: merge types.h into helpers.h 2021-09-18 00:06:56 +00:00
external minigbm: virtgpu/cross_domain: update protocol 2021-08-26 22:31:17 +00:00
.clang-format minigbm: add clang-format and presubmit hooks 2017-03-31 10:40:27 -07:00
amdgpu.c amdgpu: add scanout capable linear DRM_FORMAT_RGB565 support 2021-09-03 07:24:01 +00:00
Android.gralloc.mk minigbm: cros_gralloc: refactor for future HALs 2017-06-28 21:50:52 -07:00
Android.mk minigbm: Remove Tegra support. 2021-03-25 17:17:21 +00:00
common.mk minigbm: Remove (c) from copyright notice. 2016-12-17 19:33:05 -08:00
dri.c amdgpu: Always allocate bo with modifier on GFX9+. 2021-08-26 22:53:18 +00:00
dri.h amdgpu: Always allocate bo with modifier on GFX9+. 2021-08-26 22:53:18 +00:00
drv.c minigbm: populate errno for all code path of drv_bo_create 2021-09-17 13:47:53 +00:00
drv.h minigbm: completely hide bo->meta from cros_gralloc 2021-09-17 13:47:51 +00:00
drv_priv.h minigbm: virtgpu/cross_domain: update protocol 2021-08-26 22:31:17 +00:00
dumb_driver.c Add vkms support 2020-12-11 18:12:07 +00:00
exynos.c minigbm: reduce use of memset 2020-10-12 21:56:58 +00:00
gbm.c minigbm: add gbm_bo_get_fd_for_plane 2021-04-06 21:20:55 +00:00
gbm.h minigbm: support P010 SCANOUT 2021-04-08 06:55:47 +00:00
gbm.pc minigbm: modify gbm.pc 2019-10-09 09:52:31 -07:00
gbm_helpers.c minigbm: Add FRONT_RENDERING flag 2021-03-18 23:39:54 +00:00
gbm_helpers.h minigbm: standardize naming of buffer creation flags 2017-10-02 17:27:17 -07:00
gbm_priv.h minigbm: add clang-format and presubmit hooks 2017-03-31 10:40:27 -07:00
helpers.c virtgpu: Support P010 2021-06-16 18:48:17 +00:00
helpers.h minigbm: virtgpu/cross_domain: next generation virtgpu backend 2021-02-17 07:25:37 +00:00
helpers_array.c minigbm: introduce drv_array 2017-11-09 00:38:12 -08:00
helpers_array.h minigbm: introduce drv_array 2017-11-09 00:38:12 -08:00
i915.c i915: Run clang-format 2021-06-17 16:48:38 +00:00
LICENSE minigbm: Add a LICENSE file 2017-04-21 21:57:32 -07:00
Makefile Add static library to Makefile 2021-09-07 19:22:40 +00:00
mediatek.c Revert "minigbm: mediatek: Conditionally resolve DRM_FORMAT_BGR888 to DRM_FORMAT_XBGR8888" 2021-08-18 01:48:32 +00:00
minigbm_helpers.c minigbm: Remove Tegra support. 2021-03-25 17:17:21 +00:00
minigbm_helpers.h minigbm: consistent style 2021-02-03 04:22:38 +00:00
msm.c msm: Add P010 support 2021-08-24 22:11:28 +00:00
OWNERS minigbm: modify OWNERS 2021-02-23 01:01:35 +00:00
PRESUBMIT.cfg minigbm: fix typo in PRESUBMIT.cfg 2017-05-20 03:55:21 -07:00
presubmit.sh minigbm: i915: use local i915 drm header 2020-11-25 22:35:14 +00:00
rockchip.c minigbm: add drv_resolve_format_helper 2021-02-04 19:14:50 +00:00
util.h amdgpu: make libdir work on stock Linux 2020-01-21 20:43:23 +00:00
vc4.c minigbm: vc4: add YUV support 2020-10-23 22:32:17 +00:00
virtgpu.c virtgpu: Make getparam failure sound less fatal 2021-09-18 02:25:58 +00:00
virtgpu.h virtgpu_cross_domain: handle from guest memory 2021-04-30 20:41:42 +00:00
virtgpu_cross_domain.c minigbm: virtgpu/cross_domain: update protocol 2021-08-26 22:31:17 +00:00
virtgpu_virgl.c virtgpu: no YVU420_ANDROID blobs for SW access 2021-08-13 01:33:08 +00:00