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:
Compute-Runtime-Validation
2025-01-15 07:45:01 +01:00
committed by Compute-Runtime-Automation
parent ca72dff1ab
commit af031ee0e3
16 changed files with 40 additions and 41 deletions

View File

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