feature: update Xe KMD header

xe_drm.h header is generated from the series "uAPI Alignment - take 1 v4"
from https://patchwork.freedesktop.org/series/124387/

Related-To: NEO-8324
Signed-off-by: Francois Dugast <francois.dugast@intel.com>
Signed-off-by: Kamil, Kopryk <kamil.kopryk@intel.com>
Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
This commit is contained in:
Francois Dugast
2023-09-18 10:49:16 +00:00
committed by Compute-Runtime-Automation
parent 5c162e2bd7
commit 1fd9d29f54
14 changed files with 904 additions and 513 deletions

View File

@@ -44,7 +44,6 @@ class MockOSTimeLinux : public OSTimeLinux {
void updateDrm(Drm *drm) {
osInterface->setDriverModel(std::unique_ptr<DriverModel>(drm));
static_cast<MockDeviceTimeDrm *>(this->deviceTime.get())->pDrm = drm;
static_cast<MockDeviceTimeDrm *>(this->deviceTime.get())->timestampTypeDetect();
}
static std::unique_ptr<MockOSTimeLinux> create(OSInterface &osInterface) {
return std::unique_ptr<MockOSTimeLinux>(new MockOSTimeLinux(osInterface));