Re: [PATCH v5 10/12] drm/sun4i: Implement A83T HDMI driver
From: Philippe Ombredanne <hidden>
Date: 2018-02-14 21:42:45
Also in:
dri-devel, linux-arm-kernel, linux-clk, lkml
From: Philippe Ombredanne <hidden>
Date: 2018-02-14 21:42:45
Also in:
dri-devel, linux-arm-kernel, linux-clk, lkml
On Wed, Feb 14, 2018 at 9:09 PM, Jernej Skrabec [off-list ref] wrote:
A83T has DW HDMI IP block with a custom PHY similar to Synopsys gen2 HDMI PHY. Only video output was tested, while HW also supports audio and CEC. Support for them will be added later. Signed-off-by: Jernej Skrabec <redacted>
...
--- /dev/null +++ b/drivers/gpu/drm/sun4i/sun8i_dw_hdmi.h@@ -0,0 +1,44 @@ +// SPDX-License-Identifier: GPL-2.0+
This should be /* SPDX-License-Identifier: GPL-2.0+ /* in a .h per [1] [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/license-rules.rst -- Cordially Philippe Ombredanne