Re: [Intel-gfx] [PATCH] drm/i915: Only scan for a potential fb is the object is pinned to the display

2014-01-10 Thread Ben Widawsky
On Fri, Jan 10, 2014 at 08:26:23PM +, Chris Wilson wrote: > Only objects pinned to the display engine can be an active framebuffer, > so we can refine the current check for any pinned object to be a > pinned-display object. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/i915_ge

Re: [Intel-gfx] [PATCH] drm/i915: Only scan for a potential fb is the object is pinned to the display

2014-01-10 Thread Chris Wilson
On Fri, Jan 10, 2014 at 12:41:49PM -0800, Ben Widawsky wrote: > On Fri, Jan 10, 2014 at 08:26:23PM +, Chris Wilson wrote: > > Only objects pinned to the display engine can be an active framebuffer, > > so we can refine the current check for any pinned object to be a > > pinned-display object. >

[Intel-gfx] [PATCH] drm/i915: Only scan for a potential fb is the object is pinned to the display

2014-01-10 Thread Chris Wilson
Only objects pinned to the display engine can be an active framebuffer, so we can refine the current check for any pinned object to be a pinned-display object. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) dif