summaryrefslogtreecommitdiffstats
path: root/src/lib/edid.c
Commit message (Expand)AuthorAgeFilesLines
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-161-3/+3
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-1/+1
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-051-3/+3
* lib/edid: Add missing name descriptor presence flagJakub Czapiga2020-10-261-0/+1
* treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki2020-06-171-1/+1
* src: Remove unused '#include <stddef.h>'Elyes HAOUAS2020-05-131-1/+0
* treewide: Convert more license headers to SPDX stylePatrick Georgi2020-05-111-19/+1
* treewide: split off license text, remove extra copyright noticesPatrick Georgi2020-05-111-4/+0
* lib/edid: Zero struct only when usedPaul Menzel2020-02-171-2/+2
* lib/edid.c: Remove trailing space from detailed mode outputPaul Menzel2020-02-171-1/+1
* src: Replace min/max() with MIN/MAX()Elyes HAOUAS2019-12-201-3/+3
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-1/+0
* lib: edid: Move manufacturer name from private extra to public infoHung-Te Lin2019-08-151-16/+15
* src: Make implicit fall throughs explicitJacob Garber2019-07-191-2/+4
* add ctype.h headerJoel Kitching2019-06-241-0/+1
* lib/edid.c: Add missing break statementJacob Garber2019-03-291-0/+1
* lib/edid.c: Log an error if unable to find edid or headerJacob Garber2019-03-291-2/+2
* lib/edid.c: Dump EDID breakdown after null checkJacob Garber2019-03-271-3/+8
* 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