OSDN Git Service

OMAPDSS: add num_wbs=1 to omap5 dss features
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 4 Nov 2015 15:10:43 +0000 (17:10 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 29 Dec 2015 09:06:25 +0000 (11:06 +0200)
OMAP5+ DSS has a writeback pipeline, but this was not specified in the
features list for OMAP5 DSS.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/dss/dss_features.c

index b0b6dfd..28fe9a3 100644 (file)
@@ -801,6 +801,7 @@ static const struct omap_dss_features omap5_dss_features = {
 
        .num_mgrs = 4,
        .num_ovls = 4,
+       .num_wbs = 1,
        .supported_displays = omap5_dss_supported_displays,
        .supported_outputs = omap5_dss_supported_outputs,
        .supported_color_modes = omap4_dss_supported_color_modes,