mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Update StreamProperties
Update ThreadArbitrationPolicy enum. Remove adjustThreadArbitionPolicy from CommandStreamReceiverHw. Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b25c0e4fc0
commit
573d01f085
@@ -9,13 +9,14 @@
|
||||
|
||||
#include <stdint.h>
|
||||
namespace NEO {
|
||||
|
||||
namespace ThreadArbitrationPolicy {
|
||||
enum {
|
||||
|
||||
enum : uint32_t {
|
||||
AgeBased = 0x0u,
|
||||
RoundRobin = 0x1u,
|
||||
RoundRobinAfterDependency = 0x2u,
|
||||
NotPresent = 0xffffffffu
|
||||
NotPresent = 0xffffu
|
||||
};
|
||||
|
||||
} // namespace ThreadArbitrationPolicy
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user