From: Daniel Vetter Date: Thu, 25 Apr 2013 20:52:18 +0000 (+0200) Subject: drm/i915: move border color writes to pfit_enable X-Git-Tag: v3.11-rc1~65^2~131^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a80c45c5297a025c2615624042ea8b6840a5376;p=pandora-kernel.git drm/i915: move border color writes to pfit_enable Writing hw registers from compute_config? Just say no! In this case not too horrible since we write a constant 0, and only debugging would put something else in there. But while checking that code I've noticed that this register disappeared on pch platforms, so fix that up, too. And adjust the comment a bit, it's outdated. Reviewed-by: Mika Kuoppala Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed