aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2020-06-23 14:04:42 -0700
committerMarge Bot <[email protected]>2020-06-24 02:48:04 +0000
commit8278a46b26a690b58b85454eccc48caf65012671 (patch)
tree1a371341fcf350dc528db83d0101cba780c9e830 /src/intel
parent32455b657f68cbc1ab5af5ca16e80e39cc9fbdd6 (diff)
intel: Disable loading drivers on DG1 devices for now
Kernel support for DG1 has not yet been merged upstream; per our long-standing DRM subsystem policy, we should not enable the platform in userspace until the kernel patches are merged and functional. We will re-enable this in the future. In the meantime, we retain all of the infrastructure and code for the platform so that we can continue developing DG1 support in upstream. See a discussion here: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4956#note_547775 Acked-by: Daniel Vetter <[email protected]> Acked-by: Jason Ekstrand <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5617>
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/dev/gen_device_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/dev/gen_device_info.c b/src/intel/dev/gen_device_info.c
index 7630bb03b10..e7c7395cefd 100644
--- a/src/intel/dev/gen_device_info.c
+++ b/src/intel/dev/gen_device_info.c
@@ -1058,7 +1058,7 @@ static const struct gen_device_info gen_device_info_rkl_gt1 = {
.urb.size = 768, \
.simulator_id = 30
-static const struct gen_device_info gen_device_info_dg1 = {
+UNUSED static const struct gen_device_info gen_device_info_dg1 = {
GEN12_DG1_FEATURES,
};