Revert "amdgpu:support 16 ibs per submit for PAL/SRIOV"
authorMarek Olšák <marek.olsak@amd.com>
Fri, 9 Mar 2018 01:04:01 +0000 (20:04 -0500)
committerMarek Olšák <marek.olsak@amd.com>
Fri, 9 Mar 2018 01:04:01 +0000 (20:04 -0500)
This reverts commit 924f856a9047b87e8bfdc2867f7fe484e3f71343.

Wrong patch.

amdgpu/amdgpu.h

index 4c17247..36f9105 100644 (file)
@@ -53,7 +53,7 @@ struct drm_amdgpu_info_hw_ip;
  *
  * \sa amdgpu_cs_ib_info
 */
-#define AMDGPU_CS_MAX_IBS_PER_SUBMIT           16
+#define AMDGPU_CS_MAX_IBS_PER_SUBMIT           4
 
 /**
  * Special timeout value meaning that the timeout is infinite.