> -----Original Message----- > From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf > Of Rex Zhu > Sent: Tuesday, April 18, 2017 3:02 AM > To: amd-gfx at lists.freedesktop.org > Cc: Zhu, Rex > Subject: [PATCH 1/3] drm/amdgpu: fix typo in dmesg in > gfx_v8_0_kiq_kcq_disable. > > Change-Id: I22a7851d4a87028778dfdc18b3da2ed856a8092b > Signed-off-by: Rex Zhu <Rex.Zhu at amd.com> Reviewed-by: Alex Deucher <alexander.deucher at amd.com> > --- > drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c > b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c > index d0890ad..5348710 100644 > --- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c > +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c > @@ -1406,6 +1406,7 @@ static int gfx_v8_0_kiq_init_ring(struct > amdgpu_device *adev, > > return r; > } > + > static void gfx_v8_0_kiq_free_ring(struct amdgpu_ring *ring, > struct amdgpu_irq_src *irq) > { > @@ -4744,7 +4745,7 @@ static int gfx_v8_0_kiq_kcq_disable(struct > amdgpu_device *adev) > DRM_UDELAY(1); > } > if (i >= adev->usec_timeout) { > - DRM_ERROR("KCQ enable failed > (scratch(0x%04X)=0x%08X)\n", > + DRM_ERROR("KCQ disabled failed > (scratch(0x%04X)=0x%08X)\n", > scratch, tmp); > r = -EINVAL; > } > -- > 1.9.1 > > _______________________________________________ > amd-gfx mailing list > amd-gfx at lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx