Displaying 1 result from an estimated 1 matches for "get_modes_ctx".
2020 Jul 24
2
[PATCH 0/2] drm/probe_helper, drm/nouveau: Validate MST modes against PBN
...eedback on,
I'm not sure if it's worth maybe just reworking how we do mode pruning
in nouveau instead...) and start using this in our mst ->mode_valid
callback to filter out impossible to set modes on MST connectors.
Lyude Paul (2):
drm/probe_helper: Add drm_connector_helper_funcs->get_modes_ctx()
drm/nouveau/kms/nv50-: Check MST display modes against available PBN
drivers/gpu/drm/drm_probe_helper.c | 11 +++++-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 41 ++++++++++++++------
drivers/gpu/drm/nouveau/nouveau_connector.c | 24 ++++++++++--
drivers/gpu/drm/nouveau/nouveau_c...