Re: [Intel-gfx] [PATCH] drm/i915: Verify that our stolen memory doesn't conflict

2013-07-05 Thread Daniel Vetter
On Fri, Jul 05, 2013 at 06:34:46PM -0300, Paulo Zanoni wrote: > 2013/7/4 Daniel Vetter : > > On Thu, Jul 04, 2013 at 12:28:35PM +0100, Chris Wilson wrote: > >> Sanity check that the memory region found through the Graphics Base > >> of Stolen Memory is reserved and hidden from the rest of the syste

Re: [Intel-gfx] [PATCH] drm/i915: Verify that our stolen memory doesn't conflict

2013-07-05 Thread Paulo Zanoni
2013/7/4 Daniel Vetter : > On Thu, Jul 04, 2013 at 12:28:35PM +0100, Chris Wilson wrote: >> Sanity check that the memory region found through the Graphics Base >> of Stolen Memory is reserved and hidden from the rest of the system >> through the use of the resource API. >> >> v2: "Graphics Stolen M

Re: [Intel-gfx] [PATCH] drm/i915: Verify that our stolen memory doesn't conflict

2013-07-04 Thread Daniel Vetter
On Thu, Jul 04, 2013 at 12:28:35PM +0100, Chris Wilson wrote: > Sanity check that the memory region found through the Graphics Base > of Stolen Memory is reserved and hidden from the rest of the system > through the use of the resource API. > > v2: "Graphics Stolen Memory" is such a more bodacious

[Intel-gfx] [PATCH] drm/i915: Verify that our stolen memory doesn't conflict

2013-07-04 Thread Chris Wilson
Sanity check that the memory region found through the Graphics Base of Stolen Memory is reserved and hidden from the rest of the system through the use of the resource API. v2: "Graphics Stolen Memory" is such a more bodacious name than the lame "i915 stolen", and convert to using devres for a

Re: [Intel-gfx] [PATCH] drm/i915: Verify that our stolen memory doesn't conflict

2013-07-04 Thread Daniel Vetter
On Thu, Jul 4, 2013 at 12:53 PM, Chris Wilson wrote: > Sanity check that the memory region found through the Graphics Base > of Stolen Memory is reserved and hidden from the rest of the system > through the use of the resource API. > > Signed-off-by: Chris Wilson > Cc: Daniel Vetter Two little

[Intel-gfx] [PATCH] drm/i915: Verify that our stolen memory doesn't conflict

2013-07-04 Thread Chris Wilson
Sanity check that the memory region found through the Graphics Base of Stolen Memory is reserved and hidden from the rest of the system through the use of the resource API. Signed-off-by: Chris Wilson Cc: Daniel Vetter --- drivers/gpu/drm/i915/i915_gem_stolen.c | 21 + 1 fil