[RFC PATCH 143/162] drm/i915: suspend/resume eviction
Chris Wilson
chris at chris-wilson.co.uk
Fri Nov 27 14:22:33 UTC 2020
Quoting Matthew Auld (2020-11-27 12:06:59)
> +static int intel_dmem_evict_buffers(struct drm_device *dev, bool in_suspend)
> +{
> + struct drm_i915_private *i915 = to_i915(dev);
> + struct drm_i915_gem_object *obj;
> + struct intel_memory_region *mem;
> + int id, ret = 0;
> +
> + /*
> + * FIXME: Presently using memcpy,
> + * will replace with blitter once
> + * fix the issues.
> + */
Why hasn't it been fixed then?
-Chris
More information about the dri-devel
mailing list