]> git.baikalelectronics.ru Git - kernel.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)
commit34efda84af8f912ce31a5b2df79d51fa7c162e3b
tree7ad9f89a8c920fc0fb4f0fb9d840b08c13ffe023
parent2b2db8601645eb33782faf07ed4b7499a331509a
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