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]
Date:   Tue, 18 Sep 2018 19:06:16 -0400
From:   Lyude Paul <lyude@...hat.com>
To:     dri-devel@...ts.freedesktop.org, nouveau@...ts.freedesktop.org,
        intel-gfx@...ts.freedesktop.org, amd-gfx@...ts.freedesktop.org
Cc:     "David Airlie" <airlied@...ux.ie>,
        "Maarten Lankhorst" <maarten.lankhorst@...ux.intel.com>,
        linux-kernel@...r.kernel.org, "Sean Paul" <sean@...rly.run>,
        "Gustavo Padovan" <gustavo@...ovan.org>,
        "Sean Paul" <seanpaul@...omium.org>,
        "Daniel Vetter" <daniel.vetter@...ll.ch>,
        "Ben Skeggs" <bskeggs@...hat.com>,
        "Ilia Mirkin" <imirkin@...m.mit.edu>,
        Ville Syrjälä 
        <ville.syrjala@...ux.intel.com>, "Lyude Paul" <lyude@...hat.com>,
        "Rodrigo Vivi" <rodrigo.vivi@...el.com>,
        "Jani Nikula" <jani.nikula@...ux.intel.com>,
        "Joonas Lahtinen" <joonas.lahtinen@...ux.intel.com>,
        "Andrey Grodzovsky" <andrey.grodzovsky@....com>,
        "Alex Deucher" <alexander.deucher@....com>,
        "Leo Li" <sunpeng.li@....com>,
        Christian König <christian.koenig@....com>,
        "Roman Li" <roman.li@....com>,
        "David (ChunMing) Zhou" <david1.zhou@....com>,
        "Shirish S" <shirish.s@....com>, "Tony Cheng" <tony.cheng@....com>,
        "Jerry (Fangzhi) Zuo" <jerry.zuo@....com>,
        "Harry Wentland" <harry.wentland@....com>
Subject: [PATCH 0/6] Fix legacy DPMS changes with MST

There's two major things this patchset does:
 - Add drm_dp_mst_connector_atomic_check() so drivers don't need to use
   ->best_encoder() to prevent modesets on zombie MST connectors. We'll
   use this later for implementing MST fallback retraining as well.
 - Fix DPMS on->off changes failing with legacy modesetting users after
   an MST connector's topology has disappeared, which resulted in CRTCs
   being left on when they shouldn't have been

Lyude Paul (6):
  drm/dp_mst: Introduce drm_dp_mst_connector_atomic_check()
  drm/nouveau: Unbreak nv50_mstc->best_encoder()
  drm/i915: Leave intel_conn->mst_port set, use mst_port_gone instead
  drm/i915: Skip vcpi allocation for MSTB ports that are gone
  drm/i915: Fix intel_dp_mst_best_encoder()
  drm/amdgpu/dm/mst: Use drm_dp_mst_connector_atomic_check()

 .../display/amdgpu_dm/amdgpu_dm_mst_types.c   | 12 +++
 drivers/gpu/drm/drm_dp_mst_topology.c         | 76 +++++++++++++++++++
 drivers/gpu/drm/i915/intel_dp_mst.c           | 46 ++++++-----
 drivers/gpu/drm/i915/intel_drv.h              |  1 +
 drivers/gpu/drm/nouveau/dispnv50/disp.c       | 25 +++---
 include/drm/drm_dp_mst_helper.h               |  3 +
 6 files changed, 132 insertions(+), 31 deletions(-)

-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ