drm/i915: Mask reserved bits in display/sprite address registers
authorArmin Reese <armin.c.reese@intel.com>
Fri, 30 Mar 2012 23:20:16 +0000 (16:20 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 Apr 2012 15:54:51 +0000 (17:54 +0200)
The purpose of this patch is to avoid zeroing the lower 12 reserved bits
of surface base address registers (framebuffer & sprite).  There are bits
in that range that may occasionally be set by BIOS or by other components.

Signed-off-by: Armin Reese <armin.c.reese@intel.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found