···574574 * be updated to avoid reading an incorrect value due to575575 * the new fast GRBM interface.576576 */577577- if (entry->vmid_src == AMDGPU_GFXHUB_0)577577+ if ((entry->vmid_src == AMDGPU_GFXHUB_0) &&578578+ (adev->asic_type < CHIP_ALDEBARAN))578579 RREG32(hub->vm_l2_pro_fault_status);579580580581 status = RREG32(hub->vm_l2_pro_fault_status);···803802 * be cleared to avoid a false ACK due to the new fast804803 * GRBM interface.805804 */806806- if (vmhub == AMDGPU_GFXHUB_0)805805+ if ((vmhub == AMDGPU_GFXHUB_0) &&806806+ (adev->asic_type < CHIP_ALDEBARAN))807807 RREG32_NO_KIQ(hub->vm_inv_eng0_req +808808 hub->eng_distance * eng);809809