From: Lyude Paul <lyude@redhat.com>
To: dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org
Cc: Daniel Vetter <daniel@ffwll.ch>,
"David Airlie" <airlied@linux.ie>,
"Maxime Ripard" <maxime.ripard@bootlin.com>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
linux-kernel@vger.kernel.org, "Sean Paul" <sean@poorly.run>,
"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
"Karol Herbst" <karolherbst@gmail.com>,
"Ben Skeggs" <bskeggs@redhat.com>,
"Jani Nikula" <jani.nikula@linux.intel.com>,
"Ilia Mirkin" <imirkin@alum.mit.edu>,
intel-gfx@lists.freedesktop.org,
"Joonas Lahtinen" <joonas.lahtinen@linux.intel.com>,
"Lyude Paul" <lyude@redhat.com>
Subject: [PATCH v3 0/4] drm/dp_mst: Fix regressions from new atomic VCPI helpers
Date: Fri, 1 Feb 2019 19:20:00 -0500 [thread overview]
Message-ID: <20190202002023.29665-1-lyude@redhat.com> (raw)
This fixes the extra issues I discovered upstream after the introduction
of my rework of the atomic VCPI helpers that occur during
suspend/resume.
This time around, we use a slightly different but much less complicated
approach for fixing said issues.
Cc: Daniel Vetter <daniel@ffwll.ch>
Lyude Paul (4):
drm/dp_mst: Fix unbalanced malloc ref in drm_dp_mst_deallocate_vcpi()
drm/dp_mst: Remove port validation in drm_dp_atomic_find_vcpi_slots()
drm/atomic: Add drm_atomic_state->duplicated
drm/nouveau: Move PBN and VCPI allocation into nv50_head_atom
drivers/gpu/drm/drm_atomic_helper.c | 10 +++++++-
drivers/gpu/drm/drm_dp_mst_topology.c | 32 +++++++++++++------------
drivers/gpu/drm/i915/intel_dp_mst.c | 17 +++++--------
drivers/gpu/drm/nouveau/dispnv50/atom.h | 6 +++++
drivers/gpu/drm/nouveau/dispnv50/disp.c | 31 ++++++++++++++----------
drivers/gpu/drm/nouveau/dispnv50/head.c | 1 +
include/drm/drm_atomic.h | 9 +++++++
7 files changed, 66 insertions(+), 40 deletions(-)
--
2.20.1
next reply other threads:[~2019-02-02 0:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-02 0:20 Lyude Paul [this message]
2019-02-02 0:20 ` [PATCH v3 1/4] drm/dp_mst: Fix unbalanced malloc ref in drm_dp_mst_deallocate_vcpi() Lyude Paul
2019-02-02 0:20 ` [PATCH v3 2/4] drm/dp_mst: Remove port validation in drm_dp_atomic_find_vcpi_slots() Lyude Paul
2019-02-02 0:20 ` [PATCH v3 3/4] drm/atomic: Add drm_atomic_state->duplicated Lyude Paul
2019-02-04 10:04 ` Daniel Vetter
2019-02-02 0:20 ` [PATCH v3 4/4] drm/nouveau: Move PBN and VCPI allocation into nv50_head_atom Lyude Paul
2019-02-05 1:37 ` [Nouveau] " Ben Skeggs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190202002023.29665-1-lyude@redhat.com \
--to=lyude@redhat.com \
--cc=airlied@linux.ie \
--cc=bskeggs@redhat.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=imirkin@alum.mit.edu \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@linux.intel.com \
--cc=joonas.lahtinen@linux.intel.com \
--cc=karolherbst@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=maxime.ripard@bootlin.com \
--cc=nouveau@lists.freedesktop.org \
--cc=rodrigo.vivi@intel.com \
--cc=sean@poorly.run \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome