commit | fdf1250aaae12625ee2abaf2ef22def0a4cdf71b | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Fri May 04 17:18:24 2012 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue May 08 14:23:34 2012 +0200 |
tree | 733ff97b4760f27e8e3be39f91058578c0c5c582 | |
parent | d47d7cb824ce54af33110a02164e9471a8a9c560 [diff] |
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>