mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
drm/omap: remove obsolete manager assignment
omap_encoder_update() assigns an overlay manager to dssdev->src->manager. This assignment is not needed, as the connections in the display chain have already been made at connect step. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
parent
728fea775c
commit
9c8e566e49
@ -110,8 +110,6 @@ static int omap_encoder_update(struct drm_encoder *encoder,
|
||||
struct omap_dss_driver *dssdrv = dssdev->driver;
|
||||
int ret;
|
||||
|
||||
dssdev->src->manager = omap_dss_get_overlay_manager(channel);
|
||||
|
||||
if (dssdrv->check_timings) {
|
||||
ret = dssdrv->check_timings(dssdev, timings);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user