[PATCH v5 1/9] drm: Remove duplicate drm_mode_cea_vic()

2013-02-22 Thread Thierry Reding
The same function had already been merged with a different name. Remove the duplicate one but reuse some of its kerneldoc fragments for the existing implementation. Signed-off-by: Thierry Reding --- Changes in v4: - replace drm_mode_cea_vic() usage in i915 HDMI code Changes in v5: - replace more

[PATCH v5 1/9] drm: Remove duplicate drm_mode_cea_vic()

2013-02-21 Thread Thierry Reding
The same function had already been merged with a different name. Remove the duplicate one but reuse some of its kerneldoc fragments for the existing implementation. Signed-off-by: Thierry Reding --- Changes in v4: - replace drm_mode_cea_vic() usage in i915 HDMI code Changes in v5: - replace more