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