drm: detect hdmi monitor by hdmi identifier (v3)
authorMa Ling <ling.ma@intel.com>
Thu, 26 Mar 2009 11:26:23 +0000 (19:26 +0800)
committerDave Airlie <airlied@redhat.com>
Sun, 29 Mar 2009 08:31:49 +0000 (18:31 +1000)
commitf23c20c83d523e5f8cda1f8f7ed52fe6afffbe29
treec0888eeee7f76b46151264294222bf74190b385c
parentdba5ed0cd12d8db5c0d2e1c869c2a50c5bcf6743
drm: detect hdmi monitor by hdmi identifier (v3)

Sometime we need to communicate with HDMI monitor by sending audio or video
info frame, so we have to know monitor type. However if user utilize HDMI-DVI adapter to connect DVI monitor, hardware detection will incorrectly show the monitor is HDMI. HDMI spec tell us that any device containing IEEE registration Identifier will be treated as HDMI device.  The patch intends to detect HDMI monitor by this rule.

Signed-off-by: Ma Ling <ling.ma@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_edid.c
include/drm/drm_crtc.h