]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/hdmi: Use VRR Timing generator for HDMI for fixed_rr
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Mon, 24 Mar 2025 13:32:33 +0000 (19:02 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 25 Mar 2025 15:45:54 +0000 (21:15 +0530)
commit635125e3b4d5ec4be0a89d809f58879203930c03
treeb250f21678d80488f0e6d963f28d6c9dfb5ff44b
parent5babdd45b737702e1563db317867594a12857eeb
drm/i915/hdmi: Use VRR Timing generator for HDMI for fixed_rr

Currently VRR is not supported with HDMI, but we can still leverage
the VRR Timing Generator to achieve a fixed refresh rate.
Call intel_vrr_compute_config() for HDMI which will handle the vrr
timings to have fixed refresh rate with VRR Timing Generator.

v2: Improve commit message. (Ville).

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com> (#v1)
Link: https://lore.kernel.org/r/20250324133248.4071909-2-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_hdmi.c