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