X86 platform drivers
 help / color / mirror / Atom feed
From: "Kurt Borja" <kuurtb@gmail.com>
To: "Anthony Wong" <anthony.wong@ubuntu.com>,
	"Kurt Borja" <kuurtb@gmail.com>
Cc: <platform-driver-x86@vger.kernel.org>, <hansg@kernel.org>,
	<ilpo.jarvinen@linux.intel.com>, <Dell.Client.Kernel@dell.com>
Subject: Re: [PATCH] platform/x86: alieneware-wmi-wmax: Add AWCC support to Alienware 16 Aurora
Date: Sun, 16 Nov 2025 07:40:38 -0500	[thread overview]
Message-ID: <DEA4K8Q6VE8Q.308RH28K9QD45@gmail.com> (raw)
In-Reply-To: <CAE7LaDCG0QSprA4LST-qp4Vv_if9gqE=0h5LCoxiEGZsBFvz0A@mail.gmail.com>

On Sat Nov 15, 2025 at 7:44 PM -05, Anthony Wong wrote:
> Hi Kurt,
>
> On Sat, Nov 15, 2025 at 6:23 AM Kurt Borja <kuurtb@gmail.com> wrote:
>>
>> On Tue Oct 7, 2025 at 3:47 AM -05, Anthony Wong wrote:
>> > From: Anthony Wong <anthony.wong@ubuntu.com>
>> >
>> > Add AWCC support to Alienware 16 Aurora AC16250.
>>
>> Hi Anthony,
>>
>> I'm very interested in getting this merged.
>>
>> Do you have access to this model? If so, either testing the
>> `force_gmode` module parameter or attaching the acpidump of this laptop
>> would be amazing.
>
> Here's the acpidump of the machine:
> https://people.canonical.com/~ypwong/alienware16-aurora-acpidump
>
> I tried the `force_gmode` module parameter but it doesn't seem to do
> anything, how to check if it's really in effect?

It maps the 'performance' profile to G-Mode. In some laptops this
toggles the led of the G-Mode/Performance key and performance may be
better.

I checked the acpidump you provided and your model does support it,
thus we should use `g_series_quirks` instead of `generic_quirks`.

>
> Once this is cleared up, I can send a v2 with the suggestions you
> provided below.
>
> Thanks,
> Anthony
>
>>
>> Either way, I have a couple of comments that I missed. First there is a
>> typo in the title: alieneware-wmi-wmax -> alienware-wmi-wmax.
>>
>> >
>> > CC: stable@vger.kernel.org
>>
>> CC -> Cc.
>>
>> > Signed-off-by: Anthony Wong <anthony.wong@ubuntu.com>
>> > ---
>> >  drivers/platform/x86/dell/alienware-wmi-wmax.c | 8 ++++++++
>> >  1 file changed, 8 insertions(+)
>> >
>> > diff --git a/drivers/platform/x86/dell/alienware-wmi-wmax.c b/drivers/platform/x86/dell/alienware-wmi-wmax.c
>> > index 31f9643a6a3b5..eb7c3fb6b078d 100644
>> > --- a/drivers/platform/x86/dell/alienware-wmi-wmax.c
>> > +++ b/drivers/platform/x86/dell/alienware-wmi-wmax.c
>> > @@ -89,6 +89,14 @@ static struct awcc_quirks generic_quirks = {
>> >  static struct awcc_quirks empty_quirks;
>> >
>> >  static const struct dmi_system_id awcc_dmi_table[] __initconst = {
>> > +     {
>> > +             .ident = "Alienware 16 Aurora AC16250",
>> > +             .matches = {
>> > +                     DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
>> > +                     DMI_MATCH(DMI_PRODUCT_NAME, "Alienware 16 Aurora AC16250"),
>>
>> I suggest we drop the "AC16250" so we won't need additional patches if
>> Dell releases Alienware 16 Aurora R1, R2, etc.
>>
>> > +             },
>> > +             .driver_data = &generic_quirks,
>> > +     },
>> >       {
>> >               .ident = "Alienware Area-51m",
>> >               .matches = {
>>
>> Thanks!
>>
>> --
>>  ~ Kurt
>>


-- 
 ~ Kurt


      reply	other threads:[~2025-11-16 12:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-07  8:47 [PATCH] platform/x86: alieneware-wmi-wmax: Add AWCC support to Alienware 16 Aurora Anthony Wong
2025-10-07 14:20 ` Kurt Borja
2025-11-15  6:23 ` Kurt Borja
2025-11-16  0:44   ` Anthony Wong
2025-11-16 12:40     ` Kurt Borja [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=DEA4K8Q6VE8Q.308RH28K9QD45@gmail.com \
    --to=kuurtb@gmail.com \
    --cc=Dell.Client.Kernel@dell.com \
    --cc=anthony.wong@ubuntu.com \
    --cc=hansg@kernel.org \
    --cc=ilpo.jarvinen@linux.intel.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox