diff options
author | Jerome Glisse <jglisse@redhat.com> | 2013-01-03 00:12:15 +0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-01-03 22:18:41 +0400 |
commit | eaaa6983ab2ccdf826c90838eb584211e0cadb76 (patch) | |
tree | 7685122542cd9f8d6932aca08cae6471bc9d9805 /drivers/gpu/drm/radeon/nid.h | |
parent | 4d0091904cba756274bc4973157f63fb878befc3 (diff) | |
download | linux-eaaa6983ab2ccdf826c90838eb584211e0cadb76.tar.xz |
drm/radeon: print dma status reg on lockup (v2)
To help debug dma related lockup.
v2: agd5f: update SI as well
Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/nid.h')
-rw-r--r-- | drivers/gpu/drm/radeon/nid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/nid.h b/drivers/gpu/drm/radeon/nid.h index b93186b8ee4b..22a62c673fec 100644 --- a/drivers/gpu/drm/radeon/nid.h +++ b/drivers/gpu/drm/radeon/nid.h @@ -675,4 +675,3 @@ #define DMA_PACKET_NOP 0xf #endif - |