qcom/display: qsd8k mdp version hack

Change-Id: I214c68d21113eb8755ba8a44327f6f27a945addc
This commit is contained in:
Andrew Sutherland 2012-07-23 20:49:59 -05:00
parent c0872eecdd
commit e5a6a4d1bb

View File

@ -63,6 +63,10 @@ static int getMDPVersionFromFB()
}
}
close(fb_fd);
#ifdef TARGET_8x50
// HACK: kernel reports zero so force the correct version
mdp_version = MDP_V3_1;
#endif
return mdp_version;
}