Thread (32 messages) 32 messages, 5 authors, 2023-01-03

Re: [PATCH v3 04/12] drm/mediatek: extract common functions from the mtk hdmi driver

From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Date: 2022-11-07 11:10:40
Also in: dri-devel, linux-devicetree, linux-mediatek, linux-phy, lkml

Il 04/11/22 15:09, Guillaume Ranquet ha scritto:
Create a common "framework" that can be used to add support for
different hdmi IPs within the mediatek range of products.

Signed-off-by: Guillaume Ranquet <redacted>
---
  drivers/gpu/drm/mediatek/Makefile          |   3 +-
  drivers/gpu/drm/mediatek/mtk_hdmi.c        | 620 ++---------------------------
  drivers/gpu/drm/mediatek/mtk_hdmi.h        |  16 +
  drivers/gpu/drm/mediatek/mtk_hdmi_common.c | 433 ++++++++++++++++++++
  drivers/gpu/drm/mediatek/mtk_hdmi_common.h | 221 ++++++++++
  5 files changed, 704 insertions(+), 589 deletions(-)
..snip..
quoted hunk ↗ jump to hunk
diff --git a/drivers/gpu/drm/mediatek/mtk_hdmi_common.c b/drivers/gpu/drm/mediatek/mtk_hdmi_common.c
new file mode 100644
index 000000000000..3f08d37b1af0
--- /dev/null
+++ b/drivers/gpu/drm/mediatek/mtk_hdmi_common.c
..snip..
+
+int mtk_hdmi_setup_avi_infoframe(struct mtk_hdmi *hdmi, u8 *buffer, size_t bufsz,
+				 struct drm_display_mode *mode)
warning: no previous prototype for ‘mtk_hdmi_setup_avi_infoframe’ 
[-Wmissing-prototypes]

Please fix.

Thanks,
Angelo

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help