index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
edid.c
Age
Commit message (
Expand
)
Author
2019-08-15
lib: edid: Move manufacturer name from private extra to public info
Hung-Te Lin
2019-07-19
src: Make implicit fall throughs explicit
Jacob Garber
2019-06-24
add ctype.h header
Joel Kitching
2019-03-29
lib/edid.c: Add missing break statement
Jacob Garber
2019-03-29
lib/edid.c: Log an error if unable to find edid or header
Jacob Garber
2019-03-27
lib/edid.c: Dump EDID breakdown after null check
Jacob Garber
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2018-11-29
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-06
src/lib/edid: avoid buffer overflow
Patrick Georgi
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2018-10-05
src/lib/edid.c: Replace #if 1 with something useful
Angel Pons
2018-08-09
lib/edid.c: Avoid static analysis error for unused value
Richard Spiegel
2017-05-30
lib/edid: Split out fill_lb_framebuffer()
Nico Huber
2017-05-18
coreboot_tables: specify clear interface for lb_framebuffer()
Aaron Durbin
2017-05-03
lib/edid: Save the display ASCII string
Arthur Heymans
2017-05-03
lib/edid.c: Differentiate between absent and non-conformant EDID
Arthur Heymans
2017-03-15
src/lib: Clean up general issues found by checkpatch.pl
Lee Leahy
2017-03-13
src/lib: Fix brace positions
Lee Leahy
2017-03-13
src/lib: Wrap lines at 80 columns
Lee Leahy
2017-03-13
src/lib: Fix spacing
Lee Leahy
2017-03-13
src/lib: Use tabs instead of spaces
Lee Leahy
2017-03-12
src/lib: Move trailing statements to next line
Lee Leahy
2017-03-09
src/lib: Add space before (
Lee Leahy
2017-03-09
src/lib: Remove braces for single statements
Lee Leahy
2016-09-08
edid: Fix a function signature
Nico Huber
2016-04-07
edid: Make framebuffer row alignment configurable
Julius Werner
2016-03-24
edid: Add helper function to calculate bits-per-pixel dependent values
Julius Werner
2015-11-19
edid: Don't half parse (and wrongly print) more detailed timings
Douglas Anderson
2015-11-19
edid: Use a better mode for 640x480
Douglas Anderson
2015-11-19
edid: Don't set standard timings as supported if they're not
Douglas Anderson
2015-11-19
edid: Remove useless parameter from detailed_cvt_descriptor()
Douglas Anderson
2015-11-10
edid: add hdmi_monitor_detected in data struct edid
Yakir Yang
2015-10-11
Derive lvds_dual_channel from EDID timings.
Vladimir Serbinenko
2015-08-28
edid: fix know_modes timing error
Yakir Yang
2015-08-28
edid: add function to manually specify mode
David Hendricks
2015-08-28
edid: Memset output earlier in decode_edid()
David Hendricks
2015-08-28
edid: Use edid_mode struct to reduce redundancy
David Hendricks
2015-08-28
edid: Clean-up the edid struct
David Hendricks
2015-04-21
Unify byte order macros and clrsetbits
Julius Werner
2015-02-05
drivers/xgi/z9s: Port Linux framebuffer initialization to coreboot
Timothy Pearson
2014-12-29
edid: fill reserved bits fields in cb_framebuffer
Patrick Georgi
2014-12-22
lib/edid.c: Fix mismatch between format string and variable type
Alexandru Gagniuc
2014-12-17
lib/edid.c: Use 'hh' instead of 'h' length modifier in printk
Alexandru Gagniuc
2014-12-17
edid: initialize has_valid_detailed_blocks as 1
Vince Hsu
2014-12-17
edid: Change static variables to auto variables.
Hung-Te Lin
2014-12-16
edid: remove float use
Patrick Georgi
2014-12-08
edid: fill reserved bits fields in cb_framebuffer
Patrick Georgi
2014-10-07
edid: Relax EDID 1.3 requirements.
Hung-Te Lin
2014-10-01
edid: Support EDID 1.4.
Hung-Te Lin
2014-10-01
edid: Accept valid detail blocks without timing descriptor.
Hung-Te Lin
2014-10-01
edid: Fix string extraction in Monitor Descriptors.
Hung-Te Lin
2014-10-01
edid: Fix extension parsing when EDID blob does not have any extensions.
Hung-Te Lin
2014-10-01
edid: Fix source indent.
Hung-Te Lin
2014-08-25
intel/gma: Clarify code and use dedicated init for Google Peppy
Ronald G. Minnich
2014-08-10
src/lib/edid.c: missing break statement
Patrick Georgi
2014-02-21
lib/edid: Don't set vbe_valid in decode_edid.
Vladimir Serbinenko
2014-02-19
printk: support and use %hh prefix
Patrick Georgi
2013-12-21
Pit: graphics
Ronald G. Minnich
2013-12-21
Calculate transcoder flags based on pipe config
Furquan Shaikh
2013-12-21
Added structure members x_mm and y_mm to edid decoding
Furquan Shaikh
2013-12-21
FUI: Fill in link_m and link_n values
Furquan Shaikh
2013-12-12
EDID: add fields specialized to the needs of framebuffers
Ronald G. Minnich
2013-07-10
FUI: reorganize include files
Ronald G. Minnich
2013-07-10
Provide support for setting up the framebuffer from EDID
Ronald G. Minnich
2013-06-19
edid: fix warning
Gerd Hoffmann
2013-03-20
link/graphics: Add support for EDID
Ronald G. Minnich