fix: Pass umd type info to kmd

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2024-04-19 10:25:07 +00:00
committed by Compute-Runtime-Automation
parent 6425afc548
commit 71286be6ad
7 changed files with 19 additions and 2 deletions

View File

@@ -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;
}