Re: [Intel-gfx] [PATCH] drm/i915: Remove redundant get_pages call

2015-12-02 Thread Daniel Vetter
On Tue, Dec 01, 2015 at 06:11:16PM +, Dave Gordon wrote: > On 28/10/15 12:08, ankitprasad.r.sha...@intel.com wrote: > >From: Ankitprasad Sharma > > > >A call to i915_gem_obj_ggtt_pin is being made after this, which again > >calls the get_pages function. Hence removing the redundant call to > >

Re: [Intel-gfx] [PATCH] drm/i915: Remove redundant get_pages call

2015-12-01 Thread Dave Gordon
On 28/10/15 12:08, ankitprasad.r.sha...@intel.com wrote: From: Ankitprasad Sharma A call to i915_gem_obj_ggtt_pin is being made after this, which again calls the get_pages function. Hence removing the redundant call to get_pages. Signed-off-by: Ankitprasad Sharma --- drivers/gpu/drm/i915/i9

[Intel-gfx] [PATCH] drm/i915: Remove redundant get_pages call

2015-10-28 Thread ankitprasad . r . sharma
From: Ankitprasad Sharma A call to i915_gem_obj_ggtt_pin is being made after this, which again calls the get_pages function. Hence removing the redundant call to get_pages. Signed-off-by: Ankitprasad Sharma --- drivers/gpu/drm/i915/i915_guc_submission.c | 5 - 1 file changed, 5 deletions(-