summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_gt_defines.h
blob: 5017788bac8fb5e3284cc584c75a41a28197d492 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2019 Intel Corporation
 */

#ifndef __INTEL_GT_DEFINES__
#define __INTEL_GT_DEFINES__

#define I915_MAX_GT 2

#endif