linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Heiko Stübner" <heiko@sntech.de>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Sakari Ailus <sakari.ailus@maxwell.research.nokia.com>,
	Sumit Semwal <sumit.semwal@ti.com>,
	Jesse Barker <jesse.barker@linaro.org>,
	Jesse Barnes <jbarnes@virtuousgeek.org>, Rob Clark <rob@ti.com>,
	Pawel Osciak <pawel@osciak.com>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	Tomasz Stanislawski <t.stanislaws@samsung.com>,
	Magnus Damm <magnus.damm@gmail.com>,
	Marcus Lorentzon <marcus.lorentzon@linaro.org>,
	Alexander Deucher <alexander.deucher@amd.com>,
	linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-fbdev@vger.kernel.org
Subject: Re: Kernel Display and Video API Consolidation mini-summit at ELC 2012 - Notes
Date: Fri, 02 Mar 2012 14:23:53 +0000	[thread overview]
Message-ID: <201203021523.54173.heiko@sntech.de> (raw)
In-Reply-To: <1775349.d0yvHiVdjB@avalon>

Am Freitag, 17. Februar 2012, 00:25:51 schrieb Laurent Pinchart:
> Hello everybody,
> 
> First of all, I would like to thank all the attendees for their
> participation in the mini-summit that helped make the meeting a success.
> 
> Here are my consolidated notes that cover both the Linaro Connect meeting
> and the ELC meeting. They're also available at
> http://www.ideasonboard.org/media/meetings/.
> 
> 
> Kernel Display and Video API Consolidation mini-summit at ELC 2012
> ------------------------------------------------------------------
> 
[...]
> ***  Display Panel Drivers ***
> 
>   Goal: Sharing display panel drivers between display controllers from
>   different vendors.
> 
>   Panels are connected to the display controller through a standard bus
> with a control channel (DSI and eDP are two major such buses). Various
> vendors have created proprietary interfaces for panel drivers:
> 
>   - TI on OMAP (drivers/video/omap2/displays).
>   - Samsung on Exynos (drivers/video/exynos).
>   - ST-Ericsson on MCDE
> (http://www.igloocommunity.org/gitweb/?p=kernel/igloo-
> kernel.git;a=tree;f=drivers/video/mcde)
>   - Renesas is working on a similar interface for SH Mobile.
> 
>   HDMI-on-DSI transmitters, while not panels per-se, can be supported
> through the same API.
> 
>   A Low level Linux Display Framework (https://lkml.org/lkml/2011/9/15/107)
>   has been proposed and overlaps with this topic.
> 
>   For DSI, a possible abstraction level would be a DCS (Display Command
> Set) bus. Panels and/or HDMI-on-DSI transmitter drivers would be
> implemented as DCS drivers.
> 
>   Action points:
>   - Marcus to work on a proposal for DCS-based panels (with Tomi Valkeinen
> and Morimoto-san).

It would also be interesting to see something similar for MIPI-DBI (type B for 
me) [aka rfbi on omap], as most epaper displays use this to transmit data and 
currently use half-baked interfaces.

So hopefully I'll be able to follow the discussion and can then try to convert 
your findings to the dbi case.

Heiko

      parent reply	other threads:[~2012-03-02 14:23 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <201201171126.42675.laurent.pinchart@ideasonboard.com>
     [not found] ` <1654816.MX2JJ87BEo@avalon>
2012-02-16 23:25   ` Kernel Display and Video API Consolidation mini-summit at ELC 2012 - Notes Laurent Pinchart
2012-02-17  9:55     ` Daniel Vetter
2012-02-17 18:46       ` Laurent Pinchart
2012-02-22 16:03         ` James Simmons
2012-02-22 16:24           ` Daniel Vetter
2012-02-22 16:28             ` Rob Clark
2012-02-23  7:34               ` Michel Dänzer
2012-02-22 16:36             ` Chris Wilson
2012-02-22 16:40               ` Clark, Rob
2012-02-22 17:26                 ` James Simmons
2012-02-23  0:15                 ` Alan Cox
2012-02-22 17:00           ` Adam Jackson
2012-02-20 16:09       ` Guennadi Liakhovetski
2012-02-20 16:19         ` David Airlie
2012-05-17  2:46         ` Jun Nie
2012-05-17  7:53           ` Hans Verkuil
2012-02-17 11:19     ` Semwal, Sumit
2012-02-17 18:49       ` Laurent Pinchart
2012-02-17 19:42     ` Adam Jackson
2012-02-18 17:53       ` Clark, Rob
2012-02-18  0:56     ` Keith Packard
2012-02-20 16:40     ` Guennadi Liakhovetski
2012-03-02 14:23     ` Heiko Stübner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201203021523.54173.heiko@sntech.de \
    --to=heiko@sntech.de \
    --cc=alexander.deucher@amd.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jbarnes@virtuousgeek.org \
    --cc=jesse.barker@linaro.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=magnus.damm@gmail.com \
    --cc=marcus.lorentzon@linaro.org \
    --cc=pawel@osciak.com \
    --cc=rob@ti.com \
    --cc=sakari.ailus@maxwell.research.nokia.com \
    --cc=sumit.semwal@ti.com \
    --cc=t.stanislaws@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).