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 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 > Cc: Jesse Barnes Applied. Thanks! Failure here seems a litt

[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 Cc: Jesse Barnes --- drivers/gpu/drm/i915/i915_dma.c | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions