mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
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:
committed by
Compute-Runtime-Automation
parent
5c162e2bd7
commit
1fd9d29f54
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user