drm/radeon/si: print full CS when we hit a packet 0
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 30 Sep 2014 13:25:32 +0000 (09:25 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Oct 2014 13:00:09 +0000 (09:00 -0400)
commit9d0223d5f883bd85f5b24a6eacb79ee5a446d648
tree9f75f0aa638a8bf2df27fc5ccbad98f4127febb9
parentd7952ddf6837d711231e37ddafe46f9960ef4d5a
drm/radeon/si: print full CS when we hit a packet 0

We should never have a packet 0 in the command stream.
Dump the full command stream to help debug.

bug:
https://bugs.freedesktop.org/show_bug.cgi?id=84500

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/si.c