drm/i915: Nuke posting reads from plane update/disable funcs
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 1 Nov 2018 15:05:52 +0000 (17:05 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 7 Nov 2018 18:25:20 +0000 (20:25 +0200)
commite69b348a7adb5cd68d2427d4f97af58199a55d4d
tree26263c3088f68738bb1421cee3b8c3c2e8053729
parentb598a88ebb97ce2d2d5520da555cc1f7d6beb796
drm/i915: Nuke posting reads from plane update/disable funcs

No need for the posting reads in the plane update/disable hooks.
If we need a posting read for something then a single one at the
very end would be sufficient. We have that anyway in the form
of eg. scanline/frame counter reads.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181101150605.18235-2-ville.syrjala@linux.intel.com
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_sprite.c