On Mon, Jul 15, 2024 at 02:21:17PM GMT, Marc Gonzalez wrote: > From: Arnaud Vrac <avrac@xxxxxxxxxx> > > Add support for the HDMI PHY as present on the Qualcomm MSM8998 SoC. > This code is mostly copy & paste of the vendor code from msm-4.4 > kernel.lnx.4.4.r38-rel. > > Signed-off-by: Arnaud Vrac <avrac@xxxxxxxxxx> > Signed-off-by: Marc Gonzalez <mgonzalez@xxxxxxxxxx> > --- > drivers/gpu/drm/msm/Makefile | 1 + > drivers/gpu/drm/msm/hdmi/hdmi.h | 8 + > drivers/gpu/drm/msm/hdmi/hdmi_phy.c | 5 + > drivers/gpu/drm/msm/hdmi/hdmi_phy_8998.c | 779 +++++++++++++++++++++++++ > drivers/gpu/drm/msm/registers/display/hdmi.xml | 89 +++ > 5 files changed, 882 insertions(+) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> -- With best wishes Dmitry