All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/4] drm/mipi-dbi: Support panel drivers
@ 2019-07-29 19:55 Noralf Trønnes
  2019-07-29 19:55 ` [RFC 1/4] drm/panel: Add Ilitek ILI9341 parallel RGB panel driver Noralf Trønnes
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Noralf Trønnes @ 2019-07-29 19:55 UTC (permalink / raw)
  To: dri-devel; +Cc: daniel.vetter, josef, thierry.reding, laurent.pinchart, sam

Inspired by the thread[1] following the submission of a new ili9341
panel driver[2], I set out to see if I could support panel drivers in
drm_mipi_dbi.

I have included the original driver, done some prep work on it, added
panel support to drm_mipi_dbi and converted mi0283qt to this new panel
driver.

The big question is whether or not panel drivers should be allowed to
turn themselves into full fledged DRM drivers.

Noralf.

[1]
https://lists.freedesktop.org/archives/dri-devel/2019-July/228193.html
[2] https://patchwork.freedesktop.org/patch/316528/

Josef Lusticky (1):
  drm/panel: Add Ilitek ILI9341 parallel RGB panel driver

Noralf Trønnes (3):
  drm/panel/ili9341: Rebase and some more
  drm/mipi-dbi: Support command mode panel drivers
  drm/panel/ili9341: Support mi0283qt

 MAINTAINERS                                  |   6 +
 drivers/gpu/drm/drm_mipi_dbi.c               | 110 +++++
 drivers/gpu/drm/panel/Kconfig                |   9 +
 drivers/gpu/drm/panel/Makefile               |   1 +
 drivers/gpu/drm/panel/panel-ilitek-ili9341.c | 452 +++++++++++++++++++
 include/drm/drm_mipi_dbi.h                   |   8 +
 6 files changed, 586 insertions(+)
 create mode 100644 drivers/gpu/drm/panel/panel-ilitek-ili9341.c

-- 
2.20.1

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2019-07-31 13:35 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-29 19:55 [RFC 0/4] drm/mipi-dbi: Support panel drivers Noralf Trønnes
2019-07-29 19:55 ` [RFC 1/4] drm/panel: Add Ilitek ILI9341 parallel RGB panel driver Noralf Trønnes
2019-07-29 19:55 ` [RFC 2/4] drm/panel/ili9341: Rebase and some more Noralf Trønnes
2019-07-30  6:45   ` Josef Luštický
2019-07-29 19:55 ` [RFC 3/4] drm/mipi-dbi: Support command mode panel drivers Noralf Trønnes
2019-07-29 19:55 ` [RFC 4/4] drm/panel/ili9341: Support mi0283qt Noralf Trønnes
2019-07-30  8:34   ` Josef Luštický
2019-07-30 14:18     ` Noralf Trønnes
2019-07-30 14:30   ` Noralf Trønnes
2019-07-30 15:22     ` Daniel Vetter
2019-07-30 17:04       ` Noralf Trønnes
2019-07-30 17:12       ` Emil Velikov
2019-07-30 17:33         ` Noralf Trønnes
2019-07-31  8:23           ` Daniel Vetter
2019-07-31 13:35           ` Emil Velikov
2019-07-30  6:40 ` [RFC 0/4] drm/mipi-dbi: Support panel drivers Josef Luštický
2019-07-30 14:08   ` Noralf Trønnes
2019-07-30 14:27     ` Josef Luštický
2019-07-30 14:51       ` Noralf Trønnes

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.