Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1560563
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC/RFT PATCH 0/4] drm/bridge: dw-hdmi: Add support for Custom PHYs |
| Date | 2017-01-17 13:40 +0100 |
| Message-ID | <t0Bdn-768-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The Amlogic GX SoCs implements a Synopsys DesignWare HDMI TX Controller
in combination with a very custom PHY.
Thanks to Laurent Pinchart's changes, the HW report the following :
Detected HDMI TX controller v2.01a with HDCP (Vendor PHY)
The following differs from common PHY integration as managed in the current
driver :
- Amlogic PHY is not configured through the internal I2C link
- Amlogic PHY do not use the ENTMDS, SVSRET, PDDQ, ... signals from the controller
- Amlogic PHY do not export HPD ands RxSense signals to the controller
And finally, concerning the controller integration :
- the Controller registers are not flat memory-mapped, and uses an
addr+read/write register pair to write all registers.
- Inputs only YUV444 pixel data
This is why the following patchset implements :
- Conversion to regmap for register access
- Add more callbacks ops to handle Custom PHYs
- Configure the Input format from the plat_data
- Fixes a bug that considers the input to be always RBG and sends bad pixel
format to a DVI sink by disabling CSC
This patchset makes the Amlogix GX SoCs HDMI output successfully work, but I
do not have access to Renesas, i.MX or RockChip SoCs to test against
potentiel regressions, like the regmap conversion.
This patchset is based on the latest Laurent Pinchart dw-hdmi serie at [1].
[1] http://lkml.kernel.org/r/20170117082910.27023-1-laurent.pinchart+renesas@ideasonboard.com
Neil Armstrong (4):
drm/bridge: dw-hdmi: Switch to regmap for register access
drm/bridge: dw-hdmi: Add support for custom PHY handling
drm/bridge: dw-hdmi: Enable CSC even for DVI
drm/bridge: dw-hdmi: Take input format from plat_data
drivers/gpu/drm/bridge/dw-hdmi.c | 194 +++++++++++++++++++++++++--------------
include/drm/bridge/dw_hdmi.h | 18 ++++
2 files changed, 143 insertions(+), 69 deletions(-)
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RFC/RFT PATCH 0/4] drm/bridge: dw-hdmi: Add support for Custom PHYs Neil Armstrong <narmstrong@baylibre.com> - 2017-01-17 13:40 +0100
[RFC/RFT PATCH 3/4] drm/bridge: dw-hdmi: Enable CSC even for DVI Neil Armstrong <narmstrong@baylibre.com> - 2017-01-17 13:40 +0100
Re: [RFC/RFT PATCH 3/4] drm/bridge: dw-hdmi: Enable CSC even for DVI Laurent Pinchart <laurent.pinchart@ideasonboard.com> - 2017-01-17 15:50 +0100
Re: [RFC/RFT PATCH 3/4] drm/bridge: dw-hdmi: Enable CSC even for DVI Jose Abreu <Jose.Abreu@synopsys.com> - 2017-01-18 11:40 +0100
Re: [RFC/RFT PATCH 3/4] drm/bridge: dw-hdmi: Enable CSC even for DVI Neil Armstrong <narmstrong@baylibre.com> - 2017-01-18 12:30 +0100
[RFC/RFT PATCH 4/4] drm/bridge: dw-hdmi: Take input format from plat_data Neil Armstrong <narmstrong@baylibre.com> - 2017-01-17 13:40 +0100
Re: [RFC/RFT PATCH 4/4] drm/bridge: dw-hdmi: Take input format from plat_data Laurent Pinchart <laurent.pinchart@ideasonboard.com> - 2017-01-17 16:00 +0100
Re: [RFC/RFT PATCH 4/4] drm/bridge: dw-hdmi: Take input format from plat_data Jose Abreu <Jose.Abreu@synopsys.com> - 2017-01-18 11:40 +0100
Re: [RFC/RFT PATCH 4/4] drm/bridge: dw-hdmi: Take input format from plat_data Neil Armstrong <narmstrong@baylibre.com> - 2017-01-18 12:30 +0100
Re: [RFC/RFT PATCH 4/4] drm/bridge: dw-hdmi: Take input format from plat_data Laurent Pinchart <laurent.pinchart@ideasonboard.com> - 2017-01-18 22:00 +0100
Re: [RFC/RFT PATCH 4/4] drm/bridge: dw-hdmi: Take input format from plat_data Jose Abreu <Jose.Abreu@synopsys.com> - 2017-01-19 16:30 +0100
Re: [RFC/RFT PATCH 4/4] drm/bridge: dw-hdmi: Take input format from plat_data Laurent Pinchart <laurent.pinchart@ideasonboard.com> - 2017-01-19 17:50 +0100
Re: [RFC/RFT PATCH 4/4] drm/bridge: dw-hdmi: Take input format from plat_data Hans Verkuil <hansverk@cisco.com> - 2017-01-19 18:00 +0100
csiph-web