diff options
author | Tom St Denis <tom.stdenis@amd.com> | 2016-05-04 14:28:35 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-05-11 12:31:26 -0400 |
commit | 88a907d67c03e80a71c49681bbccf3bfebe74ab4 (patch) | |
tree | b9eaf3e2d814cd91b3bef3cda7879bbab05ea301 /drivers/gpu/drm/amd/amdgpu/ci_dpm.c | |
parent | cb9e59d7e999c68b79f23d6016b08fc5d0bb8a8d (diff) |
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/ci_dpm.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/ci_dpm.c b/drivers/gpu/drm/amd/amdgpu/ci_dpm.c index 31b38bd67215..ea407db1fbcf 100644 --- a/drivers/gpu/drm/amd/amdgpu/ci_dpm.c +++ b/drivers/gpu/drm/amd/amdgpu/ci_dpm.c | |||
@@ -6402,6 +6402,7 @@ static int ci_dpm_set_powergating_state(void *handle, | |||
6402 | } | 6402 | } |
6403 | 6403 | ||
6404 | const struct amd_ip_funcs ci_dpm_ip_funcs = { | 6404 | const struct amd_ip_funcs ci_dpm_ip_funcs = { |
6405 | .name = "ci_dpm", | ||
6405 | .early_init = ci_dpm_early_init, | 6406 | .early_init = ci_dpm_early_init, |
6406 | .late_init = ci_dpm_late_init, | 6407 | .late_init = ci_dpm_late_init, |
6407 | .sw_init = ci_dpm_sw_init, | 6408 | .sw_init = ci_dpm_sw_init, |