All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm: detect panel type from DisplayID 2.x
@ 2026-05-14  6:54 Chenyu Chen
  2026-05-14  6:54 ` [PATCH 1/2] drm/edid: parse panel type from DisplayID 2.x Display Parameters block Chenyu Chen
  2026-05-14  6:54 ` [PATCH 2/2] drm/amd/display: use DisplayID panel type in dm_set_panel_type Chenyu Chen
  0 siblings, 2 replies; 4+ messages in thread
From: Chenyu Chen @ 2026-05-14  6:54 UTC (permalink / raw)
  To: amd-gfx, dri-devel
  Cc: Harry Wentland, Leo Li, Ray Wu, Limonciello Mario, Jani Nikula,
	Chenyu Chen

Parse the Display Device Technology field from the DisplayID v2.x
Display Parameters Data Block to identify LCD and OLED panels, and
wire it into amdgpu_dm as a fallback for panel type detection.

Chenyu Chen (2):
  drm/edid: parse panel type from DisplayID 2.x Display Parameters block
  drm/amd/display: use DisplayID panel type in dm_set_panel_type

 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 12 ++--
 drivers/gpu/drm/drm_displayid_internal.h      | 25 ++++++++
 drivers/gpu/drm/drm_edid.c                    | 61 +++++++++++++++----
 include/drm/drm_connector.h                   |  6 ++
 include/uapi/drm/drm_mode.h                   |  1 +
 5 files changed, 89 insertions(+), 16 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-15  8:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-14  6:54 [PATCH 0/2] drm: detect panel type from DisplayID 2.x Chenyu Chen
2026-05-14  6:54 ` [PATCH 1/2] drm/edid: parse panel type from DisplayID 2.x Display Parameters block Chenyu Chen
2026-05-15  8:23   ` Jani Nikula
2026-05-14  6:54 ` [PATCH 2/2] drm/amd/display: use DisplayID panel type in dm_set_panel_type Chenyu Chen

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.