]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitde52696d824bd00b1a4d64091b1e4f5cda03fc1c
tree13f6b946c1605f55e79c89fa93375956224ae21e
parent7ed76281dea101eaaa93bc704792179655c9bb2f
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