minigbm:amdgpu: Add ABGR16161616F format

Virgl are expecting host gpm can handle this format, so just
enable this for amdgpu.

BUG=b:177032502
TEST=manual - run CtsNativeHardwareTestCases on zork-arc-r

Change-Id: I574d3bfda5a86a6a42790cd02edc137f0e367471
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/2850989
Tested-by: Lepton Wu <lepton@chromium.org>
Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
Commit-Queue: Lepton Wu <lepton@chromium.org>
This commit is contained in:
Lepton Wu 2021-04-26 12:26:56 -07:00 committed by Commit Bot
parent b7839748d1
commit c83116f67d
2 changed files with 2 additions and 0 deletions

View file

@ -51,6 +51,7 @@ const static uint32_t render_target_formats[] = {
DRM_FORMAT_ABGR8888, DRM_FORMAT_ARGB8888, DRM_FORMAT_RGB565,
DRM_FORMAT_XBGR8888, DRM_FORMAT_XRGB8888, DRM_FORMAT_ABGR2101010,
DRM_FORMAT_ARGB2101010, DRM_FORMAT_XBGR2101010, DRM_FORMAT_XRGB2101010,
DRM_FORMAT_ABGR16161616F,
};
const static uint32_t texture_source_formats[] = {