drm/edid: Fix preferred mode parse for EDID 1.4
authorAdam Jackson <ajax@redhat.com>
Mon, 29 Mar 2010 21:43:25 +0000 (21:43 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 6 Apr 2010 00:40:21 +0000 (10:40 +1000)
commita327f6b806103ee177aba20bb1e42ba7ec7d0f4b
treebd0da52175358cd6c5d1ebfec1e0e4c32dcc1a5d
parent59d8aff6e4fc2705053e7ce2948b51f7fe507536
drm/edid: Fix preferred mode parse for EDID 1.4

In 1.4, the first detailed mode is always the preferred mode.  The bit
that used to mean that, now means "this mode is the physical size in
pixels".

Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_edid.c