mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Revert "I915_EXEC_DATA_PORT_COHERENT support"
This reverts commit 933312e098.
Change-Id: I70a48a80c5d06455570dc2a97b99e1fb5edd7c08
This commit is contained in:
committed by
sys_ocldev
parent
656fc9beff
commit
5389d4d859
@@ -121,12 +121,6 @@ void Drm::obtainCoherencyDisablePatchActive() {
|
||||
coherencyDisablePatchActive = (ret == 0) && (value != 0);
|
||||
}
|
||||
|
||||
void Drm::obtainDataPortCoherencyPatchActive() {
|
||||
int value = 0;
|
||||
auto ret = getParamIoctl(I915_PARAM_HAS_EXEC_DATA_PORT_COHERENCY, &value);
|
||||
dataPortCoherencyPatchActive = (ret == 0) && (value != 0);
|
||||
}
|
||||
|
||||
std::string Drm::getSysFsPciPath(int deviceID) {
|
||||
std::string nullPath;
|
||||
std::string sysFsPciDirectory = Os::sysFsPciPath;
|
||||
|
||||
Reference in New Issue
Block a user