Re: [Intel-gfx] [PATCH 27/29] drm/i915: Allocate overlay registers from stolen memory

2012-08-22 Thread Daniel Vetter
On Wed, Aug 22, 2012 at 04:45:45PM +0100, Chris Wilson wrote: > On Mon, 20 Aug 2012 23:17:06 +0200, Daniel Vetter wrote: > > On Sat, Aug 11, 2012 at 03:41:26PM +0100, Chris Wilson wrote: > > > Signed-off-by: Chris Wilson > > > > Since most of the overlay-supporting hw uses physical mem for the o

Re: [Intel-gfx] [PATCH 27/29] drm/i915: Allocate overlay registers from stolen memory

2012-08-22 Thread Chris Wilson
On Mon, 20 Aug 2012 23:17:06 +0200, Daniel Vetter wrote: > On Sat, Aug 11, 2012 at 03:41:26PM +0100, Chris Wilson wrote: > > Signed-off-by: Chris Wilson > > Since most of the overlay-supporting hw uses physical mem for the overlay > I think this isn't much worth it: The additional frobbery in >

Re: [Intel-gfx] [PATCH 27/29] drm/i915: Allocate overlay registers from stolen memory

2012-08-20 Thread Daniel Vetter
On Sat, Aug 11, 2012 at 03:41:26PM +0100, Chris Wilson wrote: > Signed-off-by: Chris Wilson Since most of the overlay-supporting hw uses physical mem for the overlay I think this isn't much worth it: The additional frobbery in attach/detach_phys object is likely more work than we'll anything we'l

[Intel-gfx] [PATCH 27/29] drm/i915: Allocate overlay registers from stolen memory

2012-08-11 Thread Chris Wilson
Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_overlay.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_overlay.c b/drivers/gpu/drm/i915/intel_overlay.c index 7a98459..6982191 100644 --- a/drivers/gpu/drm/i915/intel_overlay.c +