Re: [Intel-gfx] [PATCH] Skip intel_crt_init for Dell XPS 8700

2014-04-03 Thread Daniel Vetter
On Thu, Apr 03, 2014 at 02:13:55PM -0400, Giacomo Comes wrote: > The Dell XPS 8700 has a onboard Display port and HDMI port and no VGA port. > The call intel_crt_init freeze the machine, so skip such call. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73559 > Signed-off-by: Giacomo Co

[Intel-gfx] [PATCH] Skip intel_crt_init for Dell XPS 8700

2014-04-03 Thread Giacomo Comes
The Dell XPS 8700 has a onboard Display port and HDMI port and no VGA port. The call intel_crt_init freeze the machine, so skip such call. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73559 Signed-off-by: Giacomo Comes diff -Nraub a/drivers/gpu/drm/i915/intel_crt.c b/drivers/gpu/drm/i9