]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: s/__raw_i915_read32/I915_READ_FW/ in the SKL+ scanline read w/a
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 9 Mar 2017 15:44:31 +0000 (17:44 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 13 Mar 2017 19:14:53 +0000 (21:14 +0200)
commit707bdd3f66b0314bc861f74e8215fc17ac5e28f0
tree7ad9f89a8c920fc0fb4f0fb9d840b08c13ffe023
parent694e409daa90f2e21a97e43121c943a84e843bf9
drm/i915: s/__raw_i915_read32/I915_READ_FW/ in the SKL+ scanline read w/a

Replace __raw_i915_read32() with I915_READ_FW() in the workaround for
the SKL+ scanline counter hardware fail. The two are the same thing
but everyone else uses I915_READ_FW() so let's follow suit.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170309154434.29303-3-ville.syrjala@linux.intel.com
Reviewed-by: Mika Kahola <mika.kahola@intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
drivers/gpu/drm/i915/i915_irq.c