drm/i915/pvc: skip all copy engines from aux table invalidate
authorLucas De Marchi <lucas.demarchi@intel.com>
Thu, 5 May 2022 21:38:11 +0000 (14:38 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Tue, 10 May 2022 22:32:40 +0000 (15:32 -0700)
commit1a1a5a315ee805bec457fd214250c088efadb50b
tree536c97dc54ed7a329efcbad622a7533a2ca8dd25
parent8caaf7ad659da9b757781d5f08ce0bf98801931e
drm/i915/pvc: skip all copy engines from aux table invalidate

As we have more copy engines now, mask all of them from aux table
invalidate.

v2 (MattR):
 - Use I915_MAX_BCS to determine mask rather than hardcoding BCS8.
   (Prathap)

Cc: Prathap Kumar Valsan <prathap.kumar.valsan@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Prathap Kumar Valsan <prathap.kumar.valsan@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220505213812.3979301-12-matthew.d.roper@intel.com
drivers/gpu/drm/i915/gt/gen8_engine_cs.c