aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dss_features.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/omap2/dss/dss_features.c')
-rw-r--r--drivers/video/omap2/dss/dss_features.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dss_features.c b/drivers/video/omap2/dss/dss_features.c
index ce14aa6dd67..1d10a014bc5 100644
--- a/drivers/video/omap2/dss/dss_features.c
+++ b/drivers/video/omap2/dss/dss_features.c
@@ -311,6 +311,8 @@ static const struct dss_param_range omap2_dss_param_range[] = {
311 * scaler cannot scale a image with width more than 768. 311 * scaler cannot scale a image with width more than 768.
312 */ 312 */
313 [FEAT_PARAM_LINEWIDTH] = { 1, 768 }, 313 [FEAT_PARAM_LINEWIDTH] = { 1, 768 },
314 [FEAT_PARAM_MGR_WIDTH] = { 1, 2048 },
315 [FEAT_PARAM_MGR_HEIGHT] = { 1, 2048 },
314}; 316};
315 317
316static const struct dss_param_range omap3_dss_param_range[] = { 318static const struct dss_param_range omap3_dss_param_range[] = {
@@ -324,6 +326,8 @@ static const struct dss_param_range omap3_dss_param_range[] = {
324 [FEAT_PARAM_DSIPLL_LPDIV] = { 1, (1 << 13) - 1}, 326 [FEAT_PARAM_DSIPLL_LPDIV] = { 1, (1 << 13) - 1},
325 [FEAT_PARAM_DOWNSCALE] = { 1, 4 }, 327 [FEAT_PARAM_DOWNSCALE] = { 1, 4 },
326 [FEAT_PARAM_LINEWIDTH] = { 1, 1024 }, 328 [FEAT_PARAM_LINEWIDTH] = { 1, 1024 },
329 [FEAT_PARAM_MGR_WIDTH] = { 1, 2048 },
330 [FEAT_PARAM_MGR_HEIGHT] = { 1, 2048 },
327}; 331};
328 332
329static const struct dss_param_range omap4_dss_param_range[] = { 333static const struct dss_param_range omap4_dss_param_range[] = {
@@ -337,6 +341,8 @@ static const struct dss_param_range omap4_dss_param_range[] = {
337 [FEAT_PARAM_DSIPLL_LPDIV] = { 0, (1 << 13) - 1 }, 341 [FEAT_PARAM_DSIPLL_LPDIV] = { 0, (1 << 13) - 1 },
338 [FEAT_PARAM_DOWNSCALE] = { 1, 4 }, 342 [FEAT_PARAM_DOWNSCALE] = { 1, 4 },
339 [FEAT_PARAM_LINEWIDTH] = { 1, 2048 }, 343 [FEAT_PARAM_LINEWIDTH] = { 1, 2048 },
344 [FEAT_PARAM_MGR_WIDTH] = { 1, 2048 },
345 [FEAT_PARAM_MGR_HEIGHT] = { 1, 2048 },
340}; 346};
341 347
342static const enum dss_feat_id omap2_dss_feat_list[] = { 348static const enum dss_feat_id omap2_dss_feat_list[] = {