summaryrefslogtreecommitdiff
path: root/drv.h
diff options
context:
space:
mode:
authorKristian H. Kristensen <hoegsberg@chromium.org>2016-09-16 11:14:16 -0700
committerKristian H. Kristensen <hoegsberg@chromium.org>2016-10-07 15:04:59 +0000
commitbb19d6abec19015eb16fe33d3a4128194f8c7f2f (patch)
treeeea2ec92c11c62bd6f1b9d984a368eadbec9ad12 /drv.h
parent5753c3129a21eb7c0c2f0bd8113cd6b01b8cf651 (diff)
Add new GBM_BO_IMPORT_FD_PLANAR
BUG=chrome-os-partner:56407 TEST=drm-tests null_platform_test with AFBC support Change-Id: If7ed9b54e18069ca69b2dbda2b01d59ce58ede0b Reviewed-on: https://chromium-review.googlesource.com/387145 Reviewed-by: Stéphane Marchesin <marcheu@chromium.org> Tested-by: Kristian H. Kristensen <hoegsberg@chromium.org> Trybot-Ready: Kristian H. Kristensen <hoegsberg@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 cc7752a..dbede51 100644
--- a/drv.h
+++ b/drv.h
@@ -135,6 +135,7 @@ 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;
@@ -214,4 +215,3 @@ drv_resolve_format(struct driver *drv, drv_format_t format);
#endif
#endif
-