aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/gma/edid.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-02-17drivers/intel/gma: Print EDID with leading instead of trailing spacePaul Menzel
2020-02-17drivers/intel/gma: Remove space between `printf ()`Paul Menzel
2019-10-27src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2019-10-22AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2018-11-28drivers/intel/gma: Fix typo in headerFrans Hendriks
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-07-09src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2017-06-05intel/gma: Fix typo GMBUS0 -> GMBUS1 in edid.cSebastian "Swift Geek" Grzywna
2016-09-08intel/gma: Use defines for registers and values in edid.cSebastian "Swift Geek" Grzywna
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-19ivybridge native gfx init: Adjust state to be compatible with OPROM.Vladimir Serbinenko
2015-05-19gma/edid: Fix gma register access.Vladimir Serbinenko
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2014-03-04drivers/intel/gma: Add EDID retrieving functions.Vladimir Serbinenko