]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/vc4/vc4_drv.c
drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutpos
[karo-tx-linux.git] / drivers / gpu / drm / vc4 / vc4_drv.c
index 754ce76d4b980a380770b46431c6ddb91d3b06e2..863974942c662f5f3300c8637b4daa3324765ecf 100644 (file)
@@ -154,7 +154,7 @@ static struct drm_driver vc4_drm_driver = {
        .irq_uninstall = vc4_irq_uninstall,
 
        .get_scanout_position = vc4_crtc_get_scanoutpos,
-       .get_vblank_timestamp = vc4_crtc_get_vblank_timestamp,
+       .get_vblank_timestamp = drm_calc_vbltimestamp_from_scanoutpos,
 
 #if defined(CONFIG_DEBUG_FS)
        .debugfs_init = vc4_debugfs_init,