efl/src/lib/ecore_drm2
Christopher Michael 6fcffef3ff ecore-drm2: Add support for specifying a particular drm card
Summary:
There are cases where the drm card that we wish to run on is not
always the first card (ie: card1, card2, etc). In our previous code,
we would always start searching at card0 and if found we would always
use that card. This patch allows a card to be specified in the
environment that can be searched for and used. For example, if we
specify ECORE_DRM2_CARD=card1 than that card will be searched and used
if found. This also allows wildcard searches such as
ECORE_DRM2_CARD=card[1-9]* which can be used to skip the first card
(card0).

Reviewers: ManMower

Reviewed By: ManMower

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7530
2019-01-02 10:33:42 -05:00
..
Ecore_Drm2.h ecore-drm2: Add API function to retrieve output user data 2018-02-27 09:31:33 -05:00
ecore_drm2.c ecore_drm2: Pass Ecore_Drm2_Device instead of fd to most functions 2017-08-09 14:56:58 -05:00
ecore_drm2_device.c ecore-drm2: Add support for specifying a particular drm card 2019-01-02 10:33:42 -05:00
ecore_drm2_fb.c ecore-drm2: Fix drmModeSetCrtc call during fb flip 2019-01-02 10:03:06 -05:00
ecore_drm2_outputs.c ecore-drm2: Add API function to retrieve output user data 2018-02-27 09:31:33 -05:00
ecore_drm2_plane.c ecore_drm2: Fix failure to properly set up new plane 2018-06-26 15:28:07 -04:00
ecore_drm2_private.h ecore-drm2: Add API to get/set which output is relative to another 2018-02-27 09:16:00 -05:00
meson.build here comes meson 2018-10-02 17:22:50 +02:00