drm/radeon: fix up ring functions for compute rings
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 11 Apr 2013 13:36:17 +0000 (09:36 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Jun 2013 14:49:09 +0000 (10:49 -0400)
commitb07fdd383214f9c5b846d776681919dac7c8c5a1
tree43c2e0c07d7decff0d4a97d79eecccaab2cfbe1c
parent2615b53acec2e0636c9d24a9e82f34904d8e39fd
drm/radeon: fix up ring functions for compute rings

The compute rings use RELEASE_MEM rather then EOP
packets for writing fences and there is no SYNC_PFP_ME
packet on the compute rings.

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