]> 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)
commit47ff08636f5dd5774b0dd3e2a07a6ab2e457e4d6
treeb5ae30f7e44b11d6dceaf506984aee18b3c6a422
parent80d541007c73fe879d1007e4defcc62eb695fd48
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