Re: [Intel-gfx] [PATCH] drm/i915: Allocate the PCI resource for the MCHBAR

2010-08-30 Thread Eric Anholt
On Fri, 20 Aug 2010 17:58:12 +0100, Chris Wilson ch...@chris-wilson.co.uk wrote: We were failing when trying to allocate the resource for MMIO of the MCHBAR because we forgot to specify what type of resource we wanted. Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk Cc: Jesse Barnes

[Intel-gfx] [PATCH] drm/i915: Allocate the PCI resource for the MCHBAR

2010-08-20 Thread Chris Wilson
We were failing when trying to allocate the resource for MMIO of the MCHBAR because we forgot to specify what type of resource we wanted. Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk Cc: Jesse Barnes jbar...@virtuousgeek.org --- drivers/gpu/drm/i915/i915_dma.c | 20 ++--