commit | 231913e75751498902132c825d5b8567684e3b8d | [log] [tgz] |
---|---|---|
author | Miguel Casas <[email protected]> | Tue Apr 06 19:17:25 2021 -0400 |
committer | Commit Bot <[email protected]> | Thu Apr 08 06:55:47 2021 +0000 |
tree | 828dcb2e2ff72a225d328d65f0650ec5f83f9123 | |
parent | 4b69e28065a6aef06a33600d960a90656369c898 [diff] |
minigbm: support P010 SCANOUT This CL adds GBM_FORMAT_P010 which somehow wasn't there (Chrome used DRM_FORMAT_P010) and adds SCANOUT support for it: P010 can be scanned out in JSL and TGL (Gen 11 and Gen12 GPUs). crrev/c/2808787 adds P010 support to drm-tests plane_test. [1] https://source.chromium.org/search?q=I915_SCANOUT_Y_TILED BUG=b:183760490 TEST=on volteer: /usr/bin/plane_test -f P010 /usr/bin/plane_test --format NV12 --size 600x400 -p --format P010 --size 200x200 -d 200,200 work as expected. Change-Id: I535b05102ab8d2c3bd7cd0d63029bfca5fe3d79f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/2808788 Tested-by: Miguel Casas <[email protected]> Auto-Submit: Miguel Casas <[email protected]> Reviewed-by: Gurchetan Singh <[email protected]> Commit-Queue: Miguel Casas <[email protected]>