Bug 889192 - Call blank instead of SetEnabled for initial display power up, r=vlad

This commit is contained in:
Michael Wu 2013-07-01 23:34:11 -04:00
Родитель e8fc69cae2
Коммит fdf9b48c96
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -88,7 +88,8 @@ GonkDisplayJB::GonkDisplayJB()
mSTClient = stc;
mList = (hwc_display_contents_1_t *)malloc(sizeof(*mList) + (sizeof(hwc_layer_1_t)*2));
SetEnabled(true);
if (mHwc)
mHwc->blank(mHwc, HWC_DISPLAY_PRIMARY, 0);
status_t error;
mBootAnimBuffer = mAlloc->createGraphicBuffer(mWidth, mHeight, surfaceformat, GRALLOC_USAGE_HW_FB | GRALLOC_USAGE_HW_RENDER | GRALLOC_USAGE_HW_COMPOSER, &error);