]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/display: Enable MSA Ignore Timing PAR only when in not fixed_rr mode
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 11 Mar 2025 09:37:51 +0000 (15:07 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Thu, 13 Mar 2025 12:15:29 +0000 (17:45 +0530)
commit2e921e1d47e627e575ac94eca9db81e374b1e409
tree8ddb99b8a22fc27312241d73e8871f3c73eacdf3
parentbef1e60c7087418eea26f85a19dca7e6360857a9
drm/i915/display: Enable MSA Ignore Timing PAR only when in not fixed_rr mode

MSA Ignore Timing PAR enable is set in the DP sink when we enable variable
refresh rate.

Currently for link training we depend on flipline to decide whether we
want to ignore the msa timings. With fixed refresh rate we will still
fill the flipline in all cases whether panel supports VRR or not.

Change the condition for link training to ignore the msa timings if
vrr.in_range.

v2: Add more documentation and a #TODO for readout of vrr.in_range.
(Ville)

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250311093751.1329043-9-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_dp_link_training.c