]> git.itanic.dy.fi Git - linux-stable/commit
drm/i915/vrr: Disable VRR when using bigjoiner
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 4 Apr 2024 21:34:29 +0000 (00:34 +0300)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 8 Apr 2024 17:10:10 +0000 (13:10 -0400)
commitdcd8992e47f13afb5c11a61e8d9c141c35e23751
tree870b4cceea972a945f1b975ecac3d056bef49182
parent4a36e46df7aa781c756f09727d37dc2783f1ee75
drm/i915/vrr: Disable VRR when using bigjoiner

All joined pipes share the same transcoder/timing generator.
Currently we just do the commits per-pipe, which doesn't really
work if we need to change switch between non-VRR and VRR timings
generators on the fly, or even when sending the push to the
transcoder. For now just disable VRR when bigjoiner is needed.

Cc: stable@vger.kernel.org
Tested-by: Vidya Srinivas <vidya.srinivas@intel.com>
Reviewed-by: Vandita Kulkarni <vandita.kulkarni@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240404213441.17637-6-ville.syrjala@linux.intel.com
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
(cherry picked from commit f9d5e51db65652dbd8a2102fd7619440e3599fd2)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/display/intel_vrr.c