···574 * be updated to avoid reading an incorrect value due to575 * the new fast GRBM interface.576 */577- if (entry->vmid_src == AMDGPU_GFXHUB_0)0578 RREG32(hub->vm_l2_pro_fault_status);579580 status = RREG32(hub->vm_l2_pro_fault_status);···803 * be cleared to avoid a false ACK due to the new fast804 * GRBM interface.805 */806- if (vmhub == AMDGPU_GFXHUB_0)0807 RREG32_NO_KIQ(hub->vm_inv_eng0_req +808 hub->eng_distance * eng);809
···574 * be updated to avoid reading an incorrect value due to575 * the new fast GRBM interface.576 */577+ if ((entry->vmid_src == AMDGPU_GFXHUB_0) &&578+ (adev->asic_type < CHIP_ALDEBARAN))579 RREG32(hub->vm_l2_pro_fault_status);580581 status = RREG32(hub->vm_l2_pro_fault_status);···802 * be cleared to avoid a false ACK due to the new fast803 * GRBM interface.804 */805+ if ((vmhub == AMDGPU_GFXHUB_0) &&806+ (adev->asic_type < CHIP_ALDEBARAN))807 RREG32_NO_KIQ(hub->vm_inv_eng0_req +808 hub->eng_distance * eng);809