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)
commitfdf1250aaae12625ee2abaf2ef22def0a4cdf71b
tree733ff97b4760f27e8e3be39f91058578c0c5c582
parentd47d7cb824ce54af33110a02164e9471a8a9c560
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