build: dependencies update

Signed-off-by: ocldev <ocldev@intel.com>
This commit is contained in:
ocldev
2024-04-04 11:03:48 +02:00
committed by Compute-Runtime-Automation
parent c6960ac947
commit 794c3a4442
4 changed files with 10 additions and 8 deletions

2
Jenkinsfile vendored
View File

@@ -7,5 +7,5 @@
*
*/
dependenciesRevision='f26cf9ee3cce86b09d62bb8c1c392264ac5419ed-2352'
dependenciesRevision='af47eb52bcc938c167ae79b8edc74b621a673761-2369'
kernelVersion='dev-5456'

View File

@@ -3,7 +3,7 @@ components:
branch: master
dest_dir: aub_stream
repository: https://github.com/intel/aubstream
revision: 0578cf6059f26551cf5aa5c06918c0bceed9e078
revision: 0162b2531c94e9e43f52f2b7661333b63ea8509c
type: git
gmmlib:
asset_name: gmmlib
@@ -42,11 +42,11 @@ components:
dest_dir: kernels_bin
type: git
branch: kernels_bin
revision: 2352-1522
revision: 2369-1531
kmdaf:
branch: kmdaf
dest_dir: kmdaf
revision: c6d3572fb36789df452ca417454272a2a92b78fc
revision: 68cfaf9eba1360f05d06b14d19389310b86c4dd9
type: git
level_zero:
asset_name: level_zero
@@ -85,11 +85,11 @@ components:
dest_dir: wdk
type: git
branch: wdk
revision: f22efc5a3b252d5da55da480608247df75827c6e-2290
revision: af47eb52bcc938c167ae79b8edc74b621a673761-2369
wsl:
branch: wsl
dest_dir: wsl
revision: 56430997dac34ca0e9e18c177636234cac26ad54
type: git
converter: M-2352
converter: M-2369
version: '1'

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022-2023 Intel Corporation
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -62,6 +62,7 @@ constexpr uint32_t aubFileAndTbx = 2;
constexpr uint32_t tbxShm = 3;
constexpr uint32_t tbxShm3 = 4;
constexpr uint32_t tbxShm4 = 5;
constexpr uint32_t null = 6;
} // namespace mode
namespace clearColorType {

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -29,6 +29,7 @@ struct HardwareContext {
virtual void writeMemory2(AllocationParams allocationParams) = 0;
virtual void writeMMIO(uint32_t offset, uint32_t value) = 0;
virtual void pollForFenceCompletion() = 0;
virtual void release(){};
};
} // namespace aub_stream