mirror of
https://github.com/armbian/build.git
synced 2025-09-19 04:31:38 +02:00
* meson-s4t7: bump u-boot to khadas-vims-u-boot-2019.01-v1.6-release * Use khadas default bootargs as much as possible * Add new hook to allow copying code into kernel * meson-s4t7: legacy: Switch to 5.15 kernel * meson-s4t7: add kernel-config for 5.15 kernel * device tree overlays for 5.15 kernel for vim1s and vim4 * restructure packaging of bsp files for vim1s/vim4 * silence vblank warning on boot * Remove display workaround as it doesn't work with 5.15 kernel * Remove 5.4 kernel patches
13 lines
478 B
Diff
13 lines
478 B
Diff
diff --git a/common_drivers/drivers/drm/meson_fbdev.c b/common_drivers/drivers/drm/meson_fbdev.c
|
|
index 3d1cb62aab44..3718a39888f2 100644
|
|
--- a/common_drivers/drivers/drm/meson_fbdev.c
|
|
+++ b/common_drivers/drivers/drm/meson_fbdev.c
|
|
@@ -447,7 +447,6 @@ int am_meson_drm_fb_helper_set_par(struct fb_info *info)
|
|
MESON_DRM_FBDEV("%s reallocate success.\n", __func__);
|
|
}
|
|
}
|
|
- drm_wait_one_vblank(fb_helper->dev, 0);
|
|
DRM_INFO("fb_set_par: %s OUT\n", __func__);
|
|
|
|
return 0;
|