Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1616151

Re: [PATCH v6.1 0/4] drm: bridge: dw-hdmi: Add support for Custom PHYs

Path csiph.com!1.us.feeder.erje.net!feeder.erje.net!2.eu.feeder.erje.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod
From Neil Armstrong <narmstrong@baylibre.com>
Newsgroups linux.kernel
Subject Re: [PATCH v6.1 0/4] drm: bridge: dw-hdmi: Add support for Custom PHYs
Date Tue, 04 Apr 2017 18:00:03 +0200
Message-ID <tsz2b-6Qd-29@gated-at.bofh.it> (permalink)
References <tsvUC-4Rz-11@gated-at.bofh.it>
X-Original-To dri-devel@lists.freedesktop.org, laurent.pinchart+renesas@ideasonboard.com, architt@codeaurora.org, mchehab@kernel.org
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=subject:to:references:cc:from:organization:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=PeeiI4GC9ll/h4LA7XdGe8MNcdLBxVuwpiFKDoRK6Ys=; b=Ww/e7TCbd2RZfGvPw8KViCqLm/jNTiaQswwL3HLGYUESRRDznzMPoFLAxQ9+E53yhY XrNzPsp92Ry/tb1XAEEj33HVCmsiMIVSiJD5BhyDpMWFW0RJt4R40POUrNsfkMQzw+7p 3tnZSCyYXOc5pzvv92AG4kFYIdSdOKmRgoeszGVxm8ss3hgvEJf/JxQojEH9fpGNskKP JEJAMILvEt7CNxN3PQjCW6jj9L+w3+FnZbrBAjDuP4b9Ul7pnqCnOxc2gQ6xnSRwjWfa JioHVGJstHWD4ROKgk9jHDLLwAvVuYR4eLGI4U2I/XWhK+ie9XplyaeQCQHy/AOYxbeC kvVA==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-transfer-encoding; bh=PeeiI4GC9ll/h4LA7XdGe8MNcdLBxVuwpiFKDoRK6Ys=; b=VbJd0yBeDg2sxaRAnvc5w3twyDL9blp8J4a9HG/OVzkNjwjDMqXln3C2cpHApN8SyR yQbG5nZmk9VEpedD3woNCDdbzTikUjj+dYlpk7NFLz7ocFwrn/n7JLUlmHyhZrCj4EaX hxUGqEbZG2+BenmOLvhY+Rfdlq6sbSWCNagzS8P8ZJm7xiozgbMXYf9MweYogfdkgI5G E0eiCMYYQDsQrmovUnP00/Th2eU+pgNqBkKUtLb9vPlGJWpoFlZ3BBXEZrA8nlNQnWrj TntrMtEOasOYmwvTD9udhq+h3SptJs9etVRxPteuk5VM5z/QU7HzENC/R0bNW4iGHRPg uHXw==
X-Gm-Message-State AFeK/H0RWCBmegW0FsOJng6s7UCTWuybg+VDPwiVT58v9N9i9ddCb9sbIainXvWDLQRV7V88
X-Received by 10.223.145.49 with SMTP id j46mr4403054wrj.2.1491321341678; Tue, 04 Apr 2017 08:55:41 -0700 (PDT)
Organization Baylibre
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0
MIME-Version 1.0
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding 7bit
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 100
X-Original-Cc Jose.Abreu@synopsys.com, kieran.bingham@ideasonboard.com, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-media@vger.kernel.org, hans.verkuil@cisco.com, sakari.ailus@linux.intel.com
X-Original-Date Tue, 4 Apr 2017 17:55:40 +0200
X-Original-Message-ID <2110eea1-00cd-250a-f13c-55981d3550cc@baylibre.com>
X-Original-References <1491309119-24220-1-git-send-email-narmstrong@baylibre.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1616151

Show key headers only | View raw


On 04/04/2017 02:31 PM, Neil Armstrong wrote:
> 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 (meson_dw_hdmi_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
> 
> Most of these uses case are implemented in Laurent Pinchart v5.1 patchset merged
> in drm-misc-next branch.
> 
> This is why the following patchset implements :
>  - Configure the Input format from the plat_data
>  - Add PHY callback to handle HPD and RxSense out of the dw-hdmi driver
> 
> To implement the input format handling, the Synopsys HDMIT TX Controller input
> V4L bus formats are used and missing formats + documentation are added.
> 
> This patchset makes the Amlogic GX SoCs HDMI output successfully work, and is
> also tested on the RK3288 ACT8846 EVB Board.
> 
> Changes since v6 at [8] :
>  - Dropped already merged media patches in topic/synopsys-media-formats-2017-04-03 tag
>  - Reword the patch "Switch to V4L bus format and encodings" commit message
>  - Fix typo in patch "Switch to V4L bus format and encodings"
>  - Add Laurent Pinchart reviewed/acked-by's
>  - Rebased on drm-misc-next at 9c4ad466d1dd
> 
> Changes since v5.1 at [7] :
>  - Rework of the 48bit tables in V4L bus formats documentation
>  - Add Archit reviewed-by's
> 
> Changes since v5 at [6] :
>  - Small addition in V4L YUV bus formats documentation
> 
> Changes since v4 at [5] :
>  - Rebased on drm-misc-next at bd283d2f66c2
>  - Fix 4:2:0 bus formats naming
>  - Renamed function fd_registered to i2c_init in dw-hdmi.c
> 
> Changes since v3 at [4] :
>  - Fix 4:2:0 bus formats naming
>  - Add separate 36bit and 48bit tables for bus formats documentation
>  - Added 4:2:0 bus config in hdmi_video_sample
>  - Moved dw_hdmi documentation in a "bridge" subdir
>  - Rebase on drm-misc-next at 62c58af32c93
> 
> Changes since v2 at [3] :
>  - Rebase on laurent patch "Extract PHY interrupt setup to a function"
>  - Reduce phy operations
>  - Switch the V4L bus formats and encodings instead of custom enum
> 
> Changes since v1 at [2] :
>  - Drop patches submitted by laurent
> 
> Changes since RFC at [1] :
>  - Regmap fixup for 4bytes register access, tested on RK3288 SoC
>  - Move phy callbacks to phy_ops and move Synopsys PHY calls into default ops
>  - Move HDMI link data into shared header
>  - Move Pixel Encoding enum to shared header
> 
> [1] http://lkml.kernel.org/r/1484656294-6140-1-git-send-email-narmstrong@baylibre.com
> [2] http://lkml.kernel.org/r/1485774318-21916-1-git-send-email-narmstrong@baylibre.com
> [3] http://lkml.kernel.org/r/1488468572-31971-1-git-send-email-narmstrong@baylibre.com
> [4] http://lkml.kernel.org/r/1488904944-14285-1-git-send-email-narmstrong@baylibre.com
> [5] http://lkml.kernel.org/r/1490109161-20529-1-git-send-email-narmstrong@baylibre.com
> [6] http://lkml.kernel.org/r/1490864675-17336-1-git-send-email-narmstrong@baylibre.com
> [7] http://lkml.kernel.org/r/1490970319-24981-1-git-send-email-narmstrong@baylibre.com
> [8] http://lkml.kernel.org/r/1491230558-10804-1-git-send-email-narmstrong@baylibre.com
> 
> Laurent Pinchart (1):
>   drm: bridge: dw-hdmi: Extract PHY interrupt setup to a function
> 
> Neil Armstrong (3):
>   drm: bridge: dw-hdmi: Switch to V4L bus format and encodings
>   drm: bridge: dw-hdmi: Add Documentation on supported input formats
>   drm: bridge: dw-hdmi: Move HPD handling to PHY operations
> 
>  Documentation/gpu/bridge/dw-hdmi.rst      |  15 +
>  Documentation/gpu/index.rst               |   1 +
>  drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 470 ++++++++++++++++++++----------
>  include/drm/bridge/dw_hdmi.h              |  68 +++++
>  4 files changed, 398 insertions(+), 156 deletions(-)
>  create mode 100644 Documentation/gpu/bridge/dw-hdmi.rst
> 

Applied to drm-misc-next

Thanks Daniel, Sean,
Neil

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v6.1 0/4] drm: bridge: dw-hdmi: Add support for Custom PHYs Neil Armstrong <narmstrong@baylibre.com> - 2017-04-04 14:40 +0200
  Re: [PATCH v6.1 0/4] drm: bridge: dw-hdmi: Add support for Custom  PHYs Neil Armstrong <narmstrong@baylibre.com> - 2017-04-04 18:00 +0200

csiph-web