]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Add Wa_1209644611:icl,ehl
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 11 Mar 2020 16:22:56 +0000 (09:22 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 13 Mar 2020 15:59:01 +0000 (08:59 -0700)
commitaa64f8e1cf235f2e36615dba57c2c50d06181f84
treeb5ae30f7e44b11d6dceaf506984aee18b3c6a422
parent415d1269975d3fc21c13a6ae8de7b5fe0e6febb1
drm/i915: Add Wa_1209644611:icl,ehl

On gen11 the XY_FAST_COPY_BLT command has some size restrictions on its
usage.  Although this instruction is mainly used by userspace, i915 also
uses it to copy object contents during some selftests, so let's ensure
the restrictions are followed.

Bspec: 6544
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200311162300.1838847-3-matthew.d.roper@intel.com
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
drivers/gpu/drm/i915/gem/i915_gem_object_blt.c