From: Paulo Zanoni Date: Fri, 4 May 2012 20:18:24 +0000 (-0300) Subject: drm/i915: split ironlake_write_infoframe into ibx_ and cpt_ X-Git-Tag: v3.5-rc1~100^2~25^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdf1250aaae12625ee2abaf2ef22def0a4cdf71b;p=pandora-kernel.git 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 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed