drm/i915/dmc: Also disable the flip queue event on TGL main DMC
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 11 Dec 2023 21:37:48 +0000 (23:37 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 18 Dec 2023 10:24:27 +0000 (12:24 +0200)
commitbe2fce7891e20bdd1c785dd590c59d0ad6a1525a
treec5c7bbaffd6d6c536d08bdcbe63e88268cb413cf
parent648d7be8ecf47b0556e32550145c70db153b16fb
drm/i915/dmc: Also disable the flip queue event on TGL main DMC

Unlike later platforms TGL has its flip queue event (CLK_MSEC) on
the main DMC (as opposed to the pipe DMC). Currently we're doing
a second pass to disable that, but let's just follow the same
approach as the later platforms and never even enable the event
in the first place.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231211213750.27109-3-ville.syrjala@linux.intel.com
Reviewed-by: Imre Deak <imre.deak@intel.com>
drivers/gpu/drm/i915/display/intel_dmc.c