summaryrefslogtreecommitdiffstats
path: root/src/soc/rockchip/rk3288/hdmi.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-12/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* soc: Remove copyright noticesPatrick Georgi2020-03-181-2/+0
* soc/rockchip: Fix typosElyes HAOUAS2020-02-241-1/+1
* src/soc/rockchip: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-46/+46
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* lib/edid.c: Differentiate between absent and non-conformant EDIDArthur Heymans2017-05-031-1/+1
* src/soc/rockchip: Update license headersMartin Roth2016-04-141-0/+9
* google/veyron*: Pulse the i2c clock once if sda was lowDouglas Anderson2015-11-181-0/+16
* rockchip/rk3288: hdmi: configure display output mode with EDID informationYakir Yang2015-11-101-4/+3
* rockchip/rk3288: If we fail to read the EDID 5 times in a row, it's an errorDouglas Anderson2015-10-291-2/+2
* rk3288: Set HDMI display mode to 480pYakir Yang2015-08-281-0/+4
* rk3288: Ignore EDID errors for HDMIDavid Hendricks2015-08-281-4/+3
* edid: Use edid_mode struct to reduce redundancyDavid Hendricks2015-08-281-18/+18
* rockchip: rk3288: fix phsync & pvsync bugYakir Yang2015-08-281-2/+2
* rk3288: Fix & vs && mix up in hdmi driverStefan Reinauer2015-07-091-1/+1
* rockchip/rk3288: add support for hdmi displayYakir Yang2015-06-231-0/+830