summaryrefslogtreecommitdiffstats
path: root/amdgpu.c
diff options
context:
space:
mode:
authorJunichi Uekawa <uekawa@google.com>2020-01-29 15:45:16 +0900
committerCommit Bot <commit-bot@chromium.org>2020-02-03 06:12:15 +0000
commitd441f4ec3366202ccf35d0bb8d6b0c246cc2d5e9 (patch)
tree0b6795d2671c45afb88b1183819224df71dece1d /amdgpu.c
parentfbfb338e7db246f05ae68da97141fbd49481584b (diff)
downloadplatform_external_minigbm-d441f4ec3366202ccf35d0bb8d6b0c246cc2d5e9.tar.gz
platform_external_minigbm-d441f4ec3366202ccf35d0bb8d6b0c246cc2d5e9.tar.bz2
platform_external_minigbm-d441f4ec3366202ccf35d0bb8d6b0c246cc2d5e9.zip
minigbm: Reformat with clang-format.
Touching the files seem to cause reformatting. BUG=None TEST=None Change-Id: I31d2fbb01f4ee803da2b740dea036971e861bf60 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/2027288 Tested-by: Junichi Uekawa <uekawa@chromium.org> Reviewed-by: Lepton Wu <lepton@chromium.org> Commit-Queue: Junichi Uekawa <uekawa@chromium.org>
Diffstat (limited to 'amdgpu.c')
-rw-r--r--amdgpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amdgpu.c b/amdgpu.c
index 2654f9a..f25af6a 100644
--- a/amdgpu.c
+++ b/amdgpu.c
@@ -39,8 +39,8 @@ const static uint32_t render_target_formats[] = { DRM_FORMAT_ABGR8888, DRM_FORMA
DRM_FORMAT_RGB565, DRM_FORMAT_XBGR8888,
DRM_FORMAT_XRGB8888 };
-const static uint32_t texture_source_formats[] = { DRM_FORMAT_GR88, DRM_FORMAT_R8,
- DRM_FORMAT_NV21, DRM_FORMAT_NV12,
+const static uint32_t texture_source_formats[] = { DRM_FORMAT_GR88, DRM_FORMAT_R8,
+ DRM_FORMAT_NV21, DRM_FORMAT_NV12,
DRM_FORMAT_YVU420_ANDROID, DRM_FORMAT_YVU420 };
static int amdgpu_init(struct driver *drv)