lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200526182313.4005-1-lyude@redhat.com>
Date:   Tue, 26 May 2020 14:23:08 -0400
From:   Lyude Paul <lyude@...hat.com>
To:     dri-devel@...ts.freedesktop.org
Cc:     Lee Shawn C <shawn.c.lee@...el.com>,
        Ville Syrjälä 
        <ville.syrjala@...ux.intel.com>, "Daniel Vetter" <daniel@...ll.ch>,
        "David Airlie" <airlied@...ux.ie>,
        "Maarten Lankhorst" <maarten.lankhorst@...ux.intel.com>,
        linux-kernel@...r.kernel.org,
        "Thomas Zimmermann" <tzimmermann@...e.de>,
        "Maxime Ripard" <mripard@...nel.org>,
        "Lucas De Marchi" <lucas.demarchi@...el.com>,
        "Rodrigo Vivi" <rodrigo.vivi@...el.com>,
        "Jani Nikula" <jani.nikula@...ux.intel.com>,
        intel-gfx@...ts.freedesktop.org,
        "Joonas Lahtinen" <joonas.lahtinen@...ux.intel.com>,
        "Lyude Paul" <lyude@...hat.com>,
        José Roberto de Souza <jose.souza@...el.com>
Subject: [PATCH 0/2] drm/probe_helper, i915: Validate MST modes against PBN limits

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ