efl/src/lib/ecore_drm2
Derek Foreman 3775a9645d ecore_drm2: fix scanout_on callback firing too often
We need to increase the on scanout count for a buffer only when the
plane it's on makes its transition from pending to visible.

Previously it was firing for every refresh which would break refcounting
for any plane using surface that didn't change every frame.
2017-06-30 10:26:41 -05:00
..
Ecore_Drm2.h ecore_drm2: Add callbacks for plane assign/release 2017-06-23 08:15:41 -05:00
ecore_drm2.c ecore-drm2: Remove #ifdef HAVE_ATOMIC_DRM 2017-06-09 14:20:05 -04:00
ecore_drm2_device.c ecore-drm2: Remove #ifdef HAVE_ATOMIC_DRM 2017-06-09 14:20:05 -04:00
ecore_drm2_fb.c ecore_drm2: fix scanout_on callback firing too often 2017-06-30 10:26:41 -05:00
ecore_drm2_outputs.c ecore_drm2: Remove obsolete per output fb callback api 2017-06-23 08:15:40 -05: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: Track number of times an fb is on scanout 2017-06-23 08:15:41 -05:00