aboutsummaryrefslogtreecommitdiff
path: root/include/drmhwcgralloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drmhwcgralloc.h')
-rw-r--r--include/drmhwcgralloc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drmhwcgralloc.h b/include/drmhwcgralloc.h
index b959714..fc0af64 100644
--- a/include/drmhwcgralloc.h
+++ b/include/drmhwcgralloc.h
@@ -26,7 +26,6 @@ typedef struct hwc_drm_bo {
uint32_t format; /* DRM_FORMAT_* from drm_fourcc.h */
uint32_t hal_format; /* HAL_PIXEL_FORMAT_* */
uint32_t usage;
- uint32_t pixel_stride;
uint32_t pitches[HWC_DRM_BO_MAX_PLANES];
uint32_t offsets[HWC_DRM_BO_MAX_PLANES];
uint32_t prime_fds[HWC_DRM_BO_MAX_PLANES];