All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jyri Sarha <jsarha@ti.com>
To: dri-devel@lists.freedesktop.org
Cc: airlied@linux.ie, Jyri Sarha <jsarha@ti.com>,
	tony@atomide.com, tomi.valkeinen@ti.com,
	thierry.reding@gmail.com
Subject: [PATCH 0/4] drm/tilcdc: Add DRM panel support and use it for am335x-evm
Date: Thu, 22 Feb 2018 19:07:41 +0200	[thread overview]
Message-ID: <cover.1519318304.git.jsarha@ti.com> (raw)

The first patch adds support for drm panels to tilcdc. The second is
just for convenience. The third adds support for am335x-evm's panel to
panel-simple driver. The third changes am335x-evm's dts file to use
panel-simple instead of tilcdc's bundled dpi-panel support.

After the review I will pick the tilcdc patches, but how about the
panel-simple, who will take it?

There is no hurry with the dts patch. We can even wait with it until the
next release, when everything certainly ready for it. The evm works just
fine with the old tilcdc bundled panel support and we probably have to
keep it around indefinately for backward compatibility.

Best regards,
Jyri

Jyri Sarha (4):
  drm/tilcdc: Add support for drm panels
  drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel"
  drm/panel: simple: Add TVC S9700RTWV43TR-01B 800x480 panel support
  ARM: dts: am335x-evm: Use drm simple-panel instead of tilcdc-panel

 arch/arm/boot/dts/am335x-evm.dts         | 44 +++++++++++++-------------------
 drivers/gpu/drm/panel/panel-simple.c     | 26 +++++++++++++++++++
 drivers/gpu/drm/tilcdc/Kconfig           |  2 ++
 drivers/gpu/drm/tilcdc/tilcdc_external.c | 29 ++++++++++++++-------
 drivers/gpu/drm/tilcdc/tilcdc_panel.c    |  2 +-
 5 files changed, 67 insertions(+), 36 deletions(-)

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2018-02-22 17:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-22 17:07 Jyri Sarha [this message]
2018-02-22 17:07 ` [PATCH 1/4] drm/tilcdc: Add support for drm panels Jyri Sarha
2018-02-22 17:07 ` [PATCH 2/4] drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel" Jyri Sarha
2018-02-22 17:07 ` [PATCH 3/4] drm/panel: simple: Add TVC S9700RTWV43TR-01B 800x480 panel support Jyri Sarha
2018-02-22 17:07 ` [PATCH 4/4] ARM: dts: am335x-evm: Use drm simple-panel instead of tilcdc-panel Jyri Sarha
2018-02-26  9:59 ` [PATCH 0/4] drm/tilcdc: Add DRM panel support and use it for am335x-evm Tomi Valkeinen
2018-03-05  8:46   ` Daniel Vetter
2018-03-05  9:29     ` Jyri Sarha
2018-03-05 12:12       ` Jyri Sarha
2018-03-06  7:49         ` Daniel Vetter

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=cover.1519318304.git.jsarha@ti.com \
    --to=jsarha@ti.com \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=thierry.reding@gmail.com \
    --cc=tomi.valkeinen@ti.com \
    --cc=tony@atomide.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.