mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
fix: change default wddm low priority context value
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2cde4a3d9d
commit
f910f94ef9
@@ -963,7 +963,7 @@ bool Wddm::setLowPriorityContextParam(D3DKMT_HANDLE contextHandle) {
|
||||
D3DKMT_SETCONTEXTSCHEDULINGPRIORITY contextPriority = {};
|
||||
|
||||
contextPriority.hContext = contextHandle;
|
||||
contextPriority.Priority = 1;
|
||||
contextPriority.Priority = -7;
|
||||
|
||||
if (debugManager.flags.ForceWddmLowPriorityContextValue.get() != -1) {
|
||||
contextPriority.Priority = static_cast<INT>(debugManager.flags.ForceWddmLowPriorityContextValue.get());
|
||||
|
||||
Reference in New Issue
Block a user