Revert "Enable xe_hp_sdv i915 config"

This reverts commit 2809462660ed3f0dec01ce148c307e6d347e17bf.


Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2021-10-12 23:03:47 +00:00
committed by Compute-Runtime-Automation
parent b1df167632
commit c595cccf5d
35 changed files with 249 additions and 6770 deletions

View File

@@ -1,20 +0,0 @@
/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/os_interface/linux/local_memory_helper.h"
#include "shared/source/os_interface/linux/drm_neo.h"
namespace NEO {
LocalMemoryHelper *localMemoryHelperFactory[IGFX_MAX_PRODUCT] = {};
uint32_t LocalMemoryHelper::ioctl(Drm *drm, unsigned long request, void *arg) {
return drm->ioctl(request, arg);
}
} // namespace NEO