Disable SDMA HDP flush on gfx10

Not currently functional, triggering SRBM write protection.

Change-Id: Ib0b832357e3df5a6a0d0b46648515ec9bd70f017


[ROCm/ROCR-Runtime commit: 906cd84186]
Cette révision appartient à :
Jay Cornwall
2019-09-13 15:42:36 -04:00
révisé par Chris Freehill
Parent fe6a31ee4e
révision 27ea6107f8
+2 -1
Voir le fichier
@@ -142,7 +142,8 @@ hsa_status_t BlitSdma<RingIndexTy, HwIndexMonotonic, SizeToCountOffset>::Initial
}
// HDP flush supported on gfx900 and forward.
if (agent_->isa()->GetMajorVersion() > 8) {
// FIXME: Not working on gfx10, raises SRBM write protection interrupt.
if (agent_->isa()->GetMajorVersion() == 9) {
hdp_flush_support_ = true;
}