summaryrefslogtreecommitdiff
path: root/src/lib/ecore_drm2/ecore_drm2_device.c
Commit message (Expand)AuthorAgeFilesLines
* ecore-drm2: Add API to allow setting pointer acceleration profileChris Michael2017-08-241-0/+8
* ecore-drm2: Add API function to allow setting pointer acceleration speedChris Michael2017-08-241-0/+8
* ecore_drm2: Remove useless safety checksDerek Foreman2017-08-091-3/+0
* ecore_drm2: Merge ecore_drm2_device_free and _closeDerek Foreman2017-08-091-8/+0
* ecore_drm2: Merge ecore_drm2_device_find and ecore_drm2_device_openDerek Foreman2017-08-091-26/+15
* ecore_drm2: Pass Ecore_Drm2_Device instead of fd to most functionsDerek Foreman2017-08-091-0/+8
* ecore_drm2: Fix linker problemsDerek Foreman2017-08-041-2/+2
* ecore_drm2: Ensure device we find can mode setDerek Foreman2017-07-211-1/+31
* ecore_drm2: Open elput manager before drm deviceDerek Foreman2017-07-211-9/+9
* ecore-drm2: Remove #ifdef HAVE_ATOMIC_DRMChris Michael2017-06-091-7/+3
* ecore-drm2: Add API function to set pointer rotationChris Michael2017-06-081-0/+8
* ecore_drm2: Don't try to disable all devices when session deactivatesDerek Foreman2017-06-021-2/+3
* ecore-drm2: Don't fill device atomic state if atomic is disabledChris Michael2017-05-301-4/+8
* ecore-drm2: simplify output name checking on device changeMike Blumenkrantz2017-05-261-2/+1
* elput: start elput_device_ and elput_seat_ namespaces, rename some functionsMike Blumenkrantz2017-05-261-3/+1
* elput/drm: redo xkb context/keymap settingMike Blumenkrantz2017-05-261-4/+8
* ecore_drm2: Add an env var to disable atomic pageflipsDerek Foreman2017-05-051-1/+3
* ecore-drm2: Remove newly added atomic API functionsChris Michael2017-05-051-165/+0
* ecore-drm2: Enable filling state structures without atomic supportChris Michael2017-05-051-16/+13
* ecore-drm2: Iterate plane formats properlyChris Michael2017-04-191-2/+7
* ecore-drm2: Free any previous atomic requestChris Michael2017-04-181-1/+6
* ecore-drm2: Add API functions for atomic commit test and commitChris Michael2017-04-181-1/+157
* ecore-drm2: Move defines for CAP_CURSOR sizes to private headerChris Michael2017-04-181-8/+0
* ecore-drm2: Store cursor size on deviceChris Michael2017-04-181-2/+10
* ecore-drm2: Add support for plane formatsChris Michael2017-04-181-0/+3
* ecore-drm2: Disable driver whitelist testsChris Michael2017-04-181-2/+10
* ecore-drm2: Add API function to return supported rotations of an outputChris Michael2017-01-181-0/+1
* ecore-drm2: Add API to determine if a device prefers shadow buffersChris Michael2017-01-181-0/+20
* ecore-drm2: Make calls to symlink'd libdrm functionsChris Michael2016-11-151-32/+32
* ecore-drm2: Add code to free Atomic state on shutdownChris Michael2016-09-221-4/+20
* ecore-drm2: Add code to fill Plane Atomic stateChris Michael2016-09-221-0/+159
* ecore-drm2: Add code to fill Connector Atomic stateChris Michael2016-09-221-0/+100
* ecore-drm2: Add code to fill Atomic Crtc StateChris Michael2016-09-221-2/+121
* ecore-drm2: Add code to check if Atomic Modesettting is usableChris Michael2016-09-221-4/+55
* ecore-drm2: Add API for vt-switchingChris Michael2016-07-271-0/+8
* ecore-drm2: Perform input device calibration based on output nameChris Michael2016-07-081-4/+25
* ecore_drm2: Fix mouse pointer when using absolute coordsJean-Philippe Andre2016-07-071-3/+25
* ecore-drm2: Fix redrawing screen when we vt-switch back to a sessionChris Michael2016-06-211-1/+8
* ecore-drm2: Add API functions to support cacheing of context & keymapdevs/devilhorns/ecore_drm2Chris Michael2016-05-271-0/+16
* ecore-drm2: Add API function to calibrate input devicesChris Michael2016-05-271-0/+8
* ecore-drm2: update to latest elputMike Blumenkrantz2016-05-271-20/+4
* ecore-drm2: perform logind connection after finding device path in ecore_drm2...Mike Blumenkrantz2016-05-271-9/+9
* ecore-drm2: Add API function to set left-handed mouse modeChris Michael2016-05-271-0/+8
* ecore-drm2: Check return of elput_manager_openChris Michael2016-05-271-2/+4
* ecore-drm2: Initialize elput input when device gets openedChris Michael2016-05-271-0/+11
* ecore-drm2: Add API function to get screen size rangeChris Michael2016-05-271-0/+16
* ecore-drm2: Add API function to return available crtcsChris Michael2016-05-271-0/+9
* ecore-drm2: Add API functions needed to port Ecore_Evas drmChris Michael2016-05-271-0/+33
* ecore-drm2: Add drm2 event for session activationChris Michael2016-05-271-0/+25
* ecore-drm2: Add API functions to get and set pointer positionChris Michael2016-05-271-0/+19