]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/omap: Move DISPC timing checks to CRTC .mode_valid() operation
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 19 Sep 2018 21:17:42 +0000 (00:17 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 18 Mar 2019 09:42:12 +0000 (11:42 +0200)
commit116c7721077cf82b942adaef146e97663247d972
tree2b78db5fca0738cf0c1ed3de97400245966c22df
parentdf6682b43533e4c59c3d14b56de838c035a8bb9a
drm/omap: Move DISPC timing checks to CRTC .mode_valid() operation

The DISPC timings checks relate to the CRTC, but they're performed in
the encoder and connector .atomic_check() and .mode_valid() operations.
Move them to the CRTC .mode_valid() operation.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Tested-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_connector.c
drivers/gpu/drm/omapdrm/omap_crtc.c
drivers/gpu/drm/omapdrm/omap_encoder.c