Commit 6d396e7
committed
drm/amd/display: Disable common modes for LVDS
[Why]
Common modes are added to LVDS for compatibility in clone mode, but
not all panels support them. Non-native modes were disabled in the past
but this caused problems because compositors didn't use scaling for non
native modes. Now non-native modes on LVDS will enable the scaler by
default.
[How]
Check the connector type. If the connector is LVDS avoid adding common
modes.
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>1 parent 0c3c2e3 commit 6d396e7
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8374 | 8374 | | |
8375 | 8375 | | |
8376 | 8376 | | |
8377 | | - | |
| 8377 | + | |
| 8378 | + | |
8378 | 8379 | | |
8379 | 8380 | | |
8380 | 8381 | | |
| |||
0 commit comments