aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
diff options
context:
space:
mode:
authorTom St Denis <tom.stdenis@amd.com>2016-05-04 14:28:35 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-05-11 12:31:26 -0400
commit88a907d67c03e80a71c49681bbccf3bfebe74ab4 (patch)
treeb9eaf3e2d814cd91b3bef3cda7879bbab05ea301 /drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
parentdrm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2) (diff)
downloadlinux-dev-88a907d67c03e80a71c49681bbccf3bfebe74ab4.tar.xz
linux-dev-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 <tom.stdenis@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/dce_v10_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/dce_v10_0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
index 578328860396..be1cf388c2ec 100644
--- a/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
@@ -3499,6 +3499,7 @@ static int dce_v10_0_set_powergating_state(void *handle,
}
const struct amd_ip_funcs dce_v10_0_ip_funcs = {
+ .name = "dce_v10_0",
.early_init = dce_v10_0_early_init,
.late_init = NULL,
.sw_init = dce_v10_0_sw_init,