From: boris.brezillon@bootlin.com (Boris Brezillon)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND PATCH v5 0/3] drm/atmel-hlcdc: bus-width override support
Date: Fri, 3 Aug 2018 09:30:05 +0200 [thread overview]
Message-ID: <20180803093005.60eec28e@bbrezillon> (raw)
In-Reply-To: <20180803072308.14962-1-peda@axentia.se>
On Fri, 3 Aug 2018 09:23:05 +0200
Peter Rosin <peda@axentia.se> wrote:
> Hi!
>
> This is perhaps not a true resend in that these three patches were
> originally in a larger series [1], and the series have been rebased
> to v4.18-rc6. However, I did ask that these three patches should be
> considered separately. The other patches in the original series have
> been adopted and reworked by Russell King [2].
Oops, completely forgot to apply those 3 patches. If there's no
objection I'll queue them to drm-misc-next.
Regards,
Boris
>
> The background for these patches is that our PCB interface between
> the SAMA5D3 and the ds90c185 lvds encoder is only using 16 bits, and
> this has to be described somewhere, or the atmel-hlcdc driver have no
> chance of selecting the correct output mode. Since we have similar
> problems with a tda19988 HDMI encoder I added patches to override
> the atmel-hlcdc output format via DT properties compatible with the
> media video-interface binding and things start to play together.
> I of course need my old patches or the new ones from Russell to
> actually use the HDMI encoder with the SAMA5D3, but that is not
> directly related to this (shortened) series.
>
> Cheers,
> Peter
>
> [1] https://lkml.org/lkml/2018/5/23/273
> [2] https://www.spinics.net/lists/arm-kernel/msg669238.html
>
> Peter Rosin (3):
> dt-bindings: display: bridge: lvds-transmitter: add ti,ds90c185
> dt-bindings: display: atmel: optional video-interface of endpoints
> drm/atmel-hlcdc: support bus-width (12/16/18/24) in endpoint nodes
>
> .../devicetree/bindings/display/atmel/hlcdc-dc.txt | 26 ++++++++
> .../bindings/display/bridge/lvds-transmitter.txt | 8 ++-
> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 70 +++++++++++++++-------
> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h | 1 +
> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c | 67 ++++++++++++++++++---
> 5 files changed, 144 insertions(+), 28 deletions(-)
>
WARNING: multiple messages have this Message-ID (diff)
From: Boris Brezillon <boris.brezillon@bootlin.com>
To: Peter Rosin <peda@axentia.se>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
David Airlie <airlied@linux.ie>, Jyri Sarha <jsarha@ti.com>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Nicolas Ferre <nicolas.ferre@microchip.com>,
Rob Herring <robh+dt@kernel.org>,
Jacopo Mondi <jacopo+renesas@jmondi.org>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Russell King - ARM Linux <linux@armlinux.org.uk>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [RESEND PATCH v5 0/3] drm/atmel-hlcdc: bus-width override support
Date: Fri, 3 Aug 2018 09:30:05 +0200 [thread overview]
Message-ID: <20180803093005.60eec28e@bbrezillon> (raw)
In-Reply-To: <20180803072308.14962-1-peda@axentia.se>
On Fri, 3 Aug 2018 09:23:05 +0200
Peter Rosin <peda@axentia.se> wrote:
> Hi!
>
> This is perhaps not a true resend in that these three patches were
> originally in a larger series [1], and the series have been rebased
> to v4.18-rc6. However, I did ask that these three patches should be
> considered separately. The other patches in the original series have
> been adopted and reworked by Russell King [2].
Oops, completely forgot to apply those 3 patches. If there's no
objection I'll queue them to drm-misc-next.
Regards,
Boris
>
> The background for these patches is that our PCB interface between
> the SAMA5D3 and the ds90c185 lvds encoder is only using 16 bits, and
> this has to be described somewhere, or the atmel-hlcdc driver have no
> chance of selecting the correct output mode. Since we have similar
> problems with a tda19988 HDMI encoder I added patches to override
> the atmel-hlcdc output format via DT properties compatible with the
> media video-interface binding and things start to play together.
> I of course need my old patches or the new ones from Russell to
> actually use the HDMI encoder with the SAMA5D3, but that is not
> directly related to this (shortened) series.
>
> Cheers,
> Peter
>
> [1] https://lkml.org/lkml/2018/5/23/273
> [2] https://www.spinics.net/lists/arm-kernel/msg669238.html
>
> Peter Rosin (3):
> dt-bindings: display: bridge: lvds-transmitter: add ti,ds90c185
> dt-bindings: display: atmel: optional video-interface of endpoints
> drm/atmel-hlcdc: support bus-width (12/16/18/24) in endpoint nodes
>
> .../devicetree/bindings/display/atmel/hlcdc-dc.txt | 26 ++++++++
> .../bindings/display/bridge/lvds-transmitter.txt | 8 ++-
> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 70 +++++++++++++++-------
> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h | 1 +
> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c | 67 ++++++++++++++++++---
> 5 files changed, 144 insertions(+), 28 deletions(-)
>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Boris Brezillon <boris.brezillon@bootlin.com>
To: Peter Rosin <peda@axentia.se>
Cc: linux-kernel@vger.kernel.org, David Airlie <airlied@linux.ie>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, Jyri Sarha <jsarha@ti.com>,
Daniel Vetter <daniel@ffwll.ch>,
Andrzej Hajda <a.hajda@samsung.com>,
Russell King - ARM Linux <linux@armlinux.org.uk>,
Jacopo Mondi <jacopo+renesas@jmondi.org>
Subject: Re: [RESEND PATCH v5 0/3] drm/atmel-hlcdc: bus-width override support
Date: Fri, 3 Aug 2018 09:30:05 +0200 [thread overview]
Message-ID: <20180803093005.60eec28e@bbrezillon> (raw)
In-Reply-To: <20180803072308.14962-1-peda@axentia.se>
On Fri, 3 Aug 2018 09:23:05 +0200
Peter Rosin <peda@axentia.se> wrote:
> Hi!
>
> This is perhaps not a true resend in that these three patches were
> originally in a larger series [1], and the series have been rebased
> to v4.18-rc6. However, I did ask that these three patches should be
> considered separately. The other patches in the original series have
> been adopted and reworked by Russell King [2].
Oops, completely forgot to apply those 3 patches. If there's no
objection I'll queue them to drm-misc-next.
Regards,
Boris
>
> The background for these patches is that our PCB interface between
> the SAMA5D3 and the ds90c185 lvds encoder is only using 16 bits, and
> this has to be described somewhere, or the atmel-hlcdc driver have no
> chance of selecting the correct output mode. Since we have similar
> problems with a tda19988 HDMI encoder I added patches to override
> the atmel-hlcdc output format via DT properties compatible with the
> media video-interface binding and things start to play together.
> I of course need my old patches or the new ones from Russell to
> actually use the HDMI encoder with the SAMA5D3, but that is not
> directly related to this (shortened) series.
>
> Cheers,
> Peter
>
> [1] https://lkml.org/lkml/2018/5/23/273
> [2] https://www.spinics.net/lists/arm-kernel/msg669238.html
>
> Peter Rosin (3):
> dt-bindings: display: bridge: lvds-transmitter: add ti,ds90c185
> dt-bindings: display: atmel: optional video-interface of endpoints
> drm/atmel-hlcdc: support bus-width (12/16/18/24) in endpoint nodes
>
> .../devicetree/bindings/display/atmel/hlcdc-dc.txt | 26 ++++++++
> .../bindings/display/bridge/lvds-transmitter.txt | 8 ++-
> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 70 +++++++++++++++-------
> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h | 1 +
> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c | 67 ++++++++++++++++++---
> 5 files changed, 144 insertions(+), 28 deletions(-)
>
next prev parent reply other threads:[~2018-08-03 7:30 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-03 7:23 [RESEND PATCH v5 0/3] drm/atmel-hlcdc: bus-width override support Peter Rosin
2018-08-03 7:23 ` Peter Rosin
2018-08-03 7:23 ` [RESEND PATCH v5 1/3] dt-bindings: display: bridge: lvds-transmitter: add ti, ds90c185 Peter Rosin
2018-08-03 7:23 ` [RESEND PATCH v5 1/3] dt-bindings: display: bridge: lvds-transmitter: add ti,ds90c185 Peter Rosin
2018-08-03 7:23 ` [RESEND PATCH v5 2/3] dt-bindings: display: atmel: optional video-interface of endpoints Peter Rosin
2018-08-03 7:23 ` Peter Rosin
2018-08-03 8:11 ` jacopo mondi
2018-08-03 8:11 ` jacopo mondi
2018-08-03 8:40 ` Peter Rosin
2018-08-03 8:40 ` Peter Rosin
2018-08-03 8:51 ` jacopo mondi
2018-08-03 8:51 ` jacopo mondi
2018-08-03 8:51 ` jacopo mondi
2018-08-16 12:52 ` Peter Rosin
2018-08-16 12:52 ` Peter Rosin
2018-08-16 19:46 ` jacopo mondi
2018-08-16 19:46 ` jacopo mondi
2018-08-03 8:55 ` Laurent Pinchart
2018-08-03 8:55 ` Laurent Pinchart
2018-08-03 8:55 ` Laurent Pinchart
2018-08-03 7:23 ` [RESEND PATCH v5 3/3] drm/atmel-hlcdc: support bus-width (12/16/18/24) in endpoint nodes Peter Rosin
2018-08-03 7:23 ` Peter Rosin
2018-08-03 8:17 ` jacopo mondi
2018-08-03 8:17 ` jacopo mondi
2018-08-03 8:17 ` jacopo mondi
2018-08-03 8:25 ` Peter Rosin
2018-08-03 8:25 ` Peter Rosin
2018-08-03 8:25 ` Peter Rosin
2018-08-03 7:30 ` Boris Brezillon [this message]
2018-08-03 7:30 ` [RESEND PATCH v5 0/3] drm/atmel-hlcdc: bus-width override support Boris Brezillon
2018-08-03 7:30 ` Boris Brezillon
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=20180803093005.60eec28e@bbrezillon \
--to=boris.brezillon@bootlin.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.