[Intel-gfx] [RFC PATCH 141/162] drm/i915: Lmem eviction statistics by category
Chris Wilson
chris at chris-wilson.co.uk
Fri Nov 27 14:21:14 UTC 2020
Quoting Matthew Auld (2020-11-27 12:06:57)
> diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
> index 82f431cc38cd..6f0ab363bdee 100644
> --- a/drivers/gpu/drm/i915/i915_drv.h
> +++ b/drivers/gpu/drm/i915/i915_drv.h
> @@ -1225,6 +1225,11 @@ struct drm_i915_private {
> atomic_long_t num_bytes_swapped_in;
> atomic_long_t time_swap_out_ms;
> atomic_long_t time_swap_in_ms;
> +
> + atomic_long_t num_bytes_swapped_out_memcpy;
> + atomic_long_t num_bytes_swapped_in_memcpy;
> + atomic_long_t time_swap_out_ms_memcpy;
> + atomic_long_t time_swap_in_ms_memcpy;
See earlier comments about why this will be rejected.
-Chris
More information about the dri-devel
mailing list