lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Wed, 7 Feb 2024 16:44:26 -0600
From: Mario Limonciello <mario.limonciello@....com>
To: <amd-gfx@...ts.freedesktop.org>, "open list:DRM DRIVERS"
	<dri-devel@...ts.freedesktop.org>
CC: "open list:ACPI" <linux-acpi@...r.kernel.org>, open list
	<linux-kernel@...r.kernel.org>, Melissa Wen <mwen@...lia.com>, "Mario
 Limonciello" <mario.limonciello@....com>
Subject: [PATCH v4 0/3] Add drm_get_acpi_edid() helper

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ