evas/drm: Make use of ecore_drm for opening DRM device
authorStefan Schmidt <s.schmidt@samsung.com>
Thu, 10 Jul 2014 08:05:59 +0000 (10:05 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Wed, 16 Jul 2014 06:53:43 +0000 (08:53 +0200)
commit18989020d7a9f28a1577708c1d2fb371752024e2
tree2fb55950e128825a3a572072a1d7082ca80c614c
parentb9da47eccfddc4114cc4b16c684a803eb4e4a83c
evas/drm: Make use of ecore_drm for opening DRM device

We use this functionality already from ecore_drm. The evas version does
not even use udev to acquire the device which means we could not support
hotplugging. The only missing feature was the capability check for
DUMB_BUFFER which I added to ecore_drm now.

This is the second iteration of this patch. Thsi time also taking expedite
runs of he evas drm engine in account.
src/Makefile_Evas.am
src/modules/evas/engines/drm/evas_drm.c
src/modules/evas/engines/drm/evas_engine.c
src/modules/evas/engines/drm/evas_engine.h