drm/amd: make a type-safe cgs_device struct. (v2)
authorDave Airlie <airlied@redhat.com>
Tue, 12 Apr 2016 03:25:48 +0000 (13:25 +1000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 May 2016 00:20:28 +0000 (20:20 -0400)
commit110e6f26af80dfd90b6e5c645b1aed7228aa580d
treea7e5d99bc6b2fc49461902fac77bdbd5496da5c1
parentc036554170fcc2238c32a7edd72c1b61b886428a
drm/amd: make a type-safe cgs_device struct. (v2)

This is just a type-safety things to avoid everyone taking void *,
it doesn't change anything.

v2: agd5f: split out the dal changes into a separate patch.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/acp/acp_hw.c
drivers/gpu/drm/amd/acp/include/acp_gfx_if.h
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_acp.h
drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
drivers/gpu/drm/amd/include/cgs_common.h
drivers/gpu/drm/amd/include/cgs_linux.h