From: Mario Limonciello <mario.limonciello@amd.com>
To: "Rafael J. Wysocki" <rafael@kernel.org>,
Hans de Goede <hdegoede@redhat.com>, Gergo Koteles <soyer@irl.hu>
Cc: Len Brown <lenb@kernel.org>, Alex Hung <alex.hung@amd.com>,
Rodrigo Siqueira <siqueira@igalia.com>,
Alex Deucher <alexander.deucher@amd.com>,
linux-acpi@vger.kernel.org, amd-gfx@lists.freedesktop.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGE
Date: Mon, 31 Mar 2025 09:34:19 -0500 [thread overview]
Message-ID: <492a990e-0af4-4acb-be4c-8821fceea2a0@amd.com> (raw)
In-Reply-To: <CAJZ5v0hy7ge+vPgNXzo89=qu7pP-tPgbjUPRHUMdwUnSTpVXQQ@mail.gmail.com>
On 3/31/2025 08:23, Rafael J. Wysocki wrote:
> On Mon, Mar 31, 2025 at 3:04 PM Hans de Goede <hdegoede@redhat.com> wrote:
>>
>> Hi,
>>
>> On 31-Mar-25 1:46 PM, Rafael J. Wysocki wrote:
>>> On Fri, Mar 28, 2025 at 10:09 PM Gergo Koteles <soyer@irl.hu> wrote:
>>>>
>>>> The _DDC method should return a buffer, or an integer in case of an error.
>>>> But some Lenovo laptops incorrectly return EDID as buffer in ACPI package.
>>>>
>>>> Calling _DDC generates this ACPI Warning:
>>>> ACPI Warning: \_SB.PCI0.GP17.VGA.LCD._DDC: Return type mismatch - \
>>>> found Package, expected Integer/Buffer (20240827/nspredef-254)
>>>>
>>>> Use the first element of the package to get the EDID buffer.
>>>>
>>>> The DSDT:
>>>>
>>>> Name (AUOP, Package (0x01)
>>>> {
>>>> Buffer (0x80)
>>>> {
>>>> ...
>>>> }
>>>> })
>>>>
>>>> ...
>>>>
>>>> Method (_DDC, 1, NotSerialized) // _DDC: Display Data Current
>>>> {
>>>> If ((PAID == AUID))
>>>> {
>>>> Return (AUOP) /* \_SB_.PCI0.GP17.VGA_.LCD_.AUOP */
>>>> }
>>>> ElseIf ((PAID == IVID))
>>>> {
>>>> Return (IVOP) /* \_SB_.PCI0.GP17.VGA_.LCD_.IVOP */
>>>> }
>>>> ElseIf ((PAID == BOID))
>>>> {
>>>> Return (BOEP) /* \_SB_.PCI0.GP17.VGA_.LCD_.BOEP */
>>>> }
>>>> ElseIf ((PAID == SAID))
>>>> {
>>>> Return (SUNG) /* \_SB_.PCI0.GP17.VGA_.LCD_.SUNG */
>>>> }
>>>>
>>>> Return (Zero)
>>>> }
>>>>
>>>> Link: https://uefi.org/htmlspecs/ACPI_Spec_6_4_html/Apx_B_Video_Extensions/output-device-specific-methods.html#ddc-return-the-edid-for-this-device
>>>> Cc: stable@vger.kernel.org
>>>> Fixes: c6a837088bed ("drm/amd/display: Fetch the EDID from _DDC if available for eDP")
>>>> Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4085
>>>> Signed-off-by: Gergo Koteles <soyer@irl.hu>
>>>> ---
>>>> Changes in v2:
>>>> - Added comment
>>>> - Improved commit message
>>>> - Link to v1: https://lore.kernel.org/all/4cef341fdf7a0e877c50b502fc95ee8be28aa811.1743129387.git.soyer@irl.hu/
>>>
>>> Hans, any concerns here?
>>
>> No the patch looks good to me:
>>
>> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
>
> OK, applied as 6.15-rc material, thanks!
Sorry I'm a bit late to the party; but this looks good to me as well.
Thanks Gergo for the solution!
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
prev parent reply other threads:[~2025-03-31 14:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-28 21:08 [PATCH v2] ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGE Gergo Koteles
2025-03-31 11:46 ` Rafael J. Wysocki
2025-03-31 13:03 ` Hans de Goede
2025-03-31 13:23 ` Rafael J. Wysocki
2025-03-31 14:34 ` Mario Limonciello [this message]
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=492a990e-0af4-4acb-be4c-8821fceea2a0@amd.com \
--to=mario.limonciello@amd.com \
--cc=alex.hung@amd.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=hdegoede@redhat.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael@kernel.org \
--cc=siqueira@igalia.com \
--cc=soyer@irl.hu \
/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.