Skip to content

Commit

Permalink
drm/exynos: dsi: restore support for drm bridge
Browse files Browse the repository at this point in the history
This patch fixes issue introduced by commit
cf67cc9 ("drm/exynos: remove struct
exynos_drm_display"), which removed assigning of drm bridge to drm
encoder. Lack of it caused that no bridge callbacks were called on
encoder enable/disable actions.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
  • Loading branch information
Marek Szyprowski authored and Inki Dae committed Feb 15, 2016
1 parent 8b0be57 commit e7ad660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/exynos/exynos_drm_dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1782,6 +1782,7 @@ static int exynos_dsi_bind(struct device *dev, struct device *master,

bridge = of_drm_find_bridge(dsi->bridge_node);
if (bridge) {
encoder->bridge = bridge;
drm_bridge_attach(drm_dev, bridge);
}

Expand Down

0 comments on commit e7ad660

Please sign in to comment.