diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_sdma.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_sdma.cpp index 910360d000..188345e2d3 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_sdma.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_sdma.cpp @@ -142,7 +142,8 @@ hsa_status_t BlitSdma::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; }