projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0d7371
)
drm/i915/pvc: Adjust EU per SS according to HAS_ONE_EU_PER_FUSE_BIT()
author
Matt Roper
<matthew.d.roper@intel.com>
Fri, 10 Jun 2022 23:08:01 +0000
(16:08 -0700)
committer
Matt Roper
<matthew.d.roper@intel.com>
Tue, 14 Jun 2022 21:52:13 +0000
(14:52 -0700)
If we're treating each bit in the EU fuse register as a single EU
instead of a pair of EUs, then that also cuts the number of potential
EUs per subslice in half.
Fixes: 5ac342ef84d7 ("drm/i915/pvc: Add SSEU changes")
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20220610230801.459577-1-matthew.d.roper@intel.com
drivers/gpu/drm/i915/gt/intel_sseu.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/gt/intel_sseu.c
b/drivers/gpu/drm/i915/gt/intel_sseu.c
index 7ef75f0d9c9e0b840a297cfb134ba313a3b44fd2..c6d3050604c89d4f71a770175379e72b245a31aa 100644
(file)
--- a/
drivers/gpu/drm/i915/gt/intel_sseu.c
+++ b/
drivers/gpu/drm/i915/gt/intel_sseu.c
@@
-229,7
+229,7
@@
static void xehp_sseu_info_init(struct intel_gt *gt)
*/
intel_sseu_set_info(sseu, 1,
32 * max(num_geometry_regs, num_compute_regs),
- 16);
+
HAS_ONE_EU_PER_FUSE_BIT(gt->i915) ? 8 :
16);
sseu->has_xehp_dss = 1;
xehp_load_dss_mask(uncore, &sseu->geometry_subslice_mask,