All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mario Limonciello <mario.limonciello@amd.com>
To: <amd-gfx@lists.freedesktop.org>,
	"open list:DRM DRIVERS" <dri-devel@lists.freedesktop.org>
Cc: "open list:ACPI" <linux-acpi@vger.kernel.org>,
	open list <linux-kernel@vger.kernel.org>,
	Melissa Wen <mwen@igalia.com>,
	"Mario Limonciello" <mario.limonciello@amd.com>
Subject: [PATCH v4 0/3] Add drm_get_acpi_edid() helper
Date: Wed, 7 Feb 2024 16:44:26 -0600	[thread overview]
Message-ID: <20240207224429.104625-1-mario.limonciello@amd.com> (raw)

The drm_get_acpi_edid() helper is for drivers that would prefer
to get the EDID from ACPI instead of from the panel.

Earlier versions of this series were aimed at using this in amdgpu
and nouveau.

This version does NOT update amdgpu as the change will require a
larger overhaul to use struct drm_edid. There will be a follow up
patch to amdgpu after Melissa Wen finishes that effort [2].

https://lore.kernel.org/dri-devel/20240201221119.42564-1-mario.limonciello@amd.com/ [1]
https://lore.kernel.org/amd-gfx/20240126163429.56714-1-mwen@igalia.com/ [2]
Mario Limonciello (3):
  drm: Add drm_get_acpi_edid() helper
  drm/nouveau: Use drm_get_acpi_edid() helper
  drm: Drop unneeded selects in DRM drivers

 drivers/gpu/drm/Kconfig                     |  5 ++
 drivers/gpu/drm/amd/amdgpu/Kconfig          |  7 --
 drivers/gpu/drm/drm_edid.c                  | 77 +++++++++++++++++++++
 drivers/gpu/drm/gma500/Kconfig              |  6 --
 drivers/gpu/drm/i915/Kconfig                |  7 --
 drivers/gpu/drm/nouveau/Kconfig             |  4 --
 drivers/gpu/drm/nouveau/nouveau_acpi.c      | 27 --------
 drivers/gpu/drm/nouveau/nouveau_acpi.h      |  2 -
 drivers/gpu/drm/nouveau/nouveau_connector.c | 20 +++---
 drivers/gpu/drm/radeon/Kconfig              |  7 --
 drivers/gpu/drm/xe/Kconfig                  |  6 --
 include/drm/drm_edid.h                      |  1 +
 12 files changed, 92 insertions(+), 77 deletions(-)

-- 
2.34.1


             reply	other threads:[~2024-02-07 22:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-07 22:44 Mario Limonciello [this message]
2024-02-07 22:44 ` [PATCH v4 1/3] drm: Add drm_get_acpi_edid() helper Mario Limonciello
2024-02-08  9:57   ` Jani Nikula
2024-02-08 13:15     ` Maxime Ripard
2024-02-08 14:31       ` Jani Nikula
2024-02-08 18:48         ` Mario Limonciello
2024-02-09 11:07     ` Daniel Vetter
2024-02-09 15:34       ` Mario Limonciello
2024-02-09 18:57         ` Daniel Vetter
2024-02-11  5:19           ` Mario Limonciello
2024-02-12 11:27             ` Jani Nikula
2024-02-16 16:44               ` Daniel Vetter
2024-02-07 22:44 ` [PATCH v4 2/3] drm/nouveau: Use " Mario Limonciello
2024-02-07 22:44 ` [PATCH v4 3/3] drm: Drop unneeded selects in DRM drivers Mario Limonciello

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=20240207224429.104625-1-mario.limonciello@amd.com \
    --to=mario.limonciello@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mwen@igalia.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.