Logo
Explore Help
Sign In
intel/compute-runtime
1
0
Fork 0
You've already forked compute-runtime
mirror of https://github.com/intel/compute-runtime.git synced 2025-12-20 08:53:55 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
ce58cb07842cebe29ce1d2deb91a2b29577026de
compute-runtime/shared/source/gmm_helper/resource_info_drm.cpp

19 lines
317 B
C++
Raw Normal View History

Enable new DriverProtection interface for MapGpuVa Related-To: NEO-6096 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
2021-08-06 10:46:00 +00:00
/*
fix(ocl): handle gl sharing displayable textures Displayable textures always need dc flush. Related-To: NEO-11694 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
2024-06-27 11:34:50 +00:00
* Copyright (C) 2021-2024 Intel Corporation
Enable new DriverProtection interface for MapGpuVa Related-To: NEO-6096 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
2021-08-06 10:46:00 +00:00
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gmm_helper/resource_info.h"
namespace NEO {
uint64_t GmmResourceInfo::getDriverProtectionBits() {
return 0u;
}
fix(ocl): handle gl sharing displayable textures Displayable textures always need dc flush. Related-To: NEO-11694 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
2024-06-27 11:34:50 +00:00
bool GmmResourceInfo::isDisplayable() const {
return false;
}
Enable new DriverProtection interface for MapGpuVa Related-To: NEO-6096 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
2021-08-06 10:46:00 +00:00
} // namespace NEO
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 488ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API