mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/omap: Store CRTC timings in .set_timings() operation
The video timings are stored in the CRTC structure by the omap_crtc_dss_set_timings() function, called by dss_mgr_set_timings() from the .enable() operation of the internal encoders. This instead belongs to the .set_timings() code paths. Move the omap_crtc_dss_set_timings() calls accordingly. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
committed by
Tomi Valkeinen
parent
a730ce996c
commit
d8dbe79143
@@ -361,8 +361,6 @@ static int dpi_set_mode(struct dpi_data *dpi)
|
||||
if (r)
|
||||
return r;
|
||||
|
||||
dss_mgr_set_timings(&dpi->output, vm);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -479,6 +477,8 @@ static void dpi_set_timings(struct omap_dss_device *dssdev,
|
||||
|
||||
dpi->vm = *vm;
|
||||
|
||||
dss_mgr_set_timings(&dpi->output, vm);
|
||||
|
||||
mutex_unlock(&dpi->lock);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user