mirror of
https://github.com/torvalds/linux.git
synced 2024-12-24 11:51:27 +00:00
drm/i915: s/0x50/RING_PSMI_CTL/
Use the RING_PSMI_CTL define insted of hand rolling the register offset. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1446672017-24497-17-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
e6c4c76366
commit
3613cf1d88
@ -873,7 +873,7 @@ static void i915_record_ring_state(struct drm_device *dev,
|
|||||||
struct drm_i915_private *dev_priv = dev->dev_private;
|
struct drm_i915_private *dev_priv = dev->dev_private;
|
||||||
|
|
||||||
if (INTEL_INFO(dev)->gen >= 6) {
|
if (INTEL_INFO(dev)->gen >= 6) {
|
||||||
ering->rc_psmi = I915_READ(ring->mmio_base + 0x50);
|
ering->rc_psmi = I915_READ(RING_PSMI_CTL(ring->mmio_base));
|
||||||
ering->fault_reg = I915_READ(RING_FAULT_REG(ring));
|
ering->fault_reg = I915_READ(RING_FAULT_REG(ring));
|
||||||
if (INTEL_INFO(dev)->gen >= 8)
|
if (INTEL_INFO(dev)->gen >= 8)
|
||||||
gen8_record_semaphore_state(dev_priv, error, ring, ering);
|
gen8_record_semaphore_state(dev_priv, error, ring, ering);
|
||||||
|
Loading…
Reference in New Issue
Block a user