aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/gamma-linux-drm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-03fix infinite recursion caused by calling wrong functionMattias Andrée1-3/+3
2014-06-03test reading gamma rampsMattias Andrée1-1/+41
2014-06-03EDID revision 1.1 is supported and we assume revision 1.2 is tooMattias Andrée1-7/+21
2014-06-03test uppercase behex and unhex + fix unhexMattias Andrée2-4/+9
2014-06-03docMattias Andrée1-0/+6
2014-06-03add missing % in an sprintf, why did the compiler not warn us?Mattias Andrée1-1/+1
2014-06-03gamma-linux-drm: do not attempt to get the encoder for disabled connectorsMattias Andrée1-4/+10
2014-06-03typoMattias Andrée1-1/+1
2014-06-03test: print subpixel order and connector typeMattias Andrée1-2/+65
2014-06-03fix gamma ramp size fetch for vidmodeMattias Andrée1-1/+1
2014-06-03m fixes + print all crtc info , except connector type and subpixel order, in the testMattias Andrée8-14/+143
2014-06-03info: mMattias Andrée1-3/+3
2014-06-03put monitor selection in its own functionMattias Andrée1-10/+22
2014-06-03allocate the states on the heapMattias Andrée1-19/+19
2014-06-03#warning is a GCC extensionMattias Andrée1-14/+16
2014-06-03fix errors in gamma-x-randrMattias Andrée1-1/+6
2014-06-03gamma-linux-drm: fix partition init bugMattias Andrée1-0/+3
2014-06-03test: m + select crtcMattias Andrée1-20/+111
2014-06-03mMattias Andrée2-4/+4