summarylogtreecommitdiffstats
path: root/0007-disable-dal-by-default.patch
diff options
context:
space:
mode:
Diffstat (limited to '0007-disable-dal-by-default.patch')
-rw-r--r--0007-disable-dal-by-default.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/0007-disable-dal-by-default.patch b/0007-disable-dal-by-default.patch
deleted file mode 100644
index f62d4e64509a..000000000000
--- a/0007-disable-dal-by-default.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/amd/amdgpu/amdgpu_drv.c.orig 2017-01-30 00:29:42.740832196 +0100
-+++ b/amd/amdgpu/amdgpu_drv.c 2017-01-30 00:29:59.947499459 +0100
-@@ -88,7 +88,7 @@
- int amdgpu_vm_debug = 0;
- int amdgpu_vram_page_split = 1024;
- int amdgpu_exp_hw_support = 0;
--int amdgpu_dc = -1;
-+int amdgpu_dc = 0;
- int amdgpu_sched_jobs = 32;
- int amdgpu_sched_hw_submission = 2;
- int amdgpu_powerplay = -1;