Re: [Intel-gfx] [PATCH 19/21] drm/i915: Never allow VGA on LPT LP PCH

2013-11-08 Thread Ben Widawsky
On Thu, Nov 07, 2013 at 09:40:49PM -0800, Ben Widawsky wrote: > Sometimes the VBT lies, I guess? I can't explain why this occurs, but it > does on the early platforms we have. > > Since it seems never unsafe to do this, I don't feel we need any quirk > or warnings. > > Cc: Paulo Zanoni > Signed-

[Intel-gfx] [PATCH 19/21] drm/i915: Never allow VGA on LPT LP PCH

2013-11-08 Thread Ben Widawsky
Sometimes the VBT lies, I guess? I can't explain why this occurs, but it does on the early platforms we have. Since it seems never unsafe to do this, I don't feel we need any quirk or warnings. Cc: Paulo Zanoni Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/intel_display.c | 3 ++- 1 fil

Re: [Intel-gfx] [PATCH 19/21] drm/i915: Never allow VGA on LPT LP PCH

2013-11-08 Thread Paulo Zanoni
2013/11/8 Ben Widawsky : > Sometimes the VBT lies, I guess? I can't explain why this occurs, but it > does on the early platforms we have. We don't decide to init/not-init VGA based on the VBT. Function intel_setup_outputs has "if (!IS_ULT(dev)) intel_crtc_init(dev)". As far as I remember, we're t