summaryrefslogtreecommitdiffstats
path: root/gralloc_drm_priv.h
diff options
context:
space:
mode:
authorMatthew K Gumbel <matthew.k.gumbel@intel.com>2013-05-09 15:47:30 -0700
committerGerrit Code Review <gerrit@otc-android.intel.com>2013-05-09 15:47:30 -0700
commit29b01951d54470f495e1097bd779342d618daf7a (patch)
tree6abb4c40b46afc61f52985f3fc8399f7b586a284 /gralloc_drm_priv.h
parent1df49017998e0552bdd59f39e5728b034b42f64b (diff)
parent6062311f2c2528a58b34436dce0bb542d9b3af13 (diff)
downloadexternal_drm_gralloc-29b01951d54470f495e1097bd779342d618daf7a.zip
external_drm_gralloc-29b01951d54470f495e1097bd779342d618daf7a.tar.gz
external_drm_gralloc-29b01951d54470f495e1097bd779342d618daf7a.tar.bz2
Merge "gralloc: check possible crtcs of plane against primary output"
Diffstat (limited to 'gralloc_drm_priv.h')
-rw-r--r--gralloc_drm_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gralloc_drm_priv.h b/gralloc_drm_priv.h
index eb4338c..d96702e 100644
--- a/gralloc_drm_priv.h
+++ b/gralloc_drm_priv.h
@@ -74,6 +74,7 @@ struct gralloc_drm_output
{
uint32_t crtc_id;
uint32_t connector_id;
+ uint32_t pipe;
drmModeModeInfo mode;
int xdpi, ydpi;
int fb_format;