Skip to content

output/kms: Don't add common modes that exceed the max pixel clock

Jonas Ådahl requested to merge jadahl/mutter:wip/dont-exceed-pixel-clock into main

The pixel clock determines how fast pixels can be processed. When adding non-native common modes, avoid adding modes that exceed the max pixel clock frequency of the native modes. Avoiding these avoids potential mode setting failures where the GPU can't handle the modeline since the configured pixel clock is too fast.

Merge request reports