[Intel-gfx] [PATCH 15/21] drm/i915: accurate page size tracking for the ppgtt

2017-10-06 Thread Matthew Auld
Now that we support multiple page sizes for the ppgtt, it would be useful to track the real usage for debugging purposes. Signed-off-by: Matthew Auld Cc: Joonas Lahtinen Cc: Chris Wilson Reviewed-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem_gtt.c| 11 +++ drivers/gpu/drm/i91

[Intel-gfx] [PATCH 15/21] drm/i915: accurate page size tracking for the ppgtt

2017-10-05 Thread Matthew Auld
Now that we support multiple page sizes for the ppgtt, it would be useful to track the real usage for debugging purposes. Signed-off-by: Matthew Auld Cc: Joonas Lahtinen Cc: Chris Wilson Reviewed-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem_gtt.c| 11 +++ drivers/gpu/drm/i91

[Intel-gfx] [PATCH 15/21] drm/i915: accurate page size tracking for the ppgtt

2017-09-29 Thread Matthew Auld
Now that we support multiple page sizes for the ppgtt, it would be useful to track the real usage for debugging purposes. Signed-off-by: Matthew Auld Cc: Joonas Lahtinen Cc: Chris Wilson Reviewed-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem_gtt.c| 11 +++ drivers/gpu/drm/i91

Re: [Intel-gfx] [PATCH 15/21] drm/i915: accurate page size tracking for the ppgtt

2017-09-23 Thread Chris Wilson
Quoting Matthew Auld (2017-09-22 18:32:46) > Now that we support multiple page sizes for the ppgtt, it would be > useful to track the real usage for debugging purposes. Now? I kind of think knowing as we add the different support is interesting. > Signed-off-by: Matthew Auld > Cc: Joonas Lahtin

[Intel-gfx] [PATCH 15/21] drm/i915: accurate page size tracking for the ppgtt

2017-09-22 Thread Matthew Auld
Now that we support multiple page sizes for the ppgtt, it would be useful to track the real usage for debugging purposes. Signed-off-by: Matthew Auld Cc: Joonas Lahtinen Cc: Chris Wilson --- drivers/gpu/drm/i915/i915_gem_gtt.c| 11 +++ drivers/gpu/drm/i915/i915_gem_object.h | 10 ++