[PATCH 06/12] drm: bridge/dw_hdmi: clean up HDMI vs DVI mode handling

2015-10-07 Thread Yakir Yang
Hi Russell & Andy On 08/09/2015 12:03 AM, Russell King wrote: > The FSL kernel detects the HDMI vendor id, and uses this to set > hdmi->edid_cfg.hdmi_cap, which is then used to set mdvi appropriately, > rather than detecting whether we are outputting a CEA mode. Update > the dw_hdmi code to use t

[PATCH 06/12] drm: bridge/dw_hdmi: clean up HDMI vs DVI mode handling

2015-08-08 Thread Russell King
The FSL kernel detects the HDMI vendor id, and uses this to set hdmi->edid_cfg.hdmi_cap, which is then used to set mdvi appropriately, rather than detecting whether we are outputting a CEA mode. Update the dw_hdmi code to use this logic, but lets eliminate the mdvi variable, prefering the more ver