All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: platform-driver-x86@vger.kernel.org
Subject: [Bug 212985] ideapad_acpi: VPC2004:00: DYTC interface is not available. platform_profile interface is unavailable
Date: Sat, 08 May 2021 01:09:40 +0000	[thread overview]
Message-ID: <bug-212985-215701-xtoNGfx5lu@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-212985-215701@https.bugzilla.kernel.org/>

https://bugzilla.kernel.org/show_bug.cgi?id=212985

--- Comment #4 from Barnabás Pőcze (pobrn@protonmail.com) ---
> If I'm understanding correctly, you're saying to check the disassembled ACPI
> tables, right?

Yes, exactly.

From this part:


            Method (DYTC, 1, Serialized)
            {
                ITSV = Zero
                ITSM = Zero
                Local0 = Zero
                Local1 = (Arg0 & 0x01FF)
                Local2 = (Arg0 & 0xFFFFFE00)
                Switch (Local1)
                {
                    Case (Zero)
                    {
                        If (!Local2)
                        {
                            Local0 |= One
                            Local0 |= 0x0100
                            Local0 |= Zero
                            Local0 |= 0x40000000
                        }
                        Else
                        {
                            Local0 |= Zero
                            Local0 |= 0x04
                        }
                    }


it **seems to me** that only DYTC v4 is supported on that model - although I'm
not sure. The ideapad_acpi driver will only expose the platform_profile
functionality if it finds DYTC v5 or newer. The code was adapted from the
thinkpad_acpi driver, and the platform_profile support was contributed to that
driver by Lenovo employee Mark Pearson. I cannot remember the exact reason why
earlier versions are not supported, you could possibly write to the PDx86
mailing list (platform-driver-x86 at vger.kernel.org) and CC him if you want to
know more; or search back on lore.kernel.org.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are the assignee for the bug.

  parent reply	other threads:[~2021-05-08  1:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-212985-215701@https.bugzilla.kernel.org/>
2021-05-07 20:18 ` [Bug 212985] ideapad_acpi: VPC2004:00: DYTC interface is not available. platform_profile interface is unavailable bugzilla-daemon
2021-05-07 20:57 ` bugzilla-daemon
2021-05-07 22:56 ` bugzilla-daemon
2021-05-07 22:58 ` bugzilla-daemon
2021-05-08  1:09 ` bugzilla-daemon [this message]
2021-05-08  3:01 ` bugzilla-daemon
2022-02-05 18:02 ` bugzilla-daemon

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=bug-212985-215701-xtoNGfx5lu@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    /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.