]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: fix ILK+ infoframe support
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 22 Sep 2011 05:46:00 +0000 (11:16 +0530)
committerKeith Packard <keithp@keithp.com>
Fri, 21 Oct 2011 06:22:02 +0000 (23:22 -0700)
commit2f8fa3027c539f53f56f0ef86cfd24d7778fc6f6
tree4493ede40ed91d9e2835078f4d6397f65adcce68
parent94f304372c5101508b33b389c09ad6445304b044
drm/i915: fix ILK+ infoframe support

Misc fixes based on tests with an infoframe analyzer:
  - checksum *does* include header bytes
  - DIP enable & AVI infoframe are tied together in hw, so disable both
    and make sure AVI frames are enabled first
  - use every vsync flag for SPD frames to avoid reserved value in
    frequency field when enabling both AVI & SPD

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=40281.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: stable@kernel.org
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_hdmi.c