Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-06-04 | fix float to integer overflow | Mattias Andrée | 1 | -11/+153 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | fix infinite recursion caused by calling wrong function | Mattias Andrée | 1 | -3/+3 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | test reading gamma ramps | Mattias Andrée | 1 | -1/+41 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | EDID revision 1.1 is supported and we assume revision 1.2 is too | Mattias Andrée | 1 | -7/+21 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | test uppercase behex and unhex + fix unhex | Mattias Andrée | 2 | -4/+9 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | doc | Mattias Andrée | 1 | -0/+6 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | add missing % in an sprintf, why did the compiler not warn us? | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | gamma-linux-drm: do not attempt to get the encoder for disabled connectors | Mattias Andrée | 1 | -4/+10 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | typo | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | test: print subpixel order and connector type | Mattias Andrée | 1 | -2/+65 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | fix gamma ramp size fetch for vidmode | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | m fixes + print all crtc info , except connector type and subpixel order, in the test | Mattias Andrée | 8 | -14/+143 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | info: m | Mattias Andrée | 1 | -3/+3 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | put monitor selection in its own function | Mattias Andrée | 1 | -10/+22 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | allocate the states on the heap | Mattias Andrée | 1 | -19/+19 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | #warning is a GCC extension | Mattias Andrée | 1 | -14/+16 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | fix errors in gamma-x-randr | Mattias Andrée | 1 | -1/+6 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | gamma-linux-drm: fix partition init bug | Mattias Andrée | 1 | -0/+3 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | test: m + select crtc | Mattias Andrée | 1 | -20/+111 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-06-03 | m | Mattias Andrée | 2 | -4/+4 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |