summaryrefslogtreecommitdiff
path: root/src/lib/ecore_drm2/ecore_drm2_private.h
Commit message (Expand)AuthorAgeFilesLines
* ecore_drm2: Remove connector bitfieldDerek Foreman2017-08-091-5/+0
* ecore_drm2: remove unused crtc bitfieldDerek Foreman2017-08-091-1/+1
* ecore_drm2: Add a fallback method for vblank waitingDerek Foreman2017-07-281-0/+2
* ecore_drm2: Add a query for the next vblank timeDerek Foreman2017-07-131-1/+1
* ecore_drm2: Track number of times an fb is on scanoutDerek Foreman2017-06-231-0/+1
* ecore_drm2: Track whether an Ecore_Drm2_Plane has ever been on scanoutDerek Foreman2017-06-231-0/+1
* ecore_drm2: Move fb from plane state struct to plane structDerek Foreman2017-06-231-1/+1
* ecore_drm2: Remove obsolete per output fb callback apiDerek Foreman2017-06-231-2/+0
* ecore_drm2: Add ecore_drm2_fb_status_handler_setDerek Foreman2017-06-231-0/+3
* ecore-drm2: Remove #ifdef HAVE_ATOMIC_DRMChris Michael2017-06-091-4/+0
* ecore-drm2: Use static libdrm to build ecore-drm2Chris Michael2017-06-091-549/+6
* ecore-drm2: Fix output backlight value type definitionsChris Michael2017-06-061-1/+1
* ecore_drm2: Rename _release_buffer and make it private instead of staticDerek Foreman2017-06-021-0/+1
* wayland/drm: create evas_devices and add device pointer to input eventsMike Blumenkrantz2017-05-261-1/+2
* ecore_drm2: refcount fbsDerek Foreman2017-05-121-3/+6
* ecore-drm2: Add start of refcounting for FB objectsChris Michael2017-05-091-1/+1
* ecore_drm2: Fix dmabuf fb destroyDerek Foreman2017-05-091-0/+1
* ecore_drm2: Replace plane state release flag with plane dead flagDerek Foreman2017-05-051-1/+2
* ecore-drm2: Add 'release' flag for planesChris Michael2017-05-051-1/+1
* ecore_drm2: Replace output fbs with state structsDerek Foreman2017-05-051-1/+1
* ecore_drm2: Move atomic state into an output state structDerek Foreman2017-05-051-3/+17
* ecore_drm2: Drop static from _fb_atomic_flip_test()Derek Foreman2017-05-051-0/+2
* ecore_drm2: Store output in plane structureDerek Foreman2017-05-051-0/+1
* ecore_drm2: Remove next, current, pending from plane stateDerek Foreman2017-05-051-1/+0
* ecore_drm2: Assign planes in ecore_drm2_plane_assignDerek Foreman2017-05-051-0/+2
* ecore-drm2: Remove newly added atomic API functionsChris Michael2017-05-051-3/+4
* ecore-drm2: Enable reuse of existing state structures for non-atomicChris Michael2017-05-051-6/+3
* ecore-drm2: Iterate plane formats properlyChris Michael2017-04-191-1/+1
* ecore-drm2: Add fields to plane structure for current, next, pendingChris Michael2017-04-181-2/+1
* ecore-drm2: Add library symlink to merge atomic commit requestsChris Michael2017-04-181-0/+2
* ecore-drm2: Cleanup list of output planes on output_destroyChris Michael2017-04-181-1/+2
* ecore-drm2: Move defines for CAP_CURSOR sizes to private headerChris Michael2017-04-181-0/+8
* ecore-drm2: Store cursor size on deviceChris Michael2017-04-181-0/+5
* ecore-drm2: Support multiple planes on a given outputChris Michael2017-04-181-1/+1
* ecore-drm2: Add support for plane formatsChris Michael2017-04-181-0/+3
* ecore-drm2: Add opaque structure to represent a hardware planeChris Michael2017-04-181-0/+10
* ecore_drm2: Add ecore_drm2_fb_dmabuf_importDerek Foreman2017-04-181-0/+1
* ecore_drm2: store 4 handles, strides, and planesDerek Foreman2017-04-181-2/+2
* ecore_drm2: Use library function instead of ioctl for addfb2Derek Foreman2017-04-181-0/+1
* ecore-drm2: Remove unused field in Output structureChris Michael2017-03-241-2/+0
* ecore-drm2: Expose Ecore_Drm2_Rotation enumChris Michael2017-01-181-10/+0
* ecore-drm2: Minor formatting fixChris Michael2017-01-181-4/+4
* ecore-drm2: Add symlink to gamma setting functionChris Michael2016-11-291-0/+2
* ecore-drm2: Remove unused structureChris Michael2016-11-151-19/+0
* ecore-drm2: Add copyright information from included headersChris Michael2016-11-151-211/+339
* ecore-drm2: Add structure definitions and function symlinks for libdrmChris Michael2016-11-151-4/+482
* ecore-drm2: Use Atomic Modesetting for resolution changesChris Michael2016-10-111-0/+1
* ecore-drm2: Add private structures to support Atomic ModesettingChris Michael2016-09-221-0/+68
* ecore_drm2: Add release handlers for buffersDerek Foreman2016-09-091-0/+2
* ecore_drm2: Store gbm_bo for Fbs and add a getter function for itDerek Foreman2016-09-091-0/+2