|
1 | 1 | /* |
2 | | - * Copyright (C) 2018-2023 Intel Corporation |
| 2 | + * Copyright (C) 2018-2024 Intel Corporation |
3 | 3 | * |
4 | 4 | * SPDX-License-Identifier: MIT |
5 | 5 | * |
@@ -100,10 +100,9 @@ NEO::BatchBuffer::BatchBuffer(GraphicsAllocation *commandBufferAllocation, size_ |
100 | 100 | bool hasRelaxedOrderingDependencies, bool dispatchMonitorFence) |
101 | 101 | : commandBufferAllocation(commandBufferAllocation), startOffset(startOffset), |
102 | 102 | chainedBatchBufferStartOffset(chainedBatchBufferStartOffset), taskStartAddress(taskStartAddress), chainedBatchBuffer(chainedBatchBuffer), |
103 | | - lowPriority(lowPriority), |
104 | | - throttle(throttle), sliceCount(sliceCount), |
105 | | - usedSize(usedSize), stream(stream), endCmdPtr(endCmdPtr), numCsrClients(numCsrClients), hasStallingCmds(hasStallingCmds), |
106 | | - hasRelaxedOrderingDependencies(hasRelaxedOrderingDependencies), dispatchMonitorFence(dispatchMonitorFence) {} |
| 103 | + sliceCount(sliceCount), usedSize(usedSize), stream(stream), endCmdPtr(endCmdPtr), numCsrClients(numCsrClients), |
| 104 | + throttle(throttle), dispatchMonitorFence(dispatchMonitorFence), hasRelaxedOrderingDependencies(hasRelaxedOrderingDependencies), |
| 105 | + hasStallingCmds(hasStallingCmds), lowPriority(lowPriority) {} |
107 | 106 |
|
108 | 107 | NEO::CommandBuffer::CommandBuffer(Device &device) : device(device) { |
109 | 108 | flushStamp.reset(new FlushStampTracker(false)); |
|
0 commit comments