drm/i915/fbc: Remove second redundant intel_fbc_pre_update() call
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 13 Dec 2019 13:34:49 +0000 (15:34 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 19 Dec 2019 20:29:09 +0000 (22:29 +0200)
commit36fef958e2da969595871da07dd913a2e5be2816
tree13f6b946c1605f55e79c89fa93375956224ae21e
parent317b2cac79a66c7156dbe7983b825dc417acf9a8
drm/i915/fbc: Remove second redundant intel_fbc_pre_update() call

I fumbled the conflict resolution a bit when applying the
fbc vblank wait w/a. Because of that we now call intel_fbc_pre_update()
twice. Remove the second redundant call.

Reported-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191213133453.22152-2-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/display/intel_display.c