commit | bdce2bea0f5e6bd3e3fa85278cc2fb8632f71572 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Nov 11 18:21:42 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Nov 11 19:22:17 2019 +0000 |
tree | 1d2966fd65b92a52abffcb7818d2e311c4bdbc02 | |
parent | 3c7a44bbbfa7896df0aa08a77a15ddcf21d59498 [diff] |
drm/i915/gem: Replace implicit dev_priv->uncore for stolen init Pass around the intended intel_uncore for mmio access during stolen setup, and avoid relying on the implicit magic I915_READ() macros. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Matthew Auld <matthew.auld@intel.com> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191111182143.23479-1-chris@chris-wilson.co.uk