✓ CI.checkpatch: success for Add support for getting EDID over ACPI to DRM
Patchwork
patchwork at emeril.freedesktop.org
Thu Feb 15 07:04:40 UTC 2024
== Series Details ==
Series: Add support for getting EDID over ACPI to DRM
URL : https://patchwork.freedesktop.org/series/129917/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 78f7616ab9408e7f24f3c83952a1daa766d962cd
Author: Mario Limonciello <mario.limonciello at amd.com>
Date: Wed Feb 14 15:57:56 2024 -0600
drm/nouveau: Use drm_edid_read_acpi() helper
Rather than inventing a wrapper to acpi_video_get_edid() use the
one provided by drm. This fixes two problems:
1. A memory leak that the memory provided by the ACPI call was
never freed.
2. Validation of the BIOS provided blob.
Convert the usage in nouveau_connector_detect_lvds() to use
struct drm_edid at the same time.
Signed-off-by: Mario Limonciello <mario.limonciello at amd.com>
+ /mt/dim checkpatch 16b37f41eb6fd6e98de452231506d68635fdf0c5 drm-intel
795875288 drm: Stop using `select ACPI_VIDEO` in all drivers
121829c45 drm: Stop using `select BACKLIGHT_CLASS_DEVICE`
4d4d4968c drm: Add support to get EDID from ACPI
af47a128d drm/amd: Fetch the EDID from _DDC if available for eDP
78f7616ab drm/nouveau: Use drm_edid_read_acpi() helper
More information about the Intel-xe
mailing list