mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
Revert "fix: query drm info to 8 byte aligned storage"
This reverts commit 9b344280d6.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ffab8fd9cc
commit
d5f90ae155
@@ -238,7 +238,7 @@ class Drm : public DriverModel {
|
||||
pciDomain = domain;
|
||||
}
|
||||
|
||||
MOCKABLE_VIRTUAL std::vector<uint64_t> getMemoryRegions();
|
||||
MOCKABLE_VIRTUAL std::vector<uint8_t> getMemoryRegions();
|
||||
|
||||
MOCKABLE_VIRTUAL bool completionFenceSupport();
|
||||
|
||||
@@ -253,7 +253,7 @@ class Drm : public DriverModel {
|
||||
bool readSysFsAsString(const std::string &relativeFilePath, std::string &readString);
|
||||
MOCKABLE_VIRTUAL std::string getSysFsPciPath();
|
||||
std::unique_ptr<HwDeviceIdDrm> &getHwDeviceId() { return hwDeviceId; }
|
||||
std::vector<uint64_t> query(uint32_t queryId, uint32_t queryItemFlags);
|
||||
std::vector<uint8_t> query(uint32_t queryId, uint32_t queryItemFlags);
|
||||
static std::string getDrmVersion(int fileDescriptor);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user