Re: [PATCH] [RFC][PATCH 2/8] OMAP: DSS2: Add new Overlay Manager

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2010-07-01 at 12:31 +0200, ext Archit Taneja wrote:
> From: Sumit Semwal <sumit.semwal@xxxxxx>
> 
> Add new Overlay Manager in manager.c, make secondary channel changes
> and update supported displays for the managers in OMAP4
> 
> Signed-off-by: Sumit Semwal <sumit.semwal@xxxxxx>
> Signed-off-by: Senthilvadivu Guruswamy <svadivu@xxxxxx>
> Signed-off-by: Mukund Mittal <mmittal@xxxxxx>
> Signed-off-by: Archit Taneja <archit@xxxxxx>
> Signed-off-by: Samreen <samreen@xxxxxx>
> ---

<snip>
 
> @@ -1471,15 +1471,25 @@ int dss_init_overlay_managers(struct platform_device *pdev)
>  		case 0:
>  			mgr->name = "lcd";
>  			mgr->id = OMAP_DSS_CHANNEL_LCD;
> -			mgr->supported_displays =
> -				OMAP_DISPLAY_TYPE_DPI | OMAP_DISPLAY_TYPE_DBI |
> -				OMAP_DISPLAY_TYPE_SDI | OMAP_DISPLAY_TYPE_DSI;
> +			mgr->supported_displays = OMAP_DISPLAY_TYPE_DBI |
> +				OMAP_DISPLAY_TYPE_DSI;
> +			if (cpu_is_omap34xx())
> +				mgr->supported_displays |=
> +					OMAP_DISPLAY_TYPE_DPI |
> +					OMAP_DISPLAY_TYPE_SDI;

How about OMAP2?

 Tomi

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux