qcom/display: qsd8k mdp version hack
Change-Id: I214c68d21113eb8755ba8a44327f6f27a945addc
This commit is contained in:
parent
c0872eecdd
commit
e5a6a4d1bb
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user