fb: Remove extra PUT_VSCREENINFO call.
Remove the extra PUT call during system startup. Change-Id: I29287af2ee5610e749ac481c2832f41d7381ca59
This commit is contained in:
committed by
Iliyan Malchev
parent
aa537df10d
commit
e557e6e8e8
@@ -271,11 +271,6 @@ int mapFrameBufferLocked(struct private_module_t* module)
|
|||||||
info.yres_virtual = (size * numberOfBuffers) / line_length;
|
info.yres_virtual = (size * numberOfBuffers) / line_length;
|
||||||
|
|
||||||
uint32_t flags = PAGE_FLIP;
|
uint32_t flags = PAGE_FLIP;
|
||||||
if (ioctl(fd, FBIOPUT_VSCREENINFO, &info) == -1) {
|
|
||||||
info.yres_virtual = size / line_length;
|
|
||||||
flags &= ~PAGE_FLIP;
|
|
||||||
ALOGW("FBIOPUT_VSCREENINFO failed, page flipping not supported");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (info.yres_virtual < ((size * 2) / line_length) ) {
|
if (info.yres_virtual < ((size * 2) / line_length) ) {
|
||||||
// we need at least 2 for page-flipping
|
// we need at least 2 for page-flipping
|
||||||
|
|||||||
Reference in New Issue
Block a user