Bug 217636

Summary: Commit edcfed8671 disables previously supported video resolutions (on AMD Rembrandt)
Product: Drivers Reporter: Saverio Miroddi (saverio.pub2)
Component: Video(DRI - non Intel)Assignee: drivers_video-dri
Status: RESOLVED PATCH_ALREADY_AVAILABLE    
Severity: normal CC: alexdeucher
Priority: P3    
Hardware: All   
OS: Linux   
Kernel Version: 6.3.9 Subsystem:
Regression: Yes Bisected commit-id: aa9704d5127f06c9ffedb0480d2788b87fecedfb

Description Saverio Miroddi 2023-07-05 20:23:10 UTC
I have a laptop with an AMD Rembrandt APU (6800U).

The display has a native resolution of 2880x1800, however, via `~/.config/monitors.xml`, I set it 1920x1200.

After the upgrade to the kernel v6.3.9, the resolution 1920x1200 is not allowed anymore, and on login, I see a brief popup with an error.

After bisection, i've isolated the culprit to commit `edcfed8671` ("drm/amd/display: edp do not add non-edid timings").
Comment 1 Alex Deucher 2023-07-05 21:31:23 UTC
The revert of that patch is already on it's way to Linus.