]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit83e0d8f04b9601b36f704111029d858183f8419a
treec6c8ab1958d14ab5bf2cea910d858644d85bb8cc
parent99cd7f4d12b5983ea59194be811cbb2e35fd97f9
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