drm/i915/fbc: Call intel_fbc_activate() directly from frontbuffer flush
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 15 Mar 2022 14:00:01 +0000 (16:00 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 13 Apr 2022 14:20:49 +0000 (17:20 +0300)
commitb39d2c6202426b560641e5800c5523851b5db586
treec6c8ab1958d14ab5bf2cea910d858644d85bb8cc
parentb65cbb983f2a0a21f0fcf96eaa5a9c20966f8bd8
drm/i915/fbc: Call intel_fbc_activate() directly from frontbuffer flush

Remove the pointless detour via __intel_fbc_post_update() during
frontbuffer flush.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220315140001.1172-8-ville.syrjala@linux.intel.com
Reviewed-by: Mika Kahola <mika.kahola@intel.com>
drivers/gpu/drm/i915/display/intel_fbc.c