|
@@ -46,7 +46,9 @@ struct omap_dss_features {
|
|
|
|
|
|
const int num_mgrs;
|
|
|
const int num_ovls;
|
|
|
+ const int num_wbs;
|
|
|
const enum omap_display_type *supported_displays;
|
|
|
+ const enum omap_dss_output_id *supported_outputs;
|
|
|
const enum omap_color_mode *supported_color_modes;
|
|
|
const enum omap_overlay_caps *overlay_caps;
|
|
|
const char * const *clksrc_names;
|
|
@@ -106,6 +108,21 @@ static const struct dss_reg_field omap4_dss_reg_fields[] = {
|
|
|
[FEAT_REG_DSIPLL_REGM_DSI] = { 30, 26 },
|
|
|
};
|
|
|
|
|
|
+static const struct dss_reg_field omap5_dss_reg_fields[] = {
|
|
|
+ [FEAT_REG_FIRHINC] = { 12, 0 },
|
|
|
+ [FEAT_REG_FIRVINC] = { 28, 16 },
|
|
|
+ [FEAT_REG_FIFOLOWTHRESHOLD] = { 15, 0 },
|
|
|
+ [FEAT_REG_FIFOHIGHTHRESHOLD] = { 31, 16 },
|
|
|
+ [FEAT_REG_FIFOSIZE] = { 15, 0 },
|
|
|
+ [FEAT_REG_HORIZONTALACCU] = { 10, 0 },
|
|
|
+ [FEAT_REG_VERTICALACCU] = { 26, 16 },
|
|
|
+ [FEAT_REG_DISPC_CLK_SWITCH] = { 9, 7 },
|
|
|
+ [FEAT_REG_DSIPLL_REGN] = { 8, 1 },
|
|
|
+ [FEAT_REG_DSIPLL_REGM] = { 20, 9 },
|
|
|
+ [FEAT_REG_DSIPLL_REGM_DISPC] = { 25, 21 },
|
|
|
+ [FEAT_REG_DSIPLL_REGM_DSI] = { 30, 26 },
|
|
|
+};
|
|
|
+
|
|
|
static const enum omap_display_type omap2_dss_supported_displays[] = {
|
|
|
/* OMAP_DSS_CHANNEL_LCD */
|
|
|
OMAP_DISPLAY_TYPE_DPI | OMAP_DISPLAY_TYPE_DBI,
|
|
@@ -144,6 +161,76 @@ static const enum omap_display_type omap4_dss_supported_displays[] = {
|
|
|
OMAP_DISPLAY_TYPE_DSI,
|
|
|
};
|
|
|
|
|
|
+static const enum omap_display_type omap5_dss_supported_displays[] = {
|
|
|
+ /* OMAP_DSS_CHANNEL_LCD */
|
|
|
+ OMAP_DISPLAY_TYPE_DPI | OMAP_DISPLAY_TYPE_DBI |
|
|
|
+ OMAP_DISPLAY_TYPE_DSI,
|
|
|
+
|
|
|
+ /* OMAP_DSS_CHANNEL_DIGIT */
|
|
|
+ OMAP_DISPLAY_TYPE_HDMI | OMAP_DISPLAY_TYPE_DPI,
|
|
|
+
|
|
|
+ /* OMAP_DSS_CHANNEL_LCD2 */
|
|
|
+ OMAP_DISPLAY_TYPE_DPI | OMAP_DISPLAY_TYPE_DBI |
|
|
|
+ OMAP_DISPLAY_TYPE_DSI,
|
|
|
+};
|
|
|
+
|
|
|
+static const enum omap_dss_output_id omap2_dss_supported_outputs[] = {
|
|
|
+ /* OMAP_DSS_CHANNEL_LCD */
|
|
|
+ OMAP_DSS_OUTPUT_DPI | OMAP_DSS_OUTPUT_DBI,
|
|
|
+
|
|
|
+ /* OMAP_DSS_CHANNEL_DIGIT */
|
|
|
+ OMAP_DSS_OUTPUT_VENC,
|
|
|
+};
|
|
|
+
|
|
|
+static const enum omap_dss_output_id omap3430_dss_supported_outputs[] = {
|
|
|
+ /* OMAP_DSS_CHANNEL_LCD */
|
|
|
+ OMAP_DSS_OUTPUT_DPI | OMAP_DSS_OUTPUT_DBI |
|
|
|
+ OMAP_DSS_OUTPUT_SDI | OMAP_DSS_OUTPUT_DSI1,
|
|
|
+
|
|
|
+ /* OMAP_DSS_CHANNEL_DIGIT */
|
|
|
+ OMAP_DSS_OUTPUT_VENC,
|
|
|
+};
|
|
|
+
|
|
|
+static const enum omap_dss_output_id omap3630_dss_supported_outputs[] = {
|
|
|
+ /* OMAP_DSS_CHANNEL_LCD */
|
|
|
+ OMAP_DSS_OUTPUT_DPI | OMAP_DSS_OUTPUT_DBI |
|
|
|
+ OMAP_DSS_OUTPUT_DSI1,
|
|
|
+
|
|
|
+ /* OMAP_DSS_CHANNEL_DIGIT */
|
|
|
+ OMAP_DSS_OUTPUT_VENC,
|
|
|
+};
|
|
|
+
|
|
|
+static const enum omap_dss_output_id omap4_dss_supported_outputs[] = {
|
|
|
+ /* OMAP_DSS_CHANNEL_LCD */
|
|
|
+ OMAP_DSS_OUTPUT_DPI | OMAP_DSS_OUTPUT_DBI |
|
|
|
+ OMAP_DSS_OUTPUT_DSI1,
|
|
|
+
|
|
|
+ /* OMAP_DSS_CHANNEL_DIGIT */
|
|
|
+ OMAP_DSS_OUTPUT_VENC | OMAP_DSS_OUTPUT_HDMI |
|
|
|
+ OMAP_DSS_OUTPUT_DPI,
|
|
|
+
|
|
|
+ /* OMAP_DSS_CHANNEL_LCD2 */
|
|
|
+ OMAP_DSS_OUTPUT_DPI | OMAP_DSS_OUTPUT_DBI |
|
|
|
+ OMAP_DSS_OUTPUT_DSI2,
|
|
|
+};
|
|
|
+
|
|
|
+static const enum omap_dss_output_id omap5_dss_supported_outputs[] = {
|
|
|
+ /* OMAP_DSS_CHANNEL_LCD */
|
|
|
+ OMAP_DSS_OUTPUT_DPI | OMAP_DSS_OUTPUT_DBI |
|
|
|
+ OMAP_DSS_OUTPUT_DSI1 | OMAP_DSS_OUTPUT_DSI2,
|
|
|
+
|
|
|
+ /* OMAP_DSS_CHANNEL_DIGIT */
|
|
|
+ OMAP_DSS_OUTPUT_HDMI | OMAP_DSS_OUTPUT_DPI,
|
|
|
+
|
|
|
+ /* OMAP_DSS_CHANNEL_LCD2 */
|
|
|
+ OMAP_DSS_OUTPUT_DPI | OMAP_DSS_OUTPUT_DBI |
|
|
|
+ OMAP_DSS_OUTPUT_DSI1,
|
|
|
+
|
|
|
+ /* OMAP_DSS_CHANNEL_LCD3 */
|
|
|
+ OMAP_DSS_OUTPUT_DPI | OMAP_DSS_OUTPUT_DBI |
|
|
|
+ OMAP_DSS_OUTPUT_DSI2,
|
|
|
+};
|
|
|
+
|
|
|
static const enum omap_color_mode omap2_dss_supported_color_modes[] = {
|
|
|
/* OMAP_DSS_GFX */
|
|
|
OMAP_DSS_COLOR_CLUT1 | OMAP_DSS_COLOR_CLUT2 |
|
|
@@ -224,58 +311,80 @@ static const enum omap_color_mode omap4_dss_supported_color_modes[] = {
|
|
|
OMAP_DSS_COLOR_ARGB16 | OMAP_DSS_COLOR_XRGB16_1555 |
|
|
|
OMAP_DSS_COLOR_ARGB32 | OMAP_DSS_COLOR_RGBX16 |
|
|
|
OMAP_DSS_COLOR_RGBX32,
|
|
|
+
|
|
|
+ /* OMAP_DSS_WB */
|
|
|
+ OMAP_DSS_COLOR_RGB16 | OMAP_DSS_COLOR_RGB12U |
|
|
|
+ OMAP_DSS_COLOR_YUV2 | OMAP_DSS_COLOR_ARGB16_1555 |
|
|
|
+ OMAP_DSS_COLOR_RGBA32 | OMAP_DSS_COLOR_NV12 |
|
|
|
+ OMAP_DSS_COLOR_RGBA16 | OMAP_DSS_COLOR_RGB24U |
|
|
|
+ OMAP_DSS_COLOR_RGB24P | OMAP_DSS_COLOR_UYVY |
|
|
|
+ OMAP_DSS_COLOR_ARGB16 | OMAP_DSS_COLOR_XRGB16_1555 |
|
|
|
+ OMAP_DSS_COLOR_ARGB32 | OMAP_DSS_COLOR_RGBX16 |
|
|
|
+ OMAP_DSS_COLOR_RGBX32,
|
|
|
};
|
|
|
|
|
|
static const enum omap_overlay_caps omap2_dss_overlay_caps[] = {
|
|
|
/* OMAP_DSS_GFX */
|
|
|
- 0,
|
|
|
+ OMAP_DSS_OVL_CAP_POS | OMAP_DSS_OVL_CAP_REPLICATION,
|
|
|
|
|
|
/* OMAP_DSS_VIDEO1 */
|
|
|
- OMAP_DSS_OVL_CAP_SCALE,
|
|
|
+ OMAP_DSS_OVL_CAP_SCALE | OMAP_DSS_OVL_CAP_POS |
|
|
|
+ OMAP_DSS_OVL_CAP_REPLICATION,
|
|
|
|
|
|
/* OMAP_DSS_VIDEO2 */
|
|
|
- OMAP_DSS_OVL_CAP_SCALE,
|
|
|
+ OMAP_DSS_OVL_CAP_SCALE | OMAP_DSS_OVL_CAP_POS |
|
|
|
+ OMAP_DSS_OVL_CAP_REPLICATION,
|
|
|
};
|
|
|
|
|
|
static const enum omap_overlay_caps omap3430_dss_overlay_caps[] = {
|
|
|
/* OMAP_DSS_GFX */
|
|
|
- OMAP_DSS_OVL_CAP_GLOBAL_ALPHA,
|
|
|
+ OMAP_DSS_OVL_CAP_GLOBAL_ALPHA | OMAP_DSS_OVL_CAP_POS |
|
|
|
+ OMAP_DSS_OVL_CAP_REPLICATION,
|
|
|
|
|
|
/* OMAP_DSS_VIDEO1 */
|
|
|
- OMAP_DSS_OVL_CAP_SCALE,
|
|
|
+ OMAP_DSS_OVL_CAP_SCALE | OMAP_DSS_OVL_CAP_POS |
|
|
|
+ OMAP_DSS_OVL_CAP_REPLICATION,
|
|
|
|
|
|
/* OMAP_DSS_VIDEO2 */
|
|
|
- OMAP_DSS_OVL_CAP_SCALE | OMAP_DSS_OVL_CAP_GLOBAL_ALPHA,
|
|
|
+ OMAP_DSS_OVL_CAP_SCALE | OMAP_DSS_OVL_CAP_GLOBAL_ALPHA |
|
|
|
+ OMAP_DSS_OVL_CAP_POS | OMAP_DSS_OVL_CAP_REPLICATION,
|
|
|
};
|
|
|
|
|
|
static const enum omap_overlay_caps omap3630_dss_overlay_caps[] = {
|
|
|
/* OMAP_DSS_GFX */
|
|
|
- OMAP_DSS_OVL_CAP_GLOBAL_ALPHA | OMAP_DSS_OVL_CAP_PRE_MULT_ALPHA,
|
|
|
+ OMAP_DSS_OVL_CAP_GLOBAL_ALPHA | OMAP_DSS_OVL_CAP_PRE_MULT_ALPHA |
|
|
|
+ OMAP_DSS_OVL_CAP_POS | OMAP_DSS_OVL_CAP_REPLICATION,
|
|
|
|
|
|
/* OMAP_DSS_VIDEO1 */
|
|
|
- OMAP_DSS_OVL_CAP_SCALE,
|
|
|
+ OMAP_DSS_OVL_CAP_SCALE | OMAP_DSS_OVL_CAP_POS |
|
|
|
+ OMAP_DSS_OVL_CAP_REPLICATION,
|
|
|
|
|
|
/* OMAP_DSS_VIDEO2 */
|
|
|
OMAP_DSS_OVL_CAP_SCALE | OMAP_DSS_OVL_CAP_GLOBAL_ALPHA |
|
|
|
- OMAP_DSS_OVL_CAP_PRE_MULT_ALPHA,
|
|
|
+ OMAP_DSS_OVL_CAP_PRE_MULT_ALPHA | OMAP_DSS_OVL_CAP_POS |
|
|
|
+ OMAP_DSS_OVL_CAP_REPLICATION,
|
|
|
};
|
|
|
|
|
|
static const enum omap_overlay_caps omap4_dss_overlay_caps[] = {
|
|
|
/* OMAP_DSS_GFX */
|
|
|
OMAP_DSS_OVL_CAP_GLOBAL_ALPHA | OMAP_DSS_OVL_CAP_PRE_MULT_ALPHA |
|
|
|
- OMAP_DSS_OVL_CAP_ZORDER,
|
|
|
+ OMAP_DSS_OVL_CAP_ZORDER | OMAP_DSS_OVL_CAP_POS |
|
|
|
+ OMAP_DSS_OVL_CAP_REPLICATION,
|
|
|
|
|
|
/* OMAP_DSS_VIDEO1 */
|
|
|
OMAP_DSS_OVL_CAP_SCALE | OMAP_DSS_OVL_CAP_GLOBAL_ALPHA |
|
|
|
- OMAP_DSS_OVL_CAP_PRE_MULT_ALPHA | OMAP_DSS_OVL_CAP_ZORDER,
|
|
|
+ OMAP_DSS_OVL_CAP_PRE_MULT_ALPHA | OMAP_DSS_OVL_CAP_ZORDER |
|
|
|
+ OMAP_DSS_OVL_CAP_POS | OMAP_DSS_OVL_CAP_REPLICATION,
|
|
|
|
|
|
/* OMAP_DSS_VIDEO2 */
|
|
|
OMAP_DSS_OVL_CAP_SCALE | OMAP_DSS_OVL_CAP_GLOBAL_ALPHA |
|
|
|
- OMAP_DSS_OVL_CAP_PRE_MULT_ALPHA | OMAP_DSS_OVL_CAP_ZORDER,
|
|
|
+ OMAP_DSS_OVL_CAP_PRE_MULT_ALPHA | OMAP_DSS_OVL_CAP_ZORDER |
|
|
|
+ OMAP_DSS_OVL_CAP_POS | OMAP_DSS_OVL_CAP_REPLICATION,
|
|
|
|
|
|
/* OMAP_DSS_VIDEO3 */
|
|
|
OMAP_DSS_OVL_CAP_SCALE | OMAP_DSS_OVL_CAP_GLOBAL_ALPHA |
|
|
|
- OMAP_DSS_OVL_CAP_PRE_MULT_ALPHA | OMAP_DSS_OVL_CAP_ZORDER,
|
|
|
+ OMAP_DSS_OVL_CAP_PRE_MULT_ALPHA | OMAP_DSS_OVL_CAP_ZORDER |
|
|
|
+ OMAP_DSS_OVL_CAP_POS | OMAP_DSS_OVL_CAP_REPLICATION,
|
|
|
};
|
|
|
|
|
|
static const char * const omap2_dss_clk_source_names[] = {
|
|
@@ -298,6 +407,14 @@ static const char * const omap4_dss_clk_source_names[] = {
|
|
|
[OMAP_DSS_CLK_SRC_DSI2_PLL_HSDIV_DSI] = "PLL2_CLK2",
|
|
|
};
|
|
|
|
|
|
+static const char * const omap5_dss_clk_source_names[] = {
|
|
|
+ [OMAP_DSS_CLK_SRC_DSI_PLL_HSDIV_DISPC] = "DPLL_DSI1_A_CLK1",
|
|
|
+ [OMAP_DSS_CLK_SRC_DSI_PLL_HSDIV_DSI] = "DPLL_DSI1_A_CLK2",
|
|
|
+ [OMAP_DSS_CLK_SRC_FCK] = "DSS_CLK",
|
|
|
+ [OMAP_DSS_CLK_SRC_DSI2_PLL_HSDIV_DISPC] = "DPLL_DSI1_C_CLK1",
|
|
|
+ [OMAP_DSS_CLK_SRC_DSI2_PLL_HSDIV_DSI] = "DPLL_DSI1_C_CLK2",
|
|
|
+};
|
|
|
+
|
|
|
static const struct dss_param_range omap2_dss_param_range[] = {
|
|
|
[FEAT_PARAM_DSS_FCK] = { 0, 173000000 },
|
|
|
[FEAT_PARAM_DSS_PCD] = { 2, 255 },
|
|
@@ -326,6 +443,7 @@ static const struct dss_param_range omap3_dss_param_range[] = {
|
|
|
[FEAT_PARAM_DSIPLL_REGM_DSI] = { 0, (1 << 4) - 1 },
|
|
|
[FEAT_PARAM_DSIPLL_FINT] = { 750000, 2100000 },
|
|
|
[FEAT_PARAM_DSIPLL_LPDIV] = { 1, (1 << 13) - 1},
|
|
|
+ [FEAT_PARAM_DSI_FCK] = { 0, 173000000 },
|
|
|
[FEAT_PARAM_DOWNSCALE] = { 1, 4 },
|
|
|
[FEAT_PARAM_LINEWIDTH] = { 1, 1024 },
|
|
|
[FEAT_PARAM_MGR_WIDTH] = { 1, 2048 },
|
|
@@ -341,6 +459,23 @@ static const struct dss_param_range omap4_dss_param_range[] = {
|
|
|
[FEAT_PARAM_DSIPLL_REGM_DSI] = { 0, (1 << 5) - 1 },
|
|
|
[FEAT_PARAM_DSIPLL_FINT] = { 500000, 2500000 },
|
|
|
[FEAT_PARAM_DSIPLL_LPDIV] = { 0, (1 << 13) - 1 },
|
|
|
+ [FEAT_PARAM_DSI_FCK] = { 0, 170000000 },
|
|
|
+ [FEAT_PARAM_DOWNSCALE] = { 1, 4 },
|
|
|
+ [FEAT_PARAM_LINEWIDTH] = { 1, 2048 },
|
|
|
+ [FEAT_PARAM_MGR_WIDTH] = { 1, 2048 },
|
|
|
+ [FEAT_PARAM_MGR_HEIGHT] = { 1, 2048 },
|
|
|
+};
|
|
|
+
|
|
|
+static const struct dss_param_range omap5_dss_param_range[] = {
|
|
|
+ [FEAT_PARAM_DSS_FCK] = { 0, 200000000 },
|
|
|
+ [FEAT_PARAM_DSS_PCD] = { 1, 255 },
|
|
|
+ [FEAT_PARAM_DSIPLL_REGN] = { 0, (1 << 8) - 1 },
|
|
|
+ [FEAT_PARAM_DSIPLL_REGM] = { 0, (1 << 12) - 1 },
|
|
|
+ [FEAT_PARAM_DSIPLL_REGM_DISPC] = { 0, (1 << 5) - 1 },
|
|
|
+ [FEAT_PARAM_DSIPLL_REGM_DSI] = { 0, (1 << 5) - 1 },
|
|
|
+ [FEAT_PARAM_DSIPLL_FINT] = { 500000, 2500000 },
|
|
|
+ [FEAT_PARAM_DSIPLL_LPDIV] = { 0, (1 << 13) - 1 },
|
|
|
+ [FEAT_PARAM_DSI_FCK] = { 0, 170000000 },
|
|
|
[FEAT_PARAM_DOWNSCALE] = { 1, 4 },
|
|
|
[FEAT_PARAM_LINEWIDTH] = { 1, 2048 },
|
|
|
[FEAT_PARAM_MGR_WIDTH] = { 1, 2048 },
|
|
@@ -373,6 +508,26 @@ static const enum dss_feat_id omap3430_dss_feat_list[] = {
|
|
|
FEAT_ALPHA_FIXED_ZORDER,
|
|
|
FEAT_FIFO_MERGE,
|
|
|
FEAT_OMAP3_DSI_FIFO_BUG,
|
|
|
+ FEAT_DPI_USES_VDDS_DSI,
|
|
|
+};
|
|
|
+
|
|
|
+static const enum dss_feat_id am35xx_dss_feat_list[] = {
|
|
|
+ FEAT_LCDENABLEPOL,
|
|
|
+ FEAT_LCDENABLESIGNAL,
|
|
|
+ FEAT_PCKFREEENABLE,
|
|
|
+ FEAT_FUNCGATED,
|
|
|
+ FEAT_LINEBUFFERSPLIT,
|
|
|
+ FEAT_ROWREPEATENABLE,
|
|
|
+ FEAT_RESIZECONF,
|
|
|
+ FEAT_DSI_PLL_FREQSEL,
|
|
|
+ FEAT_DSI_REVERSE_TXCLKESC,
|
|
|
+ FEAT_VENC_REQUIRES_TV_DAC_CLK,
|
|
|
+ FEAT_CPR,
|
|
|
+ FEAT_PRELOAD,
|
|
|
+ FEAT_FIR_COEF_V,
|
|
|
+ FEAT_ALPHA_FIXED_ZORDER,
|
|
|
+ FEAT_FIFO_MERGE,
|
|
|
+ FEAT_OMAP3_DSI_FIFO_BUG,
|
|
|
};
|
|
|
|
|
|
static const enum dss_feat_id omap3630_dss_feat_list[] = {
|
|
@@ -447,6 +602,28 @@ static const enum dss_feat_id omap4_dss_feat_list[] = {
|
|
|
FEAT_BURST_2D,
|
|
|
};
|
|
|
|
|
|
+static const enum dss_feat_id omap5_dss_feat_list[] = {
|
|
|
+ FEAT_MGR_LCD2,
|
|
|
+ FEAT_CORE_CLK_DIV,
|
|
|
+ FEAT_LCD_CLK_SRC,
|
|
|
+ FEAT_DSI_DCS_CMD_CONFIG_VC,
|
|
|
+ FEAT_DSI_VC_OCP_WIDTH,
|
|
|
+ FEAT_DSI_GNQ,
|
|
|
+ FEAT_HDMI_CTS_SWMODE,
|
|
|
+ FEAT_HDMI_AUDIO_USE_MCLK,
|
|
|
+ FEAT_HANDLE_UV_SEPARATE,
|
|
|
+ FEAT_ATTR2,
|
|
|
+ FEAT_CPR,
|
|
|
+ FEAT_PRELOAD,
|
|
|
+ FEAT_FIR_COEF_V,
|
|
|
+ FEAT_ALPHA_FREE_ZORDER,
|
|
|
+ FEAT_FIFO_MERGE,
|
|
|
+ FEAT_BURST_2D,
|
|
|
+ FEAT_DSI_PLL_SELFREQDCO,
|
|
|
+ FEAT_DSI_PLL_REFSEL,
|
|
|
+ FEAT_DSI_PHY_DCC,
|
|
|
+};
|
|
|
+
|
|
|
/* OMAP2 DSS Features */
|
|
|
static const struct omap_dss_features omap2_dss_features = {
|
|
|
.reg_fields = omap2_dss_reg_fields,
|
|
@@ -458,6 +635,7 @@ static const struct omap_dss_features omap2_dss_features = {
|
|
|
.num_mgrs = 2,
|
|
|
.num_ovls = 3,
|
|
|
.supported_displays = omap2_dss_supported_displays,
|
|
|
+ .supported_outputs = omap2_dss_supported_outputs,
|
|
|
.supported_color_modes = omap2_dss_supported_color_modes,
|
|
|
.overlay_caps = omap2_dss_overlay_caps,
|
|
|
.clksrc_names = omap2_dss_clk_source_names,
|
|
@@ -478,6 +656,31 @@ static const struct omap_dss_features omap3430_dss_features = {
|
|
|
.num_mgrs = 2,
|
|
|
.num_ovls = 3,
|
|
|
.supported_displays = omap3430_dss_supported_displays,
|
|
|
+ .supported_outputs = omap3430_dss_supported_outputs,
|
|
|
+ .supported_color_modes = omap3_dss_supported_color_modes,
|
|
|
+ .overlay_caps = omap3430_dss_overlay_caps,
|
|
|
+ .clksrc_names = omap3_dss_clk_source_names,
|
|
|
+ .dss_params = omap3_dss_param_range,
|
|
|
+ .supported_rotation_types = OMAP_DSS_ROT_DMA | OMAP_DSS_ROT_VRFB,
|
|
|
+ .buffer_size_unit = 1,
|
|
|
+ .burst_size_unit = 8,
|
|
|
+};
|
|
|
+
|
|
|
+/*
|
|
|
+ * AM35xx DSS Features. This is basically OMAP3 DSS Features without the
|
|
|
+ * vdds_dsi regulator.
|
|
|
+ */
|
|
|
+static const struct omap_dss_features am35xx_dss_features = {
|
|
|
+ .reg_fields = omap3_dss_reg_fields,
|
|
|
+ .num_reg_fields = ARRAY_SIZE(omap3_dss_reg_fields),
|
|
|
+
|
|
|
+ .features = am35xx_dss_feat_list,
|
|
|
+ .num_features = ARRAY_SIZE(am35xx_dss_feat_list),
|
|
|
+
|
|
|
+ .num_mgrs = 2,
|
|
|
+ .num_ovls = 3,
|
|
|
+ .supported_displays = omap3430_dss_supported_displays,
|
|
|
+ .supported_outputs = omap3430_dss_supported_outputs,
|
|
|
.supported_color_modes = omap3_dss_supported_color_modes,
|
|
|
.overlay_caps = omap3430_dss_overlay_caps,
|
|
|
.clksrc_names = omap3_dss_clk_source_names,
|
|
@@ -497,6 +700,7 @@ static const struct omap_dss_features omap3630_dss_features = {
|
|
|
.num_mgrs = 2,
|
|
|
.num_ovls = 3,
|
|
|
.supported_displays = omap3630_dss_supported_displays,
|
|
|
+ .supported_outputs = omap3630_dss_supported_outputs,
|
|
|
.supported_color_modes = omap3_dss_supported_color_modes,
|
|
|
.overlay_caps = omap3630_dss_overlay_caps,
|
|
|
.clksrc_names = omap3_dss_clk_source_names,
|
|
@@ -517,7 +721,9 @@ static const struct omap_dss_features omap4430_es1_0_dss_features = {
|
|
|
|
|
|
.num_mgrs = 3,
|
|
|
.num_ovls = 4,
|
|
|
+ .num_wbs = 1,
|
|
|
.supported_displays = omap4_dss_supported_displays,
|
|
|
+ .supported_outputs = omap4_dss_supported_outputs,
|
|
|
.supported_color_modes = omap4_dss_supported_color_modes,
|
|
|
.overlay_caps = omap4_dss_overlay_caps,
|
|
|
.clksrc_names = omap4_dss_clk_source_names,
|
|
@@ -537,7 +743,9 @@ static const struct omap_dss_features omap4430_es2_0_1_2_dss_features = {
|
|
|
|
|
|
.num_mgrs = 3,
|
|
|
.num_ovls = 4,
|
|
|
+ .num_wbs = 1,
|
|
|
.supported_displays = omap4_dss_supported_displays,
|
|
|
+ .supported_outputs = omap4_dss_supported_outputs,
|
|
|
.supported_color_modes = omap4_dss_supported_color_modes,
|
|
|
.overlay_caps = omap4_dss_overlay_caps,
|
|
|
.clksrc_names = omap4_dss_clk_source_names,
|
|
@@ -557,7 +765,9 @@ static const struct omap_dss_features omap4_dss_features = {
|
|
|
|
|
|
.num_mgrs = 3,
|
|
|
.num_ovls = 4,
|
|
|
+ .num_wbs = 1,
|
|
|
.supported_displays = omap4_dss_supported_displays,
|
|
|
+ .supported_outputs = omap4_dss_supported_outputs,
|
|
|
.supported_color_modes = omap4_dss_supported_color_modes,
|
|
|
.overlay_caps = omap4_dss_overlay_caps,
|
|
|
.clksrc_names = omap4_dss_clk_source_names,
|
|
@@ -567,6 +777,27 @@ static const struct omap_dss_features omap4_dss_features = {
|
|
|
.burst_size_unit = 16,
|
|
|
};
|
|
|
|
|
|
+/* OMAP5 DSS Features */
|
|
|
+static const struct omap_dss_features omap5_dss_features = {
|
|
|
+ .reg_fields = omap5_dss_reg_fields,
|
|
|
+ .num_reg_fields = ARRAY_SIZE(omap5_dss_reg_fields),
|
|
|
+
|
|
|
+ .features = omap5_dss_feat_list,
|
|
|
+ .num_features = ARRAY_SIZE(omap5_dss_feat_list),
|
|
|
+
|
|
|
+ .num_mgrs = 3,
|
|
|
+ .num_ovls = 4,
|
|
|
+ .supported_displays = omap5_dss_supported_displays,
|
|
|
+ .supported_outputs = omap5_dss_supported_outputs,
|
|
|
+ .supported_color_modes = omap4_dss_supported_color_modes,
|
|
|
+ .overlay_caps = omap4_dss_overlay_caps,
|
|
|
+ .clksrc_names = omap5_dss_clk_source_names,
|
|
|
+ .dss_params = omap5_dss_param_range,
|
|
|
+ .supported_rotation_types = OMAP_DSS_ROT_DMA | OMAP_DSS_ROT_TILER,
|
|
|
+ .buffer_size_unit = 16,
|
|
|
+ .burst_size_unit = 16,
|
|
|
+};
|
|
|
+
|
|
|
#if defined(CONFIG_OMAP4_DSS_HDMI)
|
|
|
/* HDMI OMAP4 Functions*/
|
|
|
static const struct ti_hdmi_ip_ops omap4_hdmi_functions = {
|
|
@@ -612,6 +843,11 @@ int dss_feat_get_num_ovls(void)
|
|
|
return omap_current_dss_features->num_ovls;
|
|
|
}
|
|
|
|
|
|
+int dss_feat_get_num_wbs(void)
|
|
|
+{
|
|
|
+ return omap_current_dss_features->num_wbs;
|
|
|
+}
|
|
|
+
|
|
|
unsigned long dss_feat_get_param_min(enum dss_range_param param)
|
|
|
{
|
|
|
return omap_current_dss_features->dss_params[param].min;
|
|
@@ -627,6 +863,11 @@ enum omap_display_type dss_feat_get_supported_displays(enum omap_channel channel
|
|
|
return omap_current_dss_features->supported_displays[channel];
|
|
|
}
|
|
|
|
|
|
+enum omap_dss_output_id dss_feat_get_supported_outputs(enum omap_channel channel)
|
|
|
+{
|
|
|
+ return omap_current_dss_features->supported_outputs[channel];
|
|
|
+}
|
|
|
+
|
|
|
enum omap_color_mode dss_feat_get_supported_color_modes(enum omap_plane plane)
|
|
|
{
|
|
|
return omap_current_dss_features->supported_color_modes[plane];
|
|
@@ -694,8 +935,13 @@ void dss_features_init(void)
|
|
|
omap_current_dss_features = &omap2_dss_features;
|
|
|
else if (cpu_is_omap3630())
|
|
|
omap_current_dss_features = &omap3630_dss_features;
|
|
|
- else if (cpu_is_omap34xx())
|
|
|
- omap_current_dss_features = &omap3430_dss_features;
|
|
|
+ else if (cpu_is_omap34xx()) {
|
|
|
+ if (soc_is_am35xx()) {
|
|
|
+ omap_current_dss_features = &am35xx_dss_features;
|
|
|
+ } else {
|
|
|
+ omap_current_dss_features = &omap3430_dss_features;
|
|
|
+ }
|
|
|
+ }
|
|
|
else if (omap_rev() == OMAP4430_REV_ES1_0)
|
|
|
omap_current_dss_features = &omap4430_es1_0_dss_features;
|
|
|
else if (omap_rev() == OMAP4430_REV_ES2_0 ||
|
|
@@ -704,6 +950,8 @@ void dss_features_init(void)
|
|
|
omap_current_dss_features = &omap4430_es2_0_1_2_dss_features;
|
|
|
else if (cpu_is_omap44xx())
|
|
|
omap_current_dss_features = &omap4_dss_features;
|
|
|
+ else if (soc_is_omap54xx())
|
|
|
+ omap_current_dss_features = &omap5_dss_features;
|
|
|
else
|
|
|
DSSWARN("Unsupported OMAP version");
|
|
|
}
|