All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] MT8173 HDMI 4K support
@ 2016-07-27  8:31 ` Bibby Hsieh
  0 siblings, 0 replies; 33+ messages in thread
From: Bibby Hsieh @ 2016-07-27  8:31 UTC (permalink / raw)
  To: David Airlie, Matthias Brugger, Daniel Vetter, dri-devel, linux-mediatek
  Cc: Yingjoe Chen, Cawa Cheng, Daniel Kurtz, Bibby Hsieh,
	Philipp Zabel, YT Shen, Thierry Reding, CK Hu, Mao Huang,
	linux-arm-kernel, linux-kernel, Sascha Hauer

This is MT8173 HDMI 4K support PATCH v2, based on 4.7-rc1.

In order to support HDMI 4K on MT8173,
we have to make some modifications.
1) Make sure that mtk_hdmi_send_infoframe is sent successfully.
2) Enhance the HDMI driving current to improve performance.
3) Make sure that pixel clock is 297MHz when resolution is 4K.

Changes since v1:
 - According to the suggestion from philipp, We use the new
   dpi0_sel rate set method.
 - calls clk_set_rate to set the dpi0_sel according to the
   pixel clock.
 - Remove the direct access to all the intermediate clock part.
 - Remove the intermediate tvdpll_d* clocks in dts.
 - According to suggestion from CK, we rename the clock parse
   function and remove it from mtk_dpi_conf struct.
 - Merges the hdmi Pll set rate for pixel clock greater than
   165MHz and smaller parts.

The PATCH depends on the following patch:
https://patchwork.kernel.org/patch/9249445/ (arm64: dts: mt8173: add mmsel clocks for 4K support)

Thank you.
Bibby Hsieh

Junzhi Zhao (3):
  drm/mediatek: do mtk_hdmi_send_infoframe after HDMI clock enable
  drm/mediatek: enhance the HDMI driving current
  drm/mediatek: fix the wrong pixel clock when resolution is 4K

 drivers/gpu/drm/mediatek/mtk_dpi.c             |  149 +++++++++++++++---------
 drivers/gpu/drm/mediatek/mtk_hdmi.c            |   19 +--
 drivers/gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c |   42 +++++--
 3 files changed, 138 insertions(+), 72 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2016-07-29 14:45 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-27  8:31 [PATCH v2 0/3] MT8173 HDMI 4K support Bibby Hsieh
2016-07-27  8:31 ` Bibby Hsieh
2016-07-27  8:31 ` Bibby Hsieh
2016-07-27  8:31 ` [PATCH v2 1/3] drm/mediatek: do mtk_hdmi_send_infoframe after HDMI clock enable Bibby Hsieh
2016-07-27  8:31   ` Bibby Hsieh
2016-07-27  8:31   ` Bibby Hsieh
2016-07-27  9:27   ` Philipp Zabel
2016-07-27  9:27     ` Philipp Zabel
2016-07-27  9:27     ` Philipp Zabel
2016-07-28  3:34     ` Bibby Hsieh
2016-07-28  3:34       ` Bibby Hsieh
2016-07-28  3:34       ` Bibby Hsieh
2016-07-27  8:31 ` [PATCH v2 2/3] drm/mediatek: enhance the HDMI driving current Bibby Hsieh
2016-07-27  8:31   ` Bibby Hsieh
2016-07-27  8:31   ` Bibby Hsieh
2016-07-27  9:25   ` Philipp Zabel
2016-07-27  9:25     ` Philipp Zabel
2016-07-27  9:25     ` Philipp Zabel
2016-07-28  3:35     ` Bibby Hsieh
2016-07-28  3:35       ` Bibby Hsieh
2016-07-28  3:35       ` Bibby Hsieh
2016-07-27  8:31 ` [PATCH v2 3/3] drm/mediatek: fix the wrong pixel clock when resolution is 4K Bibby Hsieh
2016-07-27  8:31   ` Bibby Hsieh
2016-07-27  8:31   ` Bibby Hsieh
2016-07-27  9:23   ` Philipp Zabel
2016-07-27  9:23     ` Philipp Zabel
2016-07-27  9:23     ` Philipp Zabel
2016-07-28  3:38     ` Bibby Hsieh
2016-07-28  3:38       ` Bibby Hsieh
2016-07-28  3:38       ` Bibby Hsieh
2016-07-29 14:45   ` Thierry Reding
2016-07-29 14:45     ` Thierry Reding
2016-07-29 14:45     ` Thierry Reding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.