public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] Add support for getting EDID over ACPI to DRM
@ 2024-02-11  5:50 Mario Limonciello
  2024-02-11  5:50 ` [PATCH v5 1/3] drm: Add support to get EDID from ACPI Mario Limonciello
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Mario Limonciello @ 2024-02-11  5:50 UTC (permalink / raw)
  To: amd-gfx, open list:DRM DRIVERS
  Cc: open list:ACPI, open list, Melissa Wen, Mark Pearson,
	Mario Limonciello

This series adds the ability to fetch the EDID through ACPI for laptop
panels. Drivers need to opt into the behavior.

In this series it's enabled by default for all eDP or LVDS panels with
AMDGPU and certain panels for Nouveau.

Mario Limonciello (3):
  drm: Add support to get EDID from ACPI
  drm/amd: Fetch the EDID from _DDC if available for eDP
  drm/nouveau: Use drm_edid_read_acpi() helper

 drivers/gpu/drm/Kconfig                       |   7 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu.h           |   1 +
 .../gpu/drm/amd/amdgpu/amdgpu_connectors.c    |   3 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c       |   8 ++
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |   2 +
 .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c |   2 +
 drivers/gpu/drm/drm_edid.c                    | 113 ++++++++++++++++--
 drivers/gpu/drm/nouveau/nouveau_acpi.c        |  27 -----
 drivers/gpu/drm/nouveau/nouveau_acpi.h        |   2 -
 drivers/gpu/drm/nouveau/nouveau_connector.c   |  35 +++---
 include/drm/drm_connector.h                   |   6 +
 include/drm/drm_edid.h                        |   1 +
 12 files changed, 149 insertions(+), 58 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-02-15 17:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-11  5:50 [PATCH v5 0/3] Add support for getting EDID over ACPI to DRM Mario Limonciello
2024-02-11  5:50 ` [PATCH v5 1/3] drm: Add support to get EDID from ACPI Mario Limonciello
2024-02-12 16:31   ` Mario Limonciello
2024-02-12 21:16     ` Mario Limonciello
2024-02-15 14:01   ` Jani Nikula
2024-02-15 17:58     ` Mario Limonciello
2024-02-11  5:50 ` [PATCH v5 2/3] drm/amd: Fetch the EDID from _DDC if available for eDP Mario Limonciello
2024-02-11  5:50 ` [PATCH v5 3/3] drm/nouveau: Use drm_edid_read_acpi() helper Mario Limonciello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox