Skip to content

Commit cd65de1

Browse files
msatwoodmattrope
authored andcommitted
drm/i915: Reduce I915_MAX_GT to 2
According to Ashutosh there is no current or planned product in i915 for I915_MAX_GT to be 4 anymore. Cc: Matt Roper <[email protected]> Cc: Ashutosh Dixit <[email protected]> Cc: Andi Shyti <[email protected]> Cc: Tvrtko Ursulin <[email protected]> Cc: Umesh Nerlige Ramappa <[email protected]> Signed-off-by: Matt Atwood <[email protected]> Reviewed-by: Matt Roper <[email protected]> Reviewed-by: Ashutosh Dixit <[email protected]> Signed-off-by: Matt Roper <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 412fa1f commit cd65de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/i915_drv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ struct drm_i915_private {
313313
/*
314314
* i915->gt[0] == &i915->gt0
315315
*/
316-
#define I915_MAX_GT 4
316+
#define I915_MAX_GT 2
317317
struct intel_gt *gt[I915_MAX_GT];
318318

319319
struct kobject *sysfs_gt;

0 commit comments

Comments
 (0)