[PATCH v3 1/2] drm/panel: Add and fill drm_panel type field

Linus Walleij linus.walleij at linaro.org
Wed Sep 4 20:13:37 UTC 2019


On Wed, Sep 4, 2019 at 3:28 PM Laurent Pinchart
<laurent.pinchart at ideasonboard.com> wrote:

> Add a type field to the drm_panel structure to report the panel type,
> using DRM_MODE_CONNECTOR_* macros (the values that make sense are LVDS,
> eDP, DSI and DPI). This will be used to initialise the corresponding
> connector type.
>
> Update all panel drivers accordingly. The panel-simple driver only
> specifies the type for the known to be LVDS panels, while all other
> panels are left as unknown and will be converted on a case-by-case
> basis as they all need to be carefully reviewed.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> Reviewed-by: Boris Brezillon <boris.brezillon at collabora.com>
> ---
> Changes since v2:

Checked the panels I've worked on and they all seem correct
so:
Reviewed-by: Linus Walleij <linus.walleij at linaro.org>

Yours,
Linus Walleij


More information about the dri-devel mailing list