aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vce_v2_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/vce_v2_0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
index 95f6e579427d..45d92aceb485 100644
--- a/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
@@ -567,6 +567,7 @@ static int vce_v2_0_set_powergating_state(void *handle,
567} 567}
568 568
569const struct amd_ip_funcs vce_v2_0_ip_funcs = { 569const struct amd_ip_funcs vce_v2_0_ip_funcs = {
570 .name = "vce_v2_0",
570 .early_init = vce_v2_0_early_init, 571 .early_init = vce_v2_0_early_init,
571 .late_init = NULL, 572 .late_init = NULL,
572 .sw_init = vce_v2_0_sw_init, 573 .sw_init = vce_v2_0_sw_init,