mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Revert "performance: align structures for 64-bit platforms"
This reverts commit 9f07f56f7f.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ca72dff1ab
commit
af031ee0e3
@@ -190,9 +190,9 @@ class IoctlHelperXe : public IoctlHelper {
|
||||
|
||||
std::unique_ptr<XeDrm::drm_xe_engine_class_instance> defaultEngine;
|
||||
struct DebugMetadata {
|
||||
DrmResourceClass type;
|
||||
uint64_t offset;
|
||||
uint64_t size;
|
||||
DrmResourceClass type;
|
||||
bool isCookie;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user