commit | 29986cc8a66fcc4b8ea8a01216a72f06b865360b | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Wed Aug 03 23:31:36 2016 +0300 |
committer | Dave Airlie <airlied@redhat.com> | Mon Aug 08 15:27:11 2016 +1000 |
tree | 3cc455d508cad931da39807c5e1dd1f2d71b886d | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc [diff] |
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>