Re: [Intel-gfx] [PATCH] drm/i915: Make pinned object handling more specific

2015-06-05 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6534 -Summary- Platform Delta drm-intel-nightly Series Applied PNV

Re: [Intel-gfx] [PATCH] drm/i915: Make pinned object handling more specific

2015-06-04 Thread Joonas Lahtinen
On to, 2015-06-04 at 10:01 +0100, Chris Wilson wrote: > On Thu, Jun 04, 2015 at 11:49:06AM +0300, Joonas Lahtinen wrote: > > Get rid of the over-generic i915_gem_obj_is_pinned and replace it > > with i915_gem_obj_ggtt_is_pinned or more specific VMA handling. > > > > Requested-by: Chris Wilson > >

Re: [Intel-gfx] [PATCH] drm/i915: Make pinned object handling more specific

2015-06-04 Thread Chris Wilson
On Thu, Jun 04, 2015 at 11:49:06AM +0300, Joonas Lahtinen wrote: > Get rid of the over-generic i915_gem_obj_is_pinned and replace it > with i915_gem_obj_ggtt_is_pinned or more specific VMA handling. > > Requested-by: Chris Wilson > Signed-off-by: Joonas Lahtinen I take it you didn't read my patc

[Intel-gfx] [PATCH] drm/i915: Make pinned object handling more specific

2015-06-04 Thread Joonas Lahtinen
Get rid of the over-generic i915_gem_obj_is_pinned and replace it with i915_gem_obj_ggtt_is_pinned or more specific VMA handling. Requested-by: Chris Wilson Signed-off-by: Joonas Lahtinen --- drivers/gpu/drm/i915/i915_debugfs.c | 8 +-- drivers/gpu/drm/i915/i915_drv.h | 9 +