drm/i915: Remove '& 0xffff' from the mask given to WA_REG()
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 8 Dec 2014 17:35:38 +0000 (17:35 +0000)
committerJani Nikula <jani.nikula@intel.com>
Wed, 10 Dec 2014 14:39:24 +0000 (16:39 +0200)
commit26459343e0fac1ea4cb5192c490e3e519eed74dd
tree9d9b57bebdda651662841a4d9bd25bf2cb35a6b6
parentcf4b0de6a3f6e1814c45206a8b175d09b265bb16
drm/i915: Remove '& 0xffff' from the mask given to WA_REG()

We may be hidding bugs by doing that, so let remove it and have the
actual mask value shine through, for better or worse.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_ringbuffer.c