summaryrefslogtreecommitdiff
path: root/drv.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2016-10-09 02:34:30 +0000
committerMike Frysinger <vapier@chromium.org>2016-10-09 02:35:09 +0000
commit602bd16a60a01ebb0ce911712256047df18acaa5 (patch)
treed09f45a545183856c5170985d04cf33c85019b8e /drv.h
parentbb19d6abec19015eb16fe33d3a4128194f8c7f2f (diff)
Revert "Add new GBM_BO_IMPORT_FD_PLANAR"
This reverts commit bb19d6abec19015eb16fe33d3a4128194f8c7f2f. This was chumped w/out explanation, and the bots have all been dead since due to graphics_Gbm check failures. Reverting in the hope it'll fix things. It can reland via the CQ. BUG=chromium:654245 Change-Id: I0d88f7731e9e90fffee1485056d787430eb0b850 Reviewed-on: https://chromium-review.googlesource.com/395727 Reviewed-by: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org>
Diffstat (limited to 'drv.h')
-rw-r--r--drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drv.h b/drv.h
index dbede51..cc7752a 100644
--- a/drv.h
+++ b/drv.h
@@ -135,7 +135,6 @@ struct drv_import_fd_data {
uint32_t strides[DRV_MAX_PLANES];
uint32_t offsets[DRV_MAX_PLANES];
uint32_t sizes[DRV_MAX_PLANES];
- uint64_t format_modifiers[DRV_MAX_PLANES];
uint32_t width;
uint32_t height;
drv_format_t format;
@@ -215,3 +214,4 @@ drv_resolve_format(struct driver *drv, drv_format_t format);
#endif
#endif
+