summaryrefslogtreecommitdiffstats
path: root/src/lib/edid.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson2015-02-051-0/+2
* edid: fill reserved bits fields in cb_framebufferPatrick Georgi2014-12-291-2/+4
* lib/edid.c: Fix mismatch between format string and variable typeAlexandru Gagniuc2014-12-221-1/+1
* lib/edid.c: Use 'hh' instead of 'h' length modifier in printkAlexandru Gagniuc2014-12-171-5/+5
* edid: initialize has_valid_detailed_blocks as 1Vince Hsu2014-12-171-0/+1
* edid: Change static variables to auto variables.Hung-Te Lin2014-12-171-189/+195
* edid: remove float usePatrick Georgi2014-12-161-11/+12
* edid: fill reserved bits fields in cb_framebufferPatrick Georgi2014-12-081-2/+4
* edid: Relax EDID 1.3 requirements.Hung-Te Lin2014-10-071-3/+13
* edid: Support EDID 1.4.Hung-Te Lin2014-10-011-1/+18
* edid: Accept valid detail blocks without timing descriptor.Hung-Te Lin2014-10-011-11/+11
* edid: Fix string extraction in Monitor Descriptors.Hung-Te Lin2014-10-011-45/+16
* edid: Fix extension parsing when EDID blob does not have any extensions.Hung-Te Lin2014-10-011-2/+8
* edid: Fix source indent.Hung-Te Lin2014-10-011-231/+231
* intel/gma: Clarify code and use dedicated init for Google PeppyRonald G. Minnich2014-08-251-8/+15
* src/lib/edid.c: missing break statementPatrick Georgi2014-08-101-1/+1
* lib/edid: Don't set vbe_valid in decode_edid.Vladimir Serbinenko2014-02-211-1/+1
* printk: support and use %hh prefixPatrick Georgi2014-02-191-5/+5
* Pit: graphicsRonald G. Minnich2013-12-211-5/+5
* Calculate transcoder flags based on pipe configFurquan Shaikh2013-12-211-0/+1
* Added structure members x_mm and y_mm to edid decodingFurquan Shaikh2013-12-211-2/+4
* FUI: Fill in link_m and link_n valuesFurquan Shaikh2013-12-211-2/+4
* EDID: add fields specialized to the needs of framebuffersRonald G. Minnich2013-12-121-4/+20
* FUI: reorganize include filesRonald G. Minnich2013-07-101-1/+0
* Provide support for setting up the framebuffer from EDIDRonald G. Minnich2013-07-101-1/+70
* edid: fix warningGerd Hoffmann2013-06-191-1/+1
* link/graphics: Add support for EDIDRonald G. Minnich2013-03-201-0/+1388