[PULL] 4k enabling

Damien Lespiau damien.lespiau at intel.com
Wed Jan 8 05:49:55 PST 2014


Hi Keith,

This series enables 4k HDMI monitors by making X not prune those modes. To do
so, we parse the max TMDS frequency field in the HDMI CEA vendor data block and
check the mode dot clock against it.

Our QA tested it and the ChromeOS guys have merged it in their tree
already and confirmed it does the trick for them. Chris also gave his
r-b tag.

The following changes since commit 2ea973e12f5d954211e1d10085a4c74581b43aca:

  Bump version to 1.15.0 (2013-12-27 09:50:55 -0800)

are available in the git repository at:

  https://github.com/dlespiau/xserver.git 20131216-4k

for you to fetch changes up to d6c8d7509727060b8e2358b9ed1c0e17b2ec3401:

  xfree86: Use the TMDS maximum frequency to prune modes (2014-01-07 17:24:57 +0000)

----------------------------------------------------------------
Damien Lespiau (3):
      xfree86: Add a xf86MonitorFindHDMIBlock()
      xfree86: Refactor xf86MonitorIsHDMI() using xf86MonitorFindHDMIBlock()
      xfree86: Use the TMDS maximum frequency to prune modes

 hw/xfree86/ddc/interpret_edid.c | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
 hw/xfree86/ddc/xf86DDC.h        |   2 ++
 hw/xfree86/modes/xf86Crtc.c     |  11 +++++++



More information about the xorg-devel mailing list