[PATCH] drm: tda998x: Use drm_do_get_edid()

2014-12-23 Thread Laurent Pinchart
Hi Russell, On Wednesday 26 November 2014 21:04:15 Laurent Pinchart wrote: > Replace the internal EDID read implementation by a call to the new EDID > read core function. > > Signed-off-by: Laurent Pinchart Do you plan to take this patch in your tree or should I send a pull request to Dave dir

[PATCH] drm: tda998x: Use drm_do_get_edid()

2014-11-27 Thread Jean-Francois Moine
On Wed, 26 Nov 2014 21:04:15 +0200 Laurent Pinchart wrote: > Replace the internal EDID read implementation by a call to the new EDID > read core function. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/i2c/tda998x_drv.c | 86 > --- > 1 file cha

[PATCH] drm: tda998x: Use drm_do_get_edid()

2014-11-26 Thread Laurent Pinchart
Replace the internal EDID read implementation by a call to the new EDID read core function. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/i2c/tda998x_drv.c | 86 --- 1 file changed, 18 insertions(+), 68 deletions(-) This patch has been compile-tested on

[PATCH] drm: tda998x: Use drm_do_get_edid()

2014-11-26 Thread Rob Clark
On Wed, Nov 26, 2014 at 2:04 PM, Laurent Pinchart wrote: > Replace the internal EDID read implementation by a call to the new EDID > read core function. > > Signed-off-by: Laurent Pinchart Thanks! Reviewed-by: Rob Clark > --- > drivers/gpu/drm/i2c/tda998x_drv.c | 86 > --