linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/probe_helper, i915: Validate MST modes against PBN limits
@ 2020-05-26 18:23 Lyude Paul
  2020-05-26 18:23 ` [PATCH 1/2] drm/probe_helper: Add drm_connector_helper_funcs.mode_valid_ctx Lyude Paul
  2020-05-26 18:23 ` [PATCH 2/2] drm/i915/mst: filter out the display mode exceed sink's capability Lyude Paul
  0 siblings, 2 replies; 8+ messages in thread
From: Lyude Paul @ 2020-05-26 18:23 UTC (permalink / raw)
  To: dri-devel
  Cc: Lee Shawn C, Ville Syrjälä,
	Daniel Vetter, David Airlie, Maarten Lankhorst, linux-kernel,
	Thomas Zimmermann, Maxime Ripard, Lucas De Marchi, Rodrigo Vivi,
	Jani Nikula, intel-gfx, Joonas Lahtinen, Lyude Paul,
	José Roberto de Souza

Something we've been missing for a while with drivers that support MST
is being able to prune modes that can't be set due to bandwidth
limitations. So, let's go ahead and add that. This also adds a new hook
that was needed, mode_valid_ctx, so that we can grab additional locks as
needed when validating modes.

Lee Shawn C (1):
  drm/i915/mst: filter out the display mode exceed sink's capability

Lyude Paul (1):
  drm/probe_helper: Add drm_connector_helper_funcs.mode_valid_ctx

 drivers/gpu/drm/drm_crtc_helper_internal.h  |  6 +-
 drivers/gpu/drm/drm_probe_helper.c          | 65 ++++++++++++++-------
 drivers/gpu/drm/i915/display/intel_dp_mst.c | 39 +++++++++++--
 include/drm/drm_modeset_helper_vtables.h    | 41 +++++++++++++
 4 files changed, 123 insertions(+), 28 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-07-08 18:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26 18:23 [PATCH 0/2] drm/probe_helper, i915: Validate MST modes against PBN limits Lyude Paul
2020-05-26 18:23 ` [PATCH 1/2] drm/probe_helper: Add drm_connector_helper_funcs.mode_valid_ctx Lyude Paul
2020-07-07 22:40   ` Imre Deak
2020-07-08 17:25     ` Lyude Paul
2020-07-08 18:45       ` Imre Deak
2020-07-08 18:46         ` Lyude Paul
2020-05-26 18:23 ` [PATCH 2/2] drm/i915/mst: filter out the display mode exceed sink's capability Lyude Paul
2020-07-07 23:12   ` [Intel-gfx] " Imre Deak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).