Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1398031 > unrolled thread

Re: [PATCH 04/23] drm: omapdrm: add DSI mapping

Started byTomi Valkeinen <tomi.valkeinen@ti.com>
First post2016-05-10 14:10 +0200
Last post2016-05-10 14:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 04/23] drm: omapdrm: add DSI mapping Tomi Valkeinen <tomi.valkeinen@ti.com> - 2016-05-10 14:10 +0200

#1398031 — Re: [PATCH 04/23] drm: omapdrm: add DSI mapping

FromTomi Valkeinen <tomi.valkeinen@ti.com>
Date2016-05-10 14:10 +0200
SubjectRe: [PATCH 04/23] drm: omapdrm: add DSI mapping
Message-ID<rxeEa-27l-25@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

On 08/03/16 18:39, Sebastian Reichel wrote:
> This sets proper connector type for DSI connected panels.
> 
> Signed-off-By: Sebastian Reichel <sre@kernel.org>
> ---
>  drivers/gpu/drm/omapdrm/omap_drv.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/gpu/drm/omapdrm/omap_drv.c b/drivers/gpu/drm/omapdrm/omap_drv.c
> index dfafdb602ad2..a3ff35f5f6cd 100644
> --- a/drivers/gpu/drm/omapdrm/omap_drv.c
> +++ b/drivers/gpu/drm/omapdrm/omap_drv.c
> @@ -215,6 +215,8 @@ static int get_connector_type(struct omap_dss_device *dssdev)
>  		return DRM_MODE_CONNECTOR_HDMIA;
>  	case OMAP_DISPLAY_TYPE_DVI:
>  		return DRM_MODE_CONNECTOR_DVID;
> +	case OMAP_DISPLAY_TYPE_DSI:
> +		return DRM_MODE_CONNECTOR_DSI;
>  	default:
>  		return DRM_MODE_CONNECTOR_Unknown;
>  	}
> 

Thanks, I've picked this up for 4.8.

 Tomi

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web