nixpkgs/pkgs/os-specific/linux/amdgpu-pro/patches/0010-disable-dal-by-default...

26 lines
725 B
Diff
Raw Normal View History

2017-01-10 06:24:21 -08:00
From 5ab8e5e36634391a5c440bf78463226b2074485e Mon Sep 17 00:00:00 2001
2016-09-21 18:42:16 -07:00
From: David McFarland <corngood@gmail.com>
Date: Thu, 25 Aug 2016 22:17:06 -0300
2017-01-10 06:24:21 -08:00
Subject: [PATCH 10/11] disable dal by default
2016-09-21 18:42:16 -07:00
---
amd/amdgpu/amdgpu_drv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/amd/amdgpu/amdgpu_drv.c b/amd/amdgpu/amdgpu_drv.c
2017-01-10 06:24:21 -08:00
index d6b3f35..4477865 100755
2016-09-21 18:42:16 -07:00
--- a/amd/amdgpu/amdgpu_drv.c
+++ b/amd/amdgpu/amdgpu_drv.c
2017-01-10 06:24:21 -08:00
@@ -88,7 +88,7 @@ int amdgpu_vm_fault_stop = 0;
2016-09-21 18:42:16 -07:00
int amdgpu_vm_debug = 0;
2017-01-10 06:24:21 -08:00
int amdgpu_vram_page_split = -1;
2016-09-21 18:42:16 -07:00
int amdgpu_exp_hw_support = 0;
-int amdgpu_dal = -1;
+int amdgpu_dal = 0;
int amdgpu_sched_jobs = 32;
int amdgpu_sched_hw_submission = 2;
int amdgpu_powerplay = -1;
--
2017-01-10 06:24:21 -08:00
2.11.0
2016-09-21 18:42:16 -07:00