summaryrefslogtreecommitdiff
path: root/src/lib/ecore_drm2/ecore_drm2_device.c
Commit message (Expand)AuthorAgeFilesLines
* ecore-drm2: Add API function to return default depthChristopher Michael2020-05-151-0/+20
* ecore-drm2: Fix issue of shifting 1 by more than 32bitsChris Michael2019-11-141-1/+1
* ecore-drm2: Add API to check if vblank is supportedChristopher Michael2019-05-221-0/+17
* ecore drm2 - fix warnigns in DBG eina logs for long typesCarsten Haitzler (Rasterman)2019-05-131-8/+8
* ecore-drm2: Update printf format to match changed value typeChristopher Michael2019-04-181-8/+8
* ecore-drm2: Add background_color to crtc atomic propertiesChristopher Michael2019-04-181-1/+5
* ecore_drm2: Add API to allow settings tap-to-click on pointer deviceMichaƫl Bouchaud (yoz)2019-01-311-0/+8
* ecore-drm2: Add support for specifying a particular drm cardChristopher Michael2019-01-021-2/+7
* ecore_drm2: fix seat matching when checking for a device with a null seatChris Michael2018-01-221-3/+3
* ecore_drm2: simplify device selection codeDerek Foreman2018-01-101-19/+6
* ecore_drm2: Allow non-pci DRM devices to be selectedDerek Foreman2018-01-101-1/+2
* ecore_drm2: Remove pointless gotoDerek Foreman2018-01-051-4/+2
* ecore_drm2: Don't fail if there's no boot_vga deviceDerek Foreman2018-01-051-3/+4
* 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