From: David Weber <weber.aulendorf@gmail.com>
To: amd-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org, harry.wentland@amd.com,
sunpeng.li@amd.com, siqueira@igalia.com,
alexander.deucher@amd.com, christian.koenig@amd.com,
David Weber <weber.aulendorf@gmail.com>
Subject: [PATCH 0/2] drm/amd/display: Fix streamless connector update and ABM modesets
Date: Thu, 13 Aug 2026 13:26:32 +0200 [thread overview]
Message-ID: <20260813112634.11455-1-weber.aulendorf@gmail.com> (raw)
Hi,
This series contains two independent fixes for connector property updates
in amdgpu_dm.
The first patch fixes a reproduced NULL-stream dereference and is marked
for stable.
The second avoids the visible panel blank caused by modesetting for every
ABM level change. This is useful for desktop environments that want to
adjust ABM dynamically for AC, battery and low-battery profiles without
making the screen go black briefly on every profile transition.
It would be nice to have the ABM fix in stable kernels too, but I am not
sure whether this behavior issue justifies a stable backport. I therefore
kept its Fixes tag but did not explicitly Cc stable.
David
David Weber (2):
drm/amd/display: Skip connector updates without a stream
drm/amd/display: Avoid modeset for ABM changes
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--
2.54.0
next reply other threads:[~2026-08-13 12:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-13 11:26 David Weber [this message]
2026-08-13 11:26 ` [PATCH 1/2] drm/amd/display: Skip connector updates without a stream David Weber
2026-08-13 11:26 ` [PATCH 2/2] drm/amd/display: Avoid modeset for ABM changes David Weber
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=20260813112634.11455-1-weber.aulendorf@gmail.com \
--to=weber.aulendorf@gmail.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=harry.wentland@amd.com \
--cc=siqueira@igalia.com \
--cc=sunpeng.li@amd.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.