drm: rcar-du: Link HDMI encoder with bridge
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 3 Aug 2016 20:31:36 +0000 (23:31 +0300)
committerDave Airlie <airlied@redhat.com>
Mon, 8 Aug 2016 05:27:11 +0000 (15:27 +1000)
commit29986cc8a66fcc4b8ea8a01216a72f06b865360b
tree3cc455d508cad931da39807c5e1dd1f2d71b886d
parent29b4817d4018df78086157ea3a55c1d9424a7cfc
drm: rcar-du: Link HDMI encoder with bridge

The conversion of the rcar-du driver from the I2C slave encoder to the
DRM bridge API left the HDMI encoder's bridge pointer NULL, preventing
the bridge from being handled automatically by the DRM core. Fix it.

Fixes: 1d926114d8f4 ("drm: rcar-du: Remove i2c slave encoder interface for hdmi encoder")
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c