[Intel-gfx] [PATCH] drm/i915: quirk away broken OpRegion VBT

2012-03-24 Thread Daniel Vetter
Somehow the BIOS manages to screw things up when copying the VBT around, because the one we scrap from the VBIOS rom actually works. Cc: sta...@kernel.org Tested-by: Markus Heinz Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=28812 Signed-Off-by: Daniel Vetter --- drivers/gpu/drm/i915/in

Re: [Intel-gfx] [PATCH] drm/i915: quirk away broken OpRegion VBT

2012-03-24 Thread Chris Wilson
On Sat, 24 Mar 2012 23:51:30 +0100, Daniel Vetter wrote: > Somehow the BIOS manages to screw things up when copying the VBT > around, because the one we scrap from the VBIOS rom actually works. > > Cc: sta...@kernel.org > Tested-by: Markus Heinz > Bugzilla: https://bugzilla.kernel.org/show_bug.

Re: [Intel-gfx] [PATCH] drm/i915: quirk away broken OpRegion VBT

2012-03-26 Thread Rodrigo Vivi
Reviewed-by: Rodrigo Vivi On Sat, Mar 24, 2012 at 8:03 PM, Chris Wilson wrote: > On Sat, 24 Mar 2012 23:51:30 +0100, Daniel Vetter > wrote: >> Somehow the BIOS manages to screw things up when copying the VBT >> around, because the one we scrap from the VBIOS rom actually works. >> >> Cc: sta..

Re: [Intel-gfx] [PATCH] drm/i915: quirk away broken OpRegion VBT

2012-03-28 Thread Jesse Barnes
On Sat, 24 Mar 2012 23:03:08 + Chris Wilson wrote: > On Sat, 24 Mar 2012 23:51:30 +0100, Daniel Vetter > wrote: > > Somehow the BIOS manages to screw things up when copying the VBT > > around, because the one we scrap from the VBIOS rom actually works. > > > > Cc: sta...@kernel.org > > Tes