mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Refactor state base address programing 2/n
This change allows to read sba data directly from sba properties Related-To: NEO-5055 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6947220298
commit
43a49c4486
@@ -3089,7 +3089,7 @@ typedef struct tagSTATE_BASE_ADDRESS {
|
||||
}
|
||||
inline uint32_t getStatelessDataPortAccessMemoryObjectControlState() const { // patched
|
||||
uint32_t mocs = TheStructure.Common.StatelessDataPortAccessMemoryObjectControlStateReserved_112;
|
||||
mocs |= TheStructure.Common.StatelessDataPortAccessMemoryObjectControlStateIndexToMocsTables << 1;
|
||||
mocs |= (TheStructure.Common.StatelessDataPortAccessMemoryObjectControlStateIndexToMocsTables << 1);
|
||||
return (mocs);
|
||||
}
|
||||
inline void setL1CachePolicyL1CacheControl(const L1_CACHE_POLICY value) {
|
||||
|
||||
Reference in New Issue
Block a user