[Intel-gfx] [PATCH v2] drm/i915: Run relevant bits of debugfs drop_caches per GT

Andi Shyti andi.shyti at linux.intel.com
Thu Sep 7 12:55:58 UTC 2023


> -	ret = gt_drop_caches(to_gt(i915), val);
> -	if (ret)
> -		return ret;
> +	for_each_gt(i915, i, gt) {

argh... I forgot to add this change before formatting the patch

-       for_each_gt(i915, i, gt) {
+       for_each_gt(gt, i915, i) {

Will resend.

Andi


More information about the Intel-gfx mailing list