Revert "amdgpu:support 16 ibs per submit for PAL/SRIOV"

This reverts commit 924f856a90.

Wrong patch.
main
Marek Olšák 2018-03-08 20:04:01 -05:00
parent 924f856a90
commit 666d59d86b
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ struct drm_amdgpu_info_hw_ip;
* *
* \sa amdgpu_cs_ib_info * \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. * Special timeout value meaning that the timeout is infinite.