]> Pileus Git - ~andy/linux/commit
drm/i915: Convert straggling MCHBAR registers
authorBen Widawsky <benjamin.widawsky@intel.com>
Wed, 23 Oct 2013 05:05:09 +0000 (22:05 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 27 Oct 2013 13:39:14 +0000 (14:39 +0100)
commit153b4b9547965729120d427485e414855399acac
treeb244c751e4f30fcb1f34f2e1a23b49112afe49d0
parentd538bbdfde34028b5c5b0ba92b3c2096c5afb82c
drm/i915: Convert straggling MCHBAR registers

All our registers which are written through the MCHBAR are defined
descriptively as an offset to the MCHBAR. We had 3 outliers here.
Convert these as well so all registers which are offsets are MCHBAR can
be easily identified/found within the code.

With this, convert DCLK to also follow this format.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_pm.c