mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: gma/acpi: Fix argument count to _DSS
As the comment above the change indicates, and per ACPI spec,
_DSS has one argument.
BUG=none
BRANCH=none
TEST=none
Change-Id: I54e32bf6a81cf577a6a39166bce7e781bcbe0fe6
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 17b1a69c52
Original-Change-Id: Ic05832d412cd0c89ed3a275c4db694a9118dac28
Original-Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Original-Reviewed-on: https://review.coreboot.org/19952
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Philippe Mathieu-Daud <philippe.mathieu.daude@gmail.com>
Original-Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://chromium-review.googlesource.com/517790
This commit is contained in:
parent
e76798a409
commit
e6eadad09b
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ drivers_intel_gma_displays_ssdt_generate(const struct i915_gpu_controller_info *
|
|||
^^XDSS(0x5a, Arg0)
|
||||
}
|
||||
*/
|
||||
acpigen_write_method("_DSS", 0);
|
||||
acpigen_write_method("_DSS", 1);
|
||||
acpigen_emit_namestring("^^XDSS");
|
||||
acpigen_write_byte(i);
|
||||
acpigen_emit_byte(0x68); /* Arg0Op. */
|
||||
|
|
Loading…
Add table
Reference in a new issue