From: "Mario Limonciello (AMD)" <superm1@kernel.org>
To: dri-devel@lists.freedesktop.org
Cc: amd-gfx@lists.freedesktop.org, harry.wentland@amd.com,
Xaver Hugl <xaver.hugl@gmail.com>,
"Mario Limonciello (AMD)" <superm1@kernel.org>
Subject: [PATCH 0/2] Add DRM property for panel type
Date: Tue, 6 Jan 2026 11:00:15 -0600 [thread overview]
Message-ID: <20260106170017.68158-1-superm1@kernel.org> (raw)
OLED panels consume a lot less power with darker content. However
userspace doesn't currently know what kind of panel technology is
used to decide what kind of image to show.
This series introduces a DRM property for the panel type. Initially
the values are "Unknown" and "OLED" leaving room for expansion later
for other display technologies like MiniLED or LCD if they are sensible
to detect and advertise as well.
A userspace implementation utilizing the new property to decide the
theme of GNOME is available here:
Link: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/4029
Mario Limonciello (AMD) (2):
drm/connector: Add a new 'panel_type' property
drm/amd/display: Attach OLED property to eDP panels
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 7 ++++
drivers/gpu/drm/drm_connector.c | 33 +++++++++++++++++++
include/drm/drm_connector.h | 1 +
include/drm/drm_mode_config.h | 4 +++
include/uapi/drm/drm_mode.h | 4 +++
5 files changed, 49 insertions(+)
--
2.43.0
next reply other threads:[~2026-01-06 17:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-06 17:00 Mario Limonciello (AMD) [this message]
2026-01-06 17:00 ` [PATCH 1/2] drm/connector: Add a new 'panel_type' property Mario Limonciello (AMD)
2026-01-06 17:00 ` [PATCH 2/2] drm/amd/display: Attach OLED property to eDP panels Mario Limonciello (AMD)
2026-01-08 18:46 ` Leo Li
2026-01-09 8:16 ` Jani Nikula
2026-01-09 19:17 ` Leo Li
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=20260106170017.68158-1-superm1@kernel.org \
--to=superm1@kernel.org \
--cc=amd-gfx@lists.freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=harry.wentland@amd.com \
--cc=xaver.hugl@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox