File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
shared/test/common/helpers Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ struct UnitTestHelper {
78
78
79
79
static std::vector<bool > getProgrammedLargeGrfValues (CommandStreamReceiver &csr, LinearStream &linearStream);
80
80
81
+ static uint32_t getProgrammedGrfValue (CommandStreamReceiver &csr, LinearStream &linearStream);
82
+
81
83
static bool getWorkloadPartitionForStoreRegisterMemCmd (typename GfxFamily::MI_STORE_REGISTER_MEM &storeRegisterMem);
82
84
83
85
static bool timestampRegisterHighAddress ();
Original file line number Diff line number Diff line change @@ -103,4 +103,9 @@ bool UnitTestHelper<GfxFamily>::findStateCacheFlushPipeControl(LinearStream &csr
103
103
return stateCacheFlushFound;
104
104
}
105
105
106
+ template <typename GfxFamily>
107
+ uint32_t UnitTestHelper<GfxFamily>::getProgrammedGrfValue(CommandStreamReceiver &csr, LinearStream &linearStream) {
108
+ return 0u ;
109
+ }
110
+
106
111
} // namespace NEO
You can’t perform that action at this time.
0 commit comments