From: Ma Ling Date: Mon, 24 Aug 2009 05:50:25 +0000 (+0800) Subject: drm/i915: select TV format according to connector type X-Git-Tag: v2.6.32-rc1~52^2~71^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=213c2e643145fc7d8a67f2d5d54ee0f6d7193e2e;p=pandora-kernel.git drm/i915: select TV format according to connector type For integrated TV there are 3 connector types: S-VIDEO, Composite and Component(YprPb). Those tv formats whose component flag is true should be assigned to Component connector, others are for S-VIDEO and Composite. The patch intends to find appropriate tv format for each connector. In such case it will return the correct modeline to user space. Otherwise it will return the incorrect modeline when S-video/composite is connected. Signed-off-by: Ma Ling reviewed-by: Zhao Yakui Signed-off-by: Eric Anholt --- Reading git-diff-tree failed