[PATCH] drm/radeon/kms: add support for hardcoded edids in rom

2010-02-05 Thread Alex Deucher
>From eae41c519d9e3dd948fa965a16f0ef6586386ca1 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Fri, 5 Feb 2010 04:21:19 -0500 Subject: [PATCH] drm/radeon/kms: add support for hardcoded edids in rom Some servers hardcode an edid in rom so that they will work properly with KVMs. This is a p

[PATCH] drm/radeon/kms: add support for hardcoded edids in rom (v2)

2010-02-07 Thread Dave Airlie
From: Alex Deucher Some servers hardcode an edid in rom so that they will work properly with KVMs. This is a port of the relevant code from the ddx. [airlied: reworked to validate edid at boot stage - and remove special quirk, if there is a valid EDID in the BIOS rom we'll just try and use it.]