Overlay: Enable rotator for external displays

(cherry picked from commit 8e12c41fe12a2b1fd21ce89663f4103f82547bc4)

Change-Id: If01d97877bda8d2e81e0e7c13bb334227fa07325
This commit is contained in:
Kinjal Bhavsar 2012-04-23 17:50:56 -07:00 committed by Andrew Sutherland
parent 347121bfd8
commit 5309935986

View File

@ -742,8 +742,6 @@ bool Overlay::setSource(const overlay_buffer_info& info, int orientation,
fbnum = i;
//start two channels for one for primary and external.
if (fbnum) {
// Disable rotation for external
noRot = true;
//set fbnum to hdmiConnected, which holds the ext display
fbnum = hdmiConnected;
flags &= ~WAIT_FOR_VSYNC;