evas-gl-drm: remove initalizing gbm on engine setup

Summary: Removed evas_drm_gbm_init() on the initial setup of evas gl_drm engine.

Reviewers: gwanglim

Reviewed By: gwanglim

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1728
This commit is contained in:
MinJeong Kim 2014-12-03 16:30:13 +09:00 committed by Gwanglim Lee
parent 5ccf585e15
commit ad0f10950c
1 changed files with 1 additions and 4 deletions

View File

@ -596,10 +596,7 @@ eng_setup(Evas *eo_e, void *in)
}
if (!(info->info.gbm) || !(info->info.surface))
{
if (!evas_drm_gbm_init(info, epd->output.w, epd->output.h))
return 0;
}
return 0;
DBG("FD: %d, GBM_DEVICE: 0x%x, GBM_SURFACE: 0x%x",
info->info.fd, (unsigned int)info->info.gbm,