summaryrefslogtreecommitdiff
path: root/src/lib/edid.c
AgeCommit message (Expand)Author
2017-03-13src/lib: Wrap lines at 80 columnsLee Leahy
2017-03-13src/lib: Fix spacingLee Leahy
2017-03-13src/lib: Use tabs instead of spacesLee Leahy
2017-03-12src/lib: Move trailing statements to next lineLee Leahy
2017-03-09src/lib: Add space before (Lee Leahy
2017-03-09src/lib: Remove braces for single statementsLee Leahy
2016-09-08edid: Fix a function signatureNico Huber
2016-04-07edid: Make framebuffer row alignment configurableJulius Werner
2016-03-24edid: Add helper function to calculate bits-per-pixel dependent valuesJulius Werner
2015-11-19edid: Don't half parse (and wrongly print) more detailed timingsDouglas Anderson
2015-11-19edid: Use a better mode for 640x480Douglas Anderson
2015-11-19edid: Don't set standard timings as supported if they're notDouglas Anderson
2015-11-19edid: Remove useless parameter from detailed_cvt_descriptor()Douglas Anderson
2015-11-10edid: add hdmi_monitor_detected in data struct edidYakir Yang
2015-10-11Derive lvds_dual_channel from EDID timings.Vladimir Serbinenko
2015-08-28edid: fix know_modes timing errorYakir Yang
2015-08-28edid: add function to manually specify modeDavid Hendricks
2015-08-28edid: Memset output earlier in decode_edid()David Hendricks
2015-08-28edid: Use edid_mode struct to reduce redundancyDavid Hendricks
2015-08-28edid: Clean-up the edid structDavid Hendricks
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-02-05drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson
2014-12-29edid: fill reserved bits fields in cb_framebufferPatrick Georgi
2014-12-22lib/edid.c: Fix mismatch between format string and variable typeAlexandru Gagniuc
2014-12-17lib/edid.c: Use 'hh' instead of 'h' length modifier in printkAlexandru Gagniuc
2014-12-17edid: initialize has_valid_detailed_blocks as 1Vince Hsu
2014-12-17edid: Change static variables to auto variables.Hung-Te Lin
2014-12-16edid: remove float usePatrick Georgi
2014-12-08edid: fill reserved bits fields in cb_framebufferPatrick Georgi
2014-10-07edid: Relax EDID 1.3 requirements.Hung-Te Lin
2014-10-01edid: Support EDID 1.4.Hung-Te Lin
2014-10-01edid: Accept valid detail blocks without timing descriptor.Hung-Te Lin
2014-10-01edid: Fix string extraction in Monitor Descriptors.Hung-Te Lin
2014-10-01edid: Fix extension parsing when EDID blob does not have any extensions.Hung-Te Lin
2014-10-01edid: Fix source indent.Hung-Te Lin
2014-08-25intel/gma: Clarify code and use dedicated init for Google PeppyRonald G. Minnich
2014-08-10src/lib/edid.c: missing break statementPatrick Georgi
2014-02-21lib/edid: Don't set vbe_valid in decode_edid.Vladimir Serbinenko
2014-02-19printk: support and use %hh prefixPatrick Georgi
2013-12-21Pit: graphicsRonald G. Minnich
2013-12-21Calculate transcoder flags based on pipe configFurquan Shaikh
2013-12-21Added structure members x_mm and y_mm to edid decodingFurquan Shaikh
2013-12-21FUI: Fill in link_m and link_n valuesFurquan Shaikh
2013-12-12EDID: add fields specialized to the needs of framebuffersRonald G. Minnich
2013-07-10FUI: reorganize include filesRonald G. Minnich
2013-07-10Provide support for setting up the framebuffer from EDIDRonald G. Minnich
2013-06-19edid: fix warningGerd Hoffmann
2013-03-20link/graphics: Add support for EDIDRonald G. Minnich