Re: [PATCH] drm/amd/display: restore invalid MSA timing check for freesync

2025-01-28 Thread Alex Deucher
Applied. Thanks! Alex On Tue, Jan 28, 2025 at 10:03 AM Harry Wentland wrote: > > > > On 2025-01-27 19:41, Melissa Wen wrote: > > This restores the original behavior that gets min/max freq from EDID and > > only set DP/eDP connector as freesync capable if "sink device is capable > > of rendering

Re: [PATCH] drm/amd/display: restore invalid MSA timing check for freesync

2025-01-28 Thread Harry Wentland
On 2025-01-27 19:41, Melissa Wen wrote: > This restores the original behavior that gets min/max freq from EDID and > only set DP/eDP connector as freesync capable if "sink device is capable > of rendering incoming video stream without MSA timing parameters", i.e., > `allow_invalid_MSA_timing_par

[PATCH] drm/amd/display: restore invalid MSA timing check for freesync

2025-01-27 Thread Melissa Wen
This restores the original behavior that gets min/max freq from EDID and only set DP/eDP connector as freesync capable if "sink device is capable of rendering incoming video stream without MSA timing parameters", i.e., `allow_invalid_MSA_timing_params` is true. The condition was mistakenly removed