]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/omap: display: don't use dsi_get_pixel_size()
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 10 Nov 2015 13:50:53 +0000 (15:50 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 3 Apr 2017 09:36:40 +0000 (12:36 +0300)
commit892fdcb05e3123192fb954a02fe75b9444d001a3
tree27c5b08976f48a84080fe36e20b941030b168468
parent39637e10032a15dc56abef1846d5be47698be1bb
drm/omap: display: don't use dsi_get_pixel_size()

display.c uses dsi_get_pixel_size() which is implemented in the DSI
driver, and we won't have that in the omapdss-base module, to which we
want to move display.c

This patch changes display.c not to use dsi_get_pixel_size(). The call
can be replaced with a simple check for OMAP_DSS_DSI_FMT_RGB565.

We can also make dsi_get_pixel_size() static as it's no longer used
outside dsi.c.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/display.c
drivers/gpu/drm/omapdrm/dss/dsi.c
drivers/gpu/drm/omapdrm/dss/dss.h