https://bugs.freedesktop.org/show_bug.cgi?id=111599
Chris Wilson chris@chris-wilson.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #3 from Chris Wilson chris@chris-wilson.co.uk --- commit d17a484b3c22706b2b004ef1577f367d79235e43 (upstream/master, origin/master, origin/HEAD) Author: Chris Wilson chris@chris-wilson.co.uk Date: Wed Oct 2 12:22:29 2019 +0100
i915/gem_ctx_isolation: Bump support for Tigerlake
There's very little variation in non-privileged registers for Tigerlake, so we can mostly inherit the set from gen11. There is no whitelist at present, so we do not need to add any special registers.
v2: Add COMMON_SLICE_CHICKEN2, GEN9_SLICE_COMMON_ECO_CHICKEN1 and a variety of huc readonly status registers.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111599 Signed-off-by: Chris Wilson chris@chris-wilson.co.uk Cc: Mika Kuoppala mika.kuoppala@linux.intel.com Reviewed-by: Mika Kuoppala mika.kuoppala@linux.intel.com