aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/cik_sdma.c
diff options
context:
space:
mode:
authorTom St Denis <[email protected]>2016-05-04 18:28:35 +0000
committerAlex Deucher <[email protected]>2016-05-11 16:31:26 +0000
commit88a907d67c03e80a71c49681bbccf3bfebe74ab4 (patch)
treeb9eaf3e2d814cd91b3bef3cda7879bbab05ea301 /drivers/gpu/drm/amd/amdgpu/cik_sdma.c
parentdrm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2) (diff)
downloadkernel-88a907d67c03e80a71c49681bbccf3bfebe74ab4.tar.gz
kernel-88a907d67c03e80a71c49681bbccf3bfebe74ab4.zip
drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)
Add name that we can print out in kernel messages to aid in debugging. v2: drop DAL changes for upstream Signed-off-by: Tom St Denis <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/cik_sdma.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/cik_sdma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/cik_sdma.c b/drivers/gpu/drm/amd/amdgpu/cik_sdma.c
index 8d69c6555e02..df824f80ac07 100644
--- a/drivers/gpu/drm/amd/amdgpu/cik_sdma.c
+++ b/drivers/gpu/drm/amd/amdgpu/cik_sdma.c
@@ -1223,6 +1223,7 @@ static int cik_sdma_set_powergating_state(void *handle,
}
const struct amd_ip_funcs cik_sdma_ip_funcs = {
+ .name = "cik_sdma",
.early_init = cik_sdma_early_init,
.late_init = NULL,
.sw_init = cik_sdma_sw_init,