Attention is currently required from: Jason Glenesk, Raul Rangel, Jason Nien, Marshall Dawson, Matt DeVillier, Tim Wawrzynczak, Martin Roth, Fred Reitberger, Karthik Ramasubramanian, Felix Held.
Tim Van Patten has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/66994 )
Change subject: soc/amd: Refactor DPTC Tablet Mode
......................................................................
Patch Set 10:
(3 comments)
File src/soc/amd/common/acpi/dptc.asl:
https://review.coreboot.org/c/coreboot/+/66994/comment/6a5fce5e_efa02daa
PS9, Line 15:
I understand this as DPTC tablet mode. Otherwise DPTC Default. […]
I don't quite understand the question. The flow is:
- If the method `_SB.DDEF()` doesn't exist, then DPTC is not enabled so return immediatley.
- If the method `_SB.DTAB()` exists and the device is in tablet mode (`TBMD == One`), then enable the tablet mode DPTC settings and return.
- Enable the default DPTC settings via `_SB.DDEF()` (done during boot or when the device goes from tablet mode -> laptop mode).
Is that what you're looking for?
File src/soc/amd/common/block/acpi/alib.c:
https://review.coreboot.org/c/coreboot/+/66994/comment/95320b22_473782b7
PS9, Line 43: acpigen_pop_len(); /* Method DDEF */
acpigen_write_method_end();
Done
https://review.coreboot.org/c/coreboot/+/66994/comment/85ceccfa_bf44ae6b
PS9, Line 45: acpigen_pop_len(); /* Scope _SB */
acpigen_write_scope_end(); […]
Done
--
To view, visit
https://review.coreboot.org/c/coreboot/+/66994
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2518fdd526868c9d5668a6018fd3570392e809c0
Gerrit-Change-Number: 66994
Gerrit-PatchSet: 10
Gerrit-Owner: Tim Van Patten
timvp@google.com
Gerrit-Reviewer: Felix Held
felix-coreboot@felixheld.de
Gerrit-Reviewer: Fred Reitberger
reitbergerfred@gmail.com
Gerrit-Reviewer: Jason Glenesk
jason.glenesk@gmail.com
Gerrit-Reviewer: Jason Nien
jason.nien@amd.corp-partner.google.com
Gerrit-Reviewer: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Reviewer: Marshall Dawson
marshalldawson3rd@gmail.com
Gerrit-Reviewer: Martin Roth
martin.roth@amd.corp-partner.google.com
Gerrit-Reviewer: Matt DeVillier
matt.devillier@amd.corp-partner.google.com
Gerrit-Reviewer: Raul Rangel
rrangel@chromium.org
Gerrit-Reviewer: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Attention: Jason Glenesk
jason.glenesk@gmail.com
Gerrit-Attention: Raul Rangel
rrangel@chromium.org
Gerrit-Attention: Jason Nien
jason.nien@amd.corp-partner.google.com
Gerrit-Attention: Marshall Dawson
marshalldawson3rd@gmail.com
Gerrit-Attention: Matt DeVillier
matt.devillier@amd.corp-partner.google.com
Gerrit-Attention: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Attention: Martin Roth
martin.roth@amd.corp-partner.google.com
Gerrit-Attention: Fred Reitberger
reitbergerfred@gmail.com
Gerrit-Attention: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Attention: Felix Held
felix-coreboot@felixheld.de
Gerrit-Comment-Date: Thu, 01 Sep 2022 22:51:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Karthik Ramasubramanian
kramasub@google.com
Gerrit-MessageType: comment