Disable GMA ACPI
Change-Id: Ifc07265b35bc41a980cb0c8f034294144409f510
This commit is contained in:
@@ -3,10 +3,13 @@
|
||||
#include <bootblock_common.h>
|
||||
#include <gpio.h>
|
||||
#include "gpio.h"
|
||||
#include <drivers/system76/dgpu/bootblock.c>
|
||||
#if CONFIG(DRIVERS_SYSTEM76_DGPU)
|
||||
#include <drivers/system76/dgpu/bootblock.c>
|
||||
#endif
|
||||
|
||||
void bootblock_mainboard_init(void) {
|
||||
gpio_configure_pads(early_gpio_table, ARRAY_SIZE(early_gpio_table));
|
||||
//TODO: enable GPU
|
||||
dgpu_power_enable(0);
|
||||
#if CONFIG(DRIVERS_SYSTEM76_DGPU)
|
||||
dgpu_power_enable(1);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user