linux_dsm_epyc7002/drivers/gpu/drm/panel
Eric Anholt 2f733d6194 drm/panel: Add support for the Raspberry Pi 7" Touchscreen.
This driver communicates with the Atmel microcontroller for sequencing
the poweron of the TC358762 DSI-DPI bridge and controlling the
backlight PWM.

v2: Set the same default orientation as the closed source firmware
    used, which is the best for viewing angle.
v3: Rewrite as an i2c client driver after bridge driver rejection.
v4: Finish probe without the DSI host, using the new delayed
    registration, and attach to the host during mipi_dsi_driver probe.
v5: Rework to drop the "probe without DSI host" mode again, now that
    vc4 will create the host early on.
v6: Drop unused brightness #define (noticed by Thierry)

Signed-off-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20170927193654.12609-4-eric@anholt.net
Reviewed-by: Archit Taneja <architt@codeaurora.org>
Acked-by: Thierry Reding <treding@nvidia.com>
2017-10-06 12:10:16 -07:00
..
Kconfig drm/panel: Add support for the Raspberry Pi 7" Touchscreen. 2017-10-06 12:10:16 -07:00
Makefile drm/panel: Add support for the Raspberry Pi 7" Touchscreen. 2017-10-06 12:10:16 -07:00
panel-innolux-p079zca.c
panel-jdi-lt070me05000.c
panel-lg-lg4573.c
panel-lvds.c
panel-orisetech-otm8009a.c drm/panel: Add support for OTM8009A panel driver 2017-08-18 17:10:44 +02:00
panel-panasonic-vvx10f034n00.c
panel-raspberrypi-touchscreen.c drm/panel: Add support for the Raspberry Pi 7" Touchscreen. 2017-10-06 12:10:16 -07:00
panel-samsung-ld9040.c
panel-samsung-s6e3ha2.c
panel-samsung-s6e8aa0.c
panel-samsung-s6e63j0x03.c
panel-seiko-43wvf1g.c drm/panel: Add driver for Seiko 43WVF1G panel 2017-08-18 17:10:45 +02:00
panel-sharp-lq101r1sx01.c
panel-sharp-ls043t1le01.c
panel-simple.c drm/panel: simple: Remove unneeded gpiod NULL check 2017-08-18 17:10:45 +02:00
panel-sitronix-st7789v.c