]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: split ironlake_write_infoframe into ibx_ and cpt_
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 4 May 2012 20:18:24 +0000 (17:18 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 8 May 2012 12:23:34 +0000 (14:23 +0200)
commita852c3814078359b4c02f3963ec0c087226b586f
tree733ff97b4760f27e8e3be39f91058578c0c5c582
parente1bf1de65180d939afd7e375237de99facfa394b
drm/i915: split ironlake_write_infoframe into ibx_ and cpt_

The registers are on the PCH, so use the PCH name instead of the CPU
name. Also, the way this function is implemented is really only for
CPT and PPT. For now, both functions have the same implementations:
the next patch will fix ibx_write_infoframe.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_hdmi.c