[PATCH v1 04/19] drm: sti: add HDMI driver

2014-05-06 Thread Rob Clark
On Tue, Apr 8, 2014 at 8:19 AM, Benjamin Gaignard wrote: > +/* > + * Attach the I2C ddc client to allow hdmi i2c communication > + * > + * @ddc: i2c client > + */ > +static struct i2c_client *hdmi_ddc; > +void sti_hdmi_attach_ddc_client(struct i2c_client *ddc) > +{ > + DRM_DEBUG_DRIVER("\n")

[PATCH v1 04/19] drm: sti: add HDMI driver

2014-04-08 Thread Benjamin Gaignard
Add driver for HDMI ouput Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fabien Dessenne --- drivers/gpu/drm/sti/Makefile | 5 + drivers/gpu/drm/sti/sti_hdmi.c | 503 + drivers/gpu/drm/sti/sti_hdmi.h