edid: add function to manually specify mode

Hardware / Coreboot - David Hendricks [chromium.org] - 28 August 2015 01:42 UTC

This patch will let you to choose a favourite mode to display, while not just taking the edid detail timing. But not all modes are able to set, only modes that are in established or standard timing, and we only support a few common common resolutions for now.

BUG=chrome-os-partner:42946 BRANCH=firmware-veyron TEST=tested dev mode on Mickey at 640x480@60Hz

Change-Id: I8a9dedfe08057d42d85b8ca129935a258cb26762

e205410 edid: add function to manually specify mode
src/include/edid.h | 9 +++++++-
src/lib/edid.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 68 insertions(+), 2 deletions(-)

Upstream: review.coreboot.org


  • Share