mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 00:58:39 +08:00
Remove simplified mocs logic.
Change-Id: I9fabfea94129fbc419ab0c9bca957cf7b9952c38 Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
8410bd6e18
commit
0f122fbcee
@@ -1370,16 +1370,6 @@ HWTEST_TEMPLATED_F(DrmCommandStreamEnhancedTest, givenDrmCommandStreamReceiverWh
|
||||
EXPECT_TRUE(mm->isValidateHostMemoryEnabled());
|
||||
}
|
||||
|
||||
HWTEST_TEMPLATED_F(DrmCommandStreamTest, givenDrmCommandStreamWhenGettingMocsThenProperValueIsReturned) {
|
||||
auto mocs = platform()->peekExecutionEnvironment()->getGmmHelper()->getMOCS(GMM_RESOURCE_USAGE_OCL_BUFFER_CACHELINE_MISALIGNED);
|
||||
auto expectedMocs = GmmHelper::cacheDisabledIndex;
|
||||
EXPECT_EQ(mocs, expectedMocs);
|
||||
|
||||
mocs = platform()->peekExecutionEnvironment()->getGmmHelper()->getMOCS(0);
|
||||
expectedMocs = GmmHelper::cacheEnabledIndex;
|
||||
EXPECT_EQ(mocs, expectedMocs);
|
||||
}
|
||||
|
||||
HWTEST_TEMPLATED_F(DrmCommandStreamEnhancedTest, givenAllocationWithSingleBufferObjectWhenMakeResidentBufferObjectsIsCalledThenTheBufferObjectIsMadeResident) {
|
||||
auto size = 1024u;
|
||||
auto bo = this->createBO(size);
|
||||
|
||||
Reference in New Issue
Block a user