diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c b/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c index 27ca46d16bc4..6be2c0faa1bc 100644 --- a/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c +++ b/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c | |||
@@ -1230,6 +1230,7 @@ static int sdma_v2_4_set_powergating_state(void *handle, | |||
1230 | } | 1230 | } |
1231 | 1231 | ||
1232 | const struct amd_ip_funcs sdma_v2_4_ip_funcs = { | 1232 | const struct amd_ip_funcs sdma_v2_4_ip_funcs = { |
1233 | .name = "sdma_v2_4", | ||
1233 | .early_init = sdma_v2_4_early_init, | 1234 | .early_init = sdma_v2_4_early_init, |
1234 | .late_init = NULL, | 1235 | .late_init = NULL, |
1235 | .sw_init = sdma_v2_4_sw_init, | 1236 | .sw_init = sdma_v2_4_sw_init, |