From: Ben Widawsky Date: Fri, 13 Sep 2013 05:28:28 +0000 (-0700) Subject: drm/i915: Round l3 parity reads down X-Git-Tag: v3.13-rc1~76^2~114^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c3dcd1cf66d078bc273275c754000ba0d397ac0;p=pandora-kernel.git drm/i915: Round l3 parity reads down We always read a register for l3 parity reads, and we don't really want to ever let userspace trick us into giving back less than the dword. Writes are okay because we assume everything will be 0 filled, and as such, if a user really wants to write less than a dword, let them. Signed-off-by: Ben Widawsky Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed