[CP-1] Extend CLOS cache mechanism for DRM allocation

Signed-off-by: Daniel Chabrowski daniel.chabrowski@intel.com
Related-To: NEO-6591
This commit is contained in:
Daniel Chabrowski
2022-02-03 11:13:44 +00:00
committed by Compute-Runtime-Automation
parent b60d963ff5
commit 85eb6d7403
25 changed files with 532 additions and 123 deletions

View File

@@ -7,7 +7,6 @@
#include "shared/source/execution_environment/root_device_environment.h"
#include "shared/source/helpers/string.h"
#include "shared/source/os_interface/linux/cache_info_impl.h"
#include "shared/source/os_interface/linux/drm_engine_mapper.h"
#include "shared/source/os_interface/linux/engine_info.h"
#include "shared/source/os_interface/linux/ioctl_helper.h"
@@ -53,10 +52,6 @@ bool Drm::isDebugAttachAvailable() {
return false;
}
void Drm::setupCacheInfo(const HardwareInfo &hwInfo) {
this->cacheInfo.reset(new CacheInfoImpl());
}
int Drm::bindBufferObject(OsContext *osContext, uint32_t vmHandleId, BufferObject *bo) {
return 0;
}