]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - drivers/gpu/drm/tegra/hub.c
Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/drm-misc...
[thirdparty/linux.git] / drivers / gpu / drm / tegra / hub.c
index 922a48d5a483fbc217197e09984d9d1c7c7c2ed1..71cc3cf60066316a6a8686e79cff9fb29fbe26d4 100644 (file)
@@ -716,7 +716,7 @@ static int tegra_display_hub_init(struct host1x_client *client)
        if (!state)
                return -ENOMEM;
 
-       drm_atomic_private_obj_init(&hub->base, &state->base,
+       drm_atomic_private_obj_init(drm, &hub->base, &state->base,
                                    &tegra_display_hub_state_funcs);
 
        tegra->hub = hub;