From 51fdb9256a56c95dbab9b0542eb84df79a640e34 Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Mon, 18 Jan 2016 18:34:52 +1100 Subject: nb/intel/pineview: Native VGA init (CRT) VGA grub console works but display wobbles left/right drm/i915 driver reports one error: - [drm:i915_irq_handler] *ERROR* pipe A underrun - Monitor does not display 1920x1080 after modeset - Other resolutions look out of sync Cause: suspect single bug in raminit (chipset init) Change-Id: I2dcf59f8f30efe98f17a937bf98f5ab7221fc3ac Signed-off-by: Damien Zammit Reviewed-on: https://review.coreboot.org/12921 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/intel/d510mo/mainboard.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/mainboard/intel/d510mo') diff --git a/src/mainboard/intel/d510mo/mainboard.c b/src/mainboard/intel/d510mo/mainboard.c index 3b0ef0f274..94bee7e1ce 100644 --- a/src/mainboard/intel/d510mo/mainboard.c +++ b/src/mainboard/intel/d510mo/mainboard.c @@ -16,16 +16,9 @@ #include #include #include -#include #include #include -const struct i915_gpu_controller_info * -intel_gma_get_controller_info(void) -{ - return NULL; -} - static void mainboard_enable(device_t dev) { dev->ops->init = NULL; -- cgit v1.2.3