summaryrefslogtreecommitdiffstats
path: root/src/lib/edid.c
Commit message (Expand)AuthorAgeFilesLines
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* src: Remove duplicated round up functionElyes HAOUAS2018-11-291-1/+1
* src/lib/edid: avoid buffer overflowPatrick Georgi2018-11-061-4/+5
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* src/lib/edid.c: Replace #if 1 with something usefulAngel Pons2018-10-051-6/+7
* lib/edid.c: Avoid static analysis error for unused valueRichard Spiegel2018-08-091-1/+2
* lib/edid: Split out fill_lb_framebuffer()Nico Huber2017-05-301-70/+0
* coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin2017-05-181-5/+5
* lib/edid: Save the display ASCII stringArthur Heymans2017-05-031-2/+4
* lib/edid.c: Differentiate between absent and non-conformant EDIDArthur Heymans2017-05-031-16/+17
* src/lib: Clean up general issues found by checkpatch.plLee Leahy2017-03-151-1/+1
* src/lib: Fix brace positionsLee Leahy2017-03-131-2/+2
* src/lib: Wrap lines at 80 columnsLee Leahy2017-03-131-118/+223
* src/lib: Fix spacingLee Leahy2017-03-131-5/+5
* src/lib: Use tabs instead of spacesLee Leahy2017-03-131-17/+15
* src/lib: Move trailing statements to next lineLee Leahy2017-03-121-29/+79
* src/lib: Add space before (Lee Leahy2017-03-091-4/+4
* src/lib: Remove braces for single statementsLee Leahy2017-03-091-10/+5
* edid: Fix a function signatureNico Huber2016-09-081-1/+1
* edid: Make framebuffer row alignment configurableJulius Werner2016-04-071-5/+12
* edid: Add helper function to calculate bits-per-pixel dependent valuesJulius Werner2016-03-241-24/+21
* edid: Don't half parse (and wrongly print) more detailed timingsDouglas Anderson2015-11-191-58/+67
* edid: Use a better mode for 640x480Douglas Anderson2015-11-191-1/+1
* edid: Don't set standard timings as supported if they're notDouglas Anderson2015-11-191-5/+5
* edid: Remove useless parameter from detailed_cvt_descriptor()Douglas Anderson2015-11-191-2/+2
* edid: add hdmi_monitor_detected in data struct edidYakir Yang2015-11-101-0/+2
* Derive lvds_dual_channel from EDID timings.Vladimir Serbinenko2015-10-111-0/+15
* edid: fix know_modes timing errorYakir Yang2015-08-281-4/+4
* edid: add function to manually specify modeDavid Hendricks2015-08-281-1/+60
* edid: Memset output earlier in decode_edid()David Hendricks2015-08-281-1/+2
* edid: Use edid_mode struct to reduce redundancyDavid Hendricks2015-08-281-24/+25
* edid: Clean-up the edid structDavid Hendricks2015-08-281-52/+71
* Unify byte order macros and clrsetbitsJulius Werner2015-04-211-1/+0
* 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