From: Damien Lespiau Date: Thu, 13 Dec 2012 16:08:59 +0000 (+0000) Subject: drm/i915: Cleanup SHOTPLUG_CTL status bits definitions X-Git-Tag: v3.9-rc1~83^2~40^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b696519e51910943f084ea0fc8bdceceae8383ef;p=pandora-kernel.git drm/i915: Cleanup SHOTPLUG_CTL status bits definitions Those status bits don't follow the usual pattern: _MASK (those bits are write 1 to clear, useful to select the value we want to read) and the values shifted by the same amount. Cleaned that that up when poking at the register for testing purposes, might as well upstream that cleanup. Reviewed-by: Jani Nikula Signed-off-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed