mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
fix: pass additional adapter info caps to gmmlib for wddm windows
Related-To: HSD-18041684792 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
48917f14cc
commit
72e1ec3b42
@@ -183,6 +183,8 @@ struct ADAPTER_INFO_KMD : ADAPTER_INFO_GMM { // NOLINT(readability-identifier-na
|
||||
GMM_GFX_PARTITIONING GfxPartition; // NOLINT(readability-identifier-naming)
|
||||
ADAPTER_BDF stAdapterBDF;
|
||||
PLATFORM_KMD GfxPlatform; // NOLINT(readability-identifier-naming)
|
||||
uint64_t LMemBarSize; // NOLINT(readability-identifier-naming)
|
||||
uint8_t SegmentId[3]; // NOLINT(readability-identifier-naming)
|
||||
};
|
||||
|
||||
static constexpr COMMAND_BUFFER_HEADER initCommandBufferHeader(uint32_t umdContextType, uint32_t umdPatchList, uint32_t usesResourceStreamer, uint32_t perfTag) {
|
||||
|
||||
Reference in New Issue
Block a user