efl/src/lib/ecore_drm2
Chris Michael 9021c752cb ecore-drm2: Fix issue of not being able to set output mode
If we pass in screen geometry here when trying to set an output mode,
we can encounter "out of memory" errors from libdrm with outputs
that have a high resolution. As it turns out, we should be passing 0, 0 for
the x/y values when trying to set an output mode.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2017-11-01 08:52:03 -04:00
..
Ecore_Drm2.h ecore-drm2: Add API to allow setting pointer acceleration profile 2017-08-24 11:42:57 -04: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 API to allow setting pointer acceleration profile 2017-08-24 11:42:57 -04:00
ecore_drm2_fb.c ecore_drm2: Pass Ecore_Drm2_Device instead of fd to most functions 2017-08-09 14:56:58 -05:00
ecore_drm2_outputs.c ecore-drm2: Fix issue of not being able to set output mode 2017-11-01 08:52:03 -04:00
ecore_drm2_plane.c ecore_drm2: Add callbacks for plane assign/release 2017-06-23 08:15:41 -05:00
ecore_drm2_private.h ecore_drm2: Remove connector bitfield 2017-08-09 14:56:58 -05:00