]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: add new Haswell DIP controls registers
authorEugeni Dodonov <eugeni.dodonov@intel.com>
Thu, 10 May 2012 13:18:02 +0000 (10:18 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 19 May 2012 20:39:43 +0000 (22:39 +0200)
commit472d6d976cf68e1ae176e057c9b66840573b251e
tree2dd13b2400916a373ad2636c39c0ba18974810f6
parent1472cf59bee0aebc22d7ddb0a8bd8e31f3f1e71d
drm/i915: add new Haswell DIP controls registers

Haswell has different DIP control registers and offsets which we need to
use for infoframes, which this patch adds.

Note that this does not adds full DIP frames support, but only the basic
functionality necessary for HDMI to work in early enablement.

v2: replace infoframe handling with a debug message, proper support will
be added via a patch from Paulo Zanoni later.

Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Reviewed-by: Paulo Zanoni <przanoni@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_hdmi.c