We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb962fa commit ab49840Copy full SHA for ab49840
drivers/gpu/drm/i915/gt/intel_sseu.c
@@ -145,7 +145,7 @@ static void gen12_sseu_info_init(struct intel_gt *gt)
145
* across the entire device. Then calculate out the DSS for each
146
* workload type within that software slice.
147
*/
148
- if (IS_XEHPSDV(gt->i915))
+ if (IS_DG2(gt->i915) || IS_XEHPSDV(gt->i915))
149
intel_sseu_set_info(sseu, 1, 32, 16);
150
else
151
intel_sseu_set_info(sseu, 1, 6, 16);
0 commit comments