drm/i915: Remove zombie async flip vt-d w/a
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 8 Dec 2021 15:00:50 +0000 (17:00 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 19 Jan 2022 16:27:21 +0000 (18:27 +0200)
commit8172375ea95ab8b7f7ea0dda617ad87c439a14ee
tree2af2a2c9ec99810e0780304edfd00ac173b338db
parentd39bc5c5e10a648c7de9558592816474f45a374d
drm/i915: Remove zombie async flip vt-d w/a

This async flip vt-d w/a was moved to a different place in
commit 7d396cacaea6 ("drm/i195: Make the async flip VT-d workaround
dynamic") but the drm-intel-fixes cherry-pick commit b2d73debfdc1
("drm/i915: Extend the async flip VT-d w/a to skl/bxt") resurrected
the original code as well. So now we have this w/a in two places.
Remove the resurrected zombie code.

Not done as a revert to hopefully prevent any kind of
automagic stable backport.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211208150050.17230-1-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_pm.c