diff options
| author | Thomas Gleixner <[email protected]> | 2020-06-11 15:17:57 +0200 | 
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2020-06-11 15:17:57 +0200 | 
| commit | f77d26a9fc525286bcef3d4f98b52e17482cf49c (patch) | |
| tree | 6b179c9aa84787773cb601a14a64255e2912154b /drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | |
| parent | b6bea24d41519e8c31e4798f1c1a3f67e540c5d0 (diff) | |
| parent | f0178fc01fe46bab6a95415f5647d1a74efcad1b (diff) | |
Merge branch 'x86/entry' into ras/core
to fixup conflicts in arch/x86/kernel/cpu/mce/core.c so MCE specific follow
up patches can be applied without creating a horrible merge conflict
afterwards.
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 13 | 
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c index b205039350b6..a75e472b4a81 100644 --- a/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c @@ -61,17 +61,6 @@ MODULE_FIRMWARE("amdgpu/si58_mc.bin");  #define MC_SEQ_MISC0__MT__HBM    0x60000000  #define MC_SEQ_MISC0__MT__DDR3   0xB0000000 - -static const u32 crtc_offsets[6] = -{ -	SI_CRTC0_REGISTER_OFFSET, -	SI_CRTC1_REGISTER_OFFSET, -	SI_CRTC2_REGISTER_OFFSET, -	SI_CRTC3_REGISTER_OFFSET, -	SI_CRTC4_REGISTER_OFFSET, -	SI_CRTC5_REGISTER_OFFSET -}; -  static void gmc_v6_0_mc_stop(struct amdgpu_device *adev)  {  	u32 blackout; @@ -858,7 +847,7 @@ static int gmc_v6_0_sw_init(void *handle)  	r = dma_set_mask_and_coherent(adev->dev, DMA_BIT_MASK(44));  	if (r) { -		dev_warn(adev->dev, "amdgpu: No suitable DMA available.\n"); +		dev_warn(adev->dev, "No suitable DMA available.\n");  		return r;  	}  	adev->need_swiotlb = drm_need_swiotlb(44);  |