]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/omap: Store pixel clock instead of full mode in DPI and SDI encoders
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 21 Sep 2018 19:12:46 +0000 (22:12 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 18 Mar 2019 09:42:13 +0000 (11:42 +0200)
commite5906f765c68b3fa0e9806116a73c786c09642e2
tree7efcace6c2e8a65550a25f9e9d3666802a2a4095
parentb08644a235a4f2d3ba5b86ba02ea404e5edad695
drm/omap: Store pixel clock instead of full mode in DPI and SDI encoders

The DPI and SDI encoders store the full videomode upon mode set, to only
use the value of the pixel clock when enabling the encoder. This wastes
memory. Store the pixel clock value only.

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/dss/dpi.c
drivers/gpu/drm/omapdrm/dss/sdi.c