Re: [PATCH v6 4/6] drm: bridge: add support for Cadence MHDP DPI/DP bridge

2018-11-05 Thread Andrzej Hajda
On 08.10.2018 23:42, Damian Kos wrote: > From: Quentin Schulz > > This adds basic support for Cadence MHDP DPI to DP bridge. > > Basically, it takes a DPI stream as input and output it encoded in DP > format. It's missing proper HPD, HDCP and currently supports only > SST mode. > > Changes made in

[PATCH v6 4/6] drm: bridge: add support for Cadence MHDP DPI/DP bridge

2018-10-09 Thread Damian Kos
From: Quentin Schulz This adds basic support for Cadence MHDP DPI to DP bridge. Basically, it takes a DPI stream as input and output it encoded in DP format. It's missing proper HPD, HDCP and currently supports only SST mode. Changes made in the low level driver (cdn-dp-reg.*): - moved it to fr