]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gen11: Moving WAs to icl_gt_workarounds_init()
authorRaviteja Goud Talla <ravitejax.goud.talla@intel.com>
Fri, 3 Dec 2021 14:56:03 +0000 (20:26 +0530)
committerJohn Harrison <John.C.Harrison@Intel.com>
Fri, 3 Dec 2021 17:51:38 +0000 (09:51 -0800)
commit945dc1851aa808f4fa712e92bbd422cb8f3f0c3c
tree6a837570fbbedf3cd3969831e6f1e78c527f58d6
parent0100ab8b04eb0999908301a2447f383b35ce8d10
drm/i915/gen11: Moving WAs to icl_gt_workarounds_init()

Bspec page says "Reset: BUS", Accordingly moving w/a's:
Wa_1407352427,Wa_1406680159 to proper function icl_gt_workarounds_init()
Which will resolve guc enabling error

v2:
  - Previous patch rev2 was created by email client which caused the
    Build failure, This v2 is to resolve the previous broken series

Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Signed-off-by: Raviteja Goud Talla <ravitejax.goud.talla@intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211203145603.4006937-1-ravitejax.goud.talla@intel.com
drivers/gpu/drm/i915/gt/intel_workarounds.c