mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
fix: Pass umd type info to kmd
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6425afc548
commit
71286be6ad
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021-2022 Intel Corporation
|
||||
* Copyright (C) 2021-2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -16,6 +16,7 @@ CREATECONTEXT_PVTDATA initPrivateData(OsContextWin &osContext) {
|
||||
privateData.IsDwm = FALSE;
|
||||
privateData.GpuVAContext = TRUE;
|
||||
privateData.IsMediaUsage = false;
|
||||
privateData.UmdContextType = UMD_OCL;
|
||||
|
||||
return privateData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user