OSDN Git Service

remove enum gbm_bo_format
authorZach Reizner <zachr@google.com>
Mon, 9 May 2016 22:00:17 +0000 (15:00 -0700)
committerchrome-bot <chrome-bot@chromium.org>
Wed, 11 May 2016 02:41:47 +0000 (19:41 -0700)
commit345278df0060171c7d120fc9fc1877d3dfa0ebc9
tree57ca2af7213d4f3b2931c4aa89d95526b58d6d43
parent743123657b14d9b55c78361905d48995efd42d73
remove enum gbm_bo_format

The presence of this enum makes mistakes handling gbm formats very easy
to make. With this patch, no new code can use this enum. Any old code
that tries will see errors.

BUG=None
TEST=drm-tests
CQ-DEPEND=CL:343592

Change-Id: If3b19975a137928965f14bad26d1e895dd839810
Reviewed-on: https://chromium-review.googlesource.com/343528
Commit-Ready: Zach Reizner <zachr@chromium.org>
Tested-by: Zach Reizner <zachr@chromium.org>
Reviewed-by: Stéphane Marchesin <marcheu@chromium.org>
Reviewed-by: Haixia Shi <hshi@chromium.org>
exynos.c
gbm.c
gbm.h
helpers.c