]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Don't try to place HWS in non-existing mappable region
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 29 Oct 2019 09:58:54 +0000 (09:58 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 29 Oct 2019 10:35:47 +0000 (10:35 +0000)
commitf1c233fa590cb69ebc30f4732099cccdc64170bd
tree818fb07304e99dcddc5eba0558e8553e91fdda3f
parent90756ee9165dd66763b5eea1f1d30fd838796e0f
drm/i915: Don't try to place HWS in non-existing mappable region

HWS placement restrictions can't just rely on HAS_LLC flag.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20191029095856.25431-5-matthew.auld@intel.com
drivers/gpu/drm/i915/gt/intel_engine_cs.c