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

2013-02-21 Thread Ville Syrjälä
On Thu, Feb 21, 2013 at 03:50:10PM +0100, Thierry Reding wrote: > 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. We have a few more uses of this in i915 since my RGB quant rang

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

2013-02-21 Thread Thierry Reding
On Thu, Feb 21, 2013 at 05:04:31PM +0200, Ville Syrj?l? wrote: > On Thu, Feb 21, 2013 at 03:50:10PM +0100, Thierry Reding wrote: > > 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 implement

[PATCH v4 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 - move to front of patch serie

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

2013-02-21 Thread Thierry Reding
On Thu, Feb 21, 2013 at 05:04:31PM +0200, Ville Syrjälä wrote: > On Thu, Feb 21, 2013 at 03:50:10PM +0100, Thierry Reding wrote: > > 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 implement

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

2013-02-21 Thread Ville Syrjälä
On Thu, Feb 21, 2013 at 03:50:10PM +0100, Thierry Reding wrote: > 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. We have a few more uses of this in i915 since my RGB quant rang

[PATCH v4 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 - move to front of patch serie