From 6062311f2c2528a58b34436dce0bb542d9b3af13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tapani=20P=C3=A4lli?= Date: Fri, 3 May 2013 10:08:54 +0300 Subject: gralloc: check possible crtcs of plane against primary output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Current implementation supports planes only with primary output, patch adds a check to guard this. Change-Id: I537858122a4fe77a374031d11339eaaea27ad9bf Signed-off-by: Tapani Pälli Reviewed-by: Topi Pohjolainen --- gralloc_drm_priv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gralloc_drm_priv.h') 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; -- cgit v1.1