]> 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)
commite52938fc391042b855a0c13d693ea9f25155db0b
tree13f6b946c1605f55e79c89fa93375956224ae21e
parent318700371d1d682026a1bd03d9708f1081f75f52
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