aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r--src/northbridge/intel/haswell/gma.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/northbridge/intel/haswell/gma.c b/src/northbridge/intel/haswell/gma.c
index 607fab7602..ca446e25a7 100644
--- a/src/northbridge/intel/haswell/gma.c
+++ b/src/northbridge/intel/haswell/gma.c
@@ -236,14 +236,6 @@ static void power_well_enable(void)
{
gtt_write(HSW_PWR_WELL_CTL1, HSW_PWR_WELL_ENABLE);
gtt_poll(HSW_PWR_WELL_CTL1, HSW_PWR_WELL_STATE, HSW_PWR_WELL_STATE);
-
- /* In the native graphics case, we've got about 20 ms.
- * after we power up the AUX channel until we can talk to it.
- * So get that going right now. We can't turn on the panel, yet, just VDD.
- */
- if (CONFIG(MAINBOARD_DO_NATIVE_VGA_INIT)) {
- gtt_write(PCH_PP_CONTROL, PCH_PP_UNLOCK| EDP_FORCE_VDD | PANEL_POWER_RESET);
- }
}
static void gma_pm_init_pre_vbios(struct device *dev)