mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-03 10:10:33 +02:00 
			
		
		
		
	drm/amdgpu/hdp5.2: do a posting read when flushing HDP
Need to read back to make sure the write goes through. Cc: David Belanger <david.belanger@amd.com> Reviewed-by: Frank Min <frank.min@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
This commit is contained in:
		
							parent
							
								
									cf424020e0
								
							
						
					
					
						commit
						f756dbac1c
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -31,13 +31,15 @@
 | 
			
		|||
static void hdp_v5_2_flush_hdp(struct amdgpu_device *adev,
 | 
			
		||||
				struct amdgpu_ring *ring)
 | 
			
		||||
{
 | 
			
		||||
	if (!ring || !ring->funcs->emit_wreg)
 | 
			
		||||
	if (!ring || !ring->funcs->emit_wreg) {
 | 
			
		||||
		WREG32_NO_KIQ((adev->rmmio_remap.reg_offset + KFD_MMIO_REMAP_HDP_MEM_FLUSH_CNTL) >> 2,
 | 
			
		||||
			0);
 | 
			
		||||
	else
 | 
			
		||||
		RREG32_NO_KIQ((adev->rmmio_remap.reg_offset + KFD_MMIO_REMAP_HDP_MEM_FLUSH_CNTL) >> 2);
 | 
			
		||||
	} else {
 | 
			
		||||
		amdgpu_ring_emit_wreg(ring,
 | 
			
		||||
			(adev->rmmio_remap.reg_offset + KFD_MMIO_REMAP_HDP_MEM_FLUSH_CNTL) >> 2,
 | 
			
		||||
			0);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void hdp_v5_2_update_mem_power_gating(struct amdgpu_device *adev,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue