From mboxrd@z Thu Jan 1 00:00:00 1970 From: Archit Taneja Subject: [PATCH 0/3] drm/msm/hdmi: Some HDMI fixes for 8x96 Date: Fri, 16 Jun 2017 10:39:33 +0530 Message-ID: <20170616050936.1280-1-architt@codeaurora.org> Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:50136 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750891AbdFPFJm (ORCPT ); Fri, 16 Jun 2017 01:09:42 -0400 Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: robdclark@gmail.com Cc: dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org, Archit Taneja Some fixes that makes HDMI more stable on 8x96: - Make PLL switch to different freqs successfully (when switching between modes). - Add AVI infoframes to reemove the pink strips seen on some monitors. - Update some of the HDMI timing bitfields so that they can take in values > 4K. The display bindings for 8x96 aren't in yet, so it's okay to have these for 4.13. Archit Taneja (3): drm/msm/hdmi: 8996 PLL: Populate unprepare drm/msm/hdmi: Updated generated headers drm/msm/hdmi: Fix HDMI pink strip issue seen on 8x96 drivers/gpu/drm/msm/hdmi/hdmi.xml.h | 59 +++++++++++++++++---------- drivers/gpu/drm/msm/hdmi/hdmi_bridge.c | 70 ++++++++++++++++++++++++++++++-- drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c | 5 +++ 3 files changed, 110 insertions(+), 24 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation