No description
Find a file
Chen-Yu Tsai dd9c86425b minigbm: Add more dumb drivers
Add dumb drivers for Allwinner (sun4i-drm), MediaTek, and Rockchip
platforms. The latter two are only built and used if their respective
drivers are not selected.

BUG=b:258331312
TEST=Build Chromium VDA tests with crrev.com/c/3380427 and
     GbmDeviceWrapper using /dev/dri/card* and use_v4l2_codec=true
     Run VDA tests on RK3399 or Allwinner H6 decoding VP8 using legacy
     decoder should pass tests
     `emerge-kevin minigbm` and `emerge-cherry minigbm` should not fail

Change-Id: I82fb8815d5282f6a252a4d530eb764abb7c8c496
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/4060691
Reviewed-by: Miguel Casas-Sanchez <mcasas@chromium.org>
Tested-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: Miguel Casas <mcasas@google.com>
Commit-Queue: Chen-Yu Tsai <wenst@chromium.org>
Auto-Submit: Chen-Yu Tsai <wenst@chromium.org>
2022-12-07 14:36:24 +00:00
cros_gralloc gralloc: Remove release_fence arg from cros_gralloc_driver::flush() 2022-12-02 17:43:11 +00:00
external minigbm: Add tile4 support 2022-10-22 01:10:05 +00:00
.clang-format minigbm: add clang-format and presubmit hooks 2017-03-31 10:40:27 -07:00
amdgpu.c minigbm: passthrough SENSOR_DIRECT_DATA via gbm frontend 2022-07-26 23:41:35 +00:00
common.mk COIL: Migrate master to HEAD 2022-03-16 11:58:01 +00:00
DIR_METADATA DIR_METADATA: Add V2 Test Plans. 2022-11-30 01:25:57 +00:00
dri.c minigbm: dri: Enabled useInvalidate for buffer invalidation. 2022-10-25 16:05:09 +00:00
dri.h amdgpu: Use bo_release to free DRI images. 2021-11-12 14:06:35 +00:00
drv.c minigbm: Add more dumb drivers 2022-12-07 14:36:24 +00:00
drv.h minigbm: Add tile4 support 2022-10-22 01:10:05 +00:00
drv_array_helpers.c minigbm: refactor driver helpers 2021-10-01 18:35:11 +00:00
drv_array_helpers.h minigbm: refactor driver helpers 2021-10-01 18:35:11 +00:00
drv_helpers.c Revert "virtgpu_virgl: use blobs NV12 encoder input" 2022-12-01 01:31:03 +00:00
drv_helpers.h Revert "virtgpu_virgl: use blobs NV12 encoder input" 2022-12-01 01:31:03 +00:00
drv_priv.h virtgpu_crossdomain: Use guest storage when only CPU access is needed 2022-07-24 10:48:26 +00:00
dumb_driver.c minigbm: Add more dumb drivers 2022-12-07 14:36:24 +00:00
gbm.c minigbm: conditionally fallback to strip scanout use_flag 2021-09-22 19:47:06 +00:00
gbm.h minigbm: passthrough SENSOR_DIRECT_DATA via gbm frontend 2022-07-26 23:41:35 +00:00
gbm.pc minigbm: modify gbm.pc 2019-10-09 09:52:31 -07:00
gbm_helpers.c minigbm: passthrough SENSOR_DIRECT_DATA via gbm frontend 2022-07-26 23:41:35 +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
i915.c i915: add missing returns in i915_bo_compute_metadata 2022-12-01 02:33:43 +00:00
LICENSE minigbm: Add a LICENSE file 2017-04-21 21:57:32 -07:00
Makefile minigbm: Install minigbm_helpers.h 2022-08-03 09:12:36 +00:00
mediatek.c mediatek: Add MT8188G definition 2022-11-08 17:06:15 +00:00
minigbm_helpers.c minigbm_helper: close the opened dir 2021-11-16 00:18:15 +00:00
minigbm_helpers.h minigbm: consistent style 2021-02-03 04:22:38 +00:00
msm.c Revert "minigbm/msm: disable UBWC for virtualization" 2022-09-16 14:43:02 +00:00
OWNERS minigbm: remove stevensd from OWNERS 2022-04-20 04:41:27 +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: passthrough SENSOR_DIRECT_DATA via gbm frontend 2022-07-26 23:41:35 +00:00
util.h amdgpu: make libdir work on stock Linux 2020-01-21 20:43:23 +00:00
vc4.c minigbm: deprecate drv_log to favor log level 2022-07-19 04:16:15 +00:00
virtgpu.c drv/virtgpu: add log level for logging 2022-07-14 08:48:27 +00:00
virtgpu.h virtgpu_cross_domain: handle from guest memory 2021-04-30 20:41:42 +00:00
virtgpu_cross_domain.c virtgpu: always make it mappable for GPU_DATA_BUFFER 2022-09-15 04:52:47 +00:00
virtgpu_virgl.c Revert "virtgpu_virgl: use blobs NV12 encoder input" 2022-12-01 01:31:03 +00:00