OSDN Git Service

drm/amdgpu/gfx8: reduce the functon params for mpq setup
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 23 Mar 2017 06:06:04 +0000 (02:06 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Mar 2017 03:54:12 +0000 (23:54 -0400)
commit015c23600a4dc9844c4a6195a343604bcc88ba01
tree9d9c4df0ad45ff3a9149cfc6a90129536dc95b84
parentf2effd49e7093978aebf1f79cb586cfd19aa7fb0
drm/amdgpu/gfx8: reduce the functon params for mpq setup

Everything we need is in the ring structure.  No need to
pass all the bits explicitly.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c