Skip to content

Commit 53013af

Browse files
johnmachgfxbot
authored andcommitted
Set MOCS0 with WB cache value
Change-Id: Ie7389bb65f294d3b17f01a48f81155141c48e215
1 parent a387229 commit 53013af

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Source/GmmLib/CachePolicy/GmmGen11CachePolicy.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ void GmmLib::GmmGen11CachePolicy::SetUpMOCSTable()
321321
}
322322
// Explicit MOCS Table
323323
// Index ESC SCC L3CC LeCC TC LRUM DAoM ERSC SCC PFM SCF CoS SSE
324-
GMM_DEFINE_MOCS( 0 , 0 , 0 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 )
325324
GMM_DEFINE_MOCS( 1 , 0 , 0 , 3 , 0 , 1 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 )
326325
GMM_DEFINE_MOCS( 2 , 0 , 0 , 3 , 3 , 1 , 3 , 0 , 0 , 0 , 0 , 0 , 0 , 0 )
327326
GMM_DEFINE_MOCS( 3 , 0 , 0 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 )

Source/GmmLib/CachePolicy/GmmGen12CachePolicy.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,6 @@ void GmmLib::GmmGen12CachePolicy::SetUpMOCSTable()
642642

643643
// Fixed MOCS Table
644644
// Index ESC SCC L3CC LeCC TC LRUM DAoM ERSC SCC PFM SCF CoS SSE HDCL1
645-
GMM_DEFINE_MOCS( 0 , 0 , 0 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 )
646645
GMM_DEFINE_MOCS( 1 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 )
647646
GMM_DEFINE_MOCS( 2 , 0 , 0 , 3 , 3 , 1 , 3 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 )
648647
GMM_DEFINE_MOCS( 3 , 0 , 0 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 )

Source/GmmLib/CachePolicy/GmmGen12dGPUCachePolicy.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ void GmmLib::GmmGen12dGPUCachePolicy::SetUpMOCSTable()
299299
}
300300
// Fixed MOCS Table
301301
// Index ESC SCC L3CC HDCL1
302-
GMM_DEFINE_MOCS( 0 , 0 , 0 , 1 , 0 )
303302
GMM_DEFINE_MOCS( 1 , 0 , 0 , 1 , 0 )
304303
GMM_DEFINE_MOCS( 2 , 0 , 0 , 0 , 0 )
305304
GMM_DEFINE_MOCS( 3 , 0 , 0 , 0 , 0 )

0 commit comments

Comments
 (0)