Do not limit to 1 slice for throttle hint low.

Change-Id: Id42f2ba3af752d36dcf4c550129c4cf1aa68c530
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
Mrozek, Michal
2019-04-03 17:23:41 +02:00
committed by sys_ocldev
parent b2e16b7897
commit f946cdd288
2 changed files with 1 additions and 3 deletions

View File

@@ -82,8 +82,6 @@ FlushStamp WddmCommandStreamReceiver<GfxFamily>::flush(BatchBuffer &batchBuffer,
const uint32_t maxRequestedSubsliceCount = 7;
switch (batchBuffer.throttle) {
case QueueThrottle::LOW:
pHeader->UmdRequestedSubsliceCount = 1;
break;
case QueueThrottle::MEDIUM:
pHeader->UmdRequestedSubsliceCount = 0;
break;