Skip to content

Instantly share code, notes, and snippets.

@ssvb
Created December 22, 2013 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssvb/8088519 to your computer and use it in GitHub Desktop.
Save ssvb/8088519 to your computer and use it in GitHub Desktop.
framebuffer-sunxi-mali-vsync.diff
diff --git a/drivers/video/sunxi/disp/dev_fb.c b/drivers/video/sunxi/disp/dev_fb.c
index a453b6f..b02e7dc 100644
--- a/drivers/video/sunxi/disp/dev_fb.c
+++ b/drivers/video/sunxi/disp/dev_fb.c
@@ -1071,7 +1071,7 @@ static int Fb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info)
}
}
- // Fb_wait_for_vsync(info);
+ Fb_wait_for_vsync(info);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment