Revert "performance: disable gem close worker on non integrated devices"

This reverts commit 3cf7cbc9e9.


Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2023-11-20 13:45:19 +00:00
committed by Compute-Runtime-Automation
parent 3034d5834d
commit 128dc4a3ad
7 changed files with 17 additions and 48 deletions

View File

@@ -79,9 +79,7 @@ class DrmCommandStreamTest : public ::testing::Test {
template <typename GfxFamily>
void tearDownT() {
memoryManager->waitForDeletions();
if (memoryManager->peekGemCloseWorker()) {
memoryManager->peekGemCloseWorker()->close(true);
}
memoryManager->peekGemCloseWorker()->close(true);
delete csr;
if (mock->ioctlTearDownExpects) {
EXPECT_EQ(mock->ioctlCount.gemWait, mock->ioctlTearDownExpected.gemWait);