summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add ecore_drm_fb file for framebuffer functionsChris Michael2014-01-291-0/+83
* Add code to setup drm outputs for hardware or software renderingChris Michael2014-01-291-1/+122
* Add start of drm hw acceleration supportChris Michael2014-01-291-0/+30
* Add Ecore_Drm_Fb structure and function declarationsChris Michael2014-01-291-1/+34
* Add fb file to drm build orderChris Michael2014-01-291-0/+1
* Fix configure.ac for drm hw accelerationChris Michael2014-01-291-0/+13
* Create outputs & inputs in the ecore_evas codeChris Michael2014-01-291-1/+16
* Cleanup slave process code:Chris Michael2014-01-291-33/+39
* Remove unused Credentials code & remove debugging comments.Chris Michael2014-01-291-59/+15
* Cleanup drm device code and add a handler for page_flip & vblank events.Chris Michael2014-01-291-62/+83
* Cleanup tty code:Chris Michael2014-01-291-31/+12
* Add output, input, and evdev structures.Chris Michael2014-01-291-13/+76
* Add structures and API function declarations for outputs & inputs.Chris Michael2014-01-291-0/+23
* Add output, input, and evdev files to build orderChris Michael2014-01-291-0/+3
* Add output, input, and evdev filesChris Michael2014-01-293-0/+697
* Add call to close the tty when we shutdown.Chris Michael2014-01-291-1/+6
* Fix makefile for ecore_drm setuid binary.Chris Michael2014-01-291-2/+2
* Add setuid functions for drm master drop & set.Chris Michael2014-01-291-8/+66
* Rework message send/receive functions for new prototypes.Chris Michael2014-01-291-36/+36
* Rework message send/receive functions to match new prototypes.Chris Michael2014-01-291-15/+57
* Catch VT Switching signals on the tty and drop/set drm master.Chris Michael2014-01-291-17/+110
* Rework message send/receive functions to be able to set an fd easier.Chris Michael2014-01-291-3/+7
* Add operations for master drop & set.Chris Michael2014-01-291-0/+4
* Add functionc all to open a ttyChris Michael2014-01-291-11/+10
* Fix up slave process to properly send/recv messages nowChris Michael2014-01-291-51/+109
* Fix up drm message passing to properly function and not leak memory.Chris Michael2014-01-293-61/+141
* Add headers for ioctl and vt functionsChris Michael2014-01-291-0/+6
* Add code to open a drm deviceChris Michael2014-01-291-1/+18
* Don't need epoll fd as staticChris Michael2014-01-291-2/+1
* Don't pass MSG_NOSIGNAL to send as we Want to know about errorsChris Michael2014-01-291-1/+1
* Rework ecore_drm slave code:Chris Michael2014-01-291-262/+168
* Rework ecore_drm code:Chris Michael2014-01-291-170/+193
* Fix compile error with variable typoChris Michael2014-01-291-2/+1
* Comment out sigusr handler (for now)Chris Michael2014-01-291-5/+7
* Add missing includes for drm functionsChris Michael2014-01-291-6/+7
* Add function code for functions:Chris Michael2014-01-291-1/+88
* Add API function prototypes for drm device master_get/set/drop functionsChris Michael2014-01-291-0/+3
* Cleanup ecore_evas_drm creation codeChris Michael2014-01-291-46/+54
* Add code to setup tty when it is opened.Chris Michael2014-01-291-17/+81
* Setup tty event handler and add code to close a tty.Chris Michael2014-01-291-2/+74
* Make slave spawning function return booleanChris Michael2014-01-291-9/+18
* Remove ioctl headers and comment out drm headersChris Michael2014-01-291-5/+11
* Don't need to print error messages unless there is an errorChris Michael2014-01-291-1/+1
* Add call to close the tty if something failsChris Michael2014-01-291-1/+1
* When we try to open a tty, check that it is an actual & valid ttyChris Michael2014-01-291-1/+16
* Cleanup tty_open functionChris Michael2014-01-291-17/+4
* Remove redundant variable (we don't need 'fd' here).Chris Michael2014-01-291-13/+2
* Remove debug print messageChris Michael2014-01-291-1/+0
* Add function call to open default ttyChris Michael2014-01-291-2/+11
* Add start of tty code for open/close/etc tty operationsChris Michael2014-01-291-0/+90