meson: edge: Bump v6.4

This commit is contained in:
hzy
2023-07-05 13:22:36 +08:00
committed by Igor
parent 8659f4a345
commit 12ab63f0a2
8 changed files with 5 additions and 5 deletions

View File

@@ -54,8 +54,8 @@ case $BRANCH in
edge)
declare -g KERNEL_MAJOR_MINOR="6.3" # Major and minor versions of this kernel.
KERNELBRANCH="branch:linux-6.3.y"
declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel.
KERNELBRANCH="branch:linux-6.4.y"
KERNELPATCHDIR='meson-'$BRANCH
;;

View File

@@ -884,7 +884,7 @@ index 3b24a924b7b..091c670ab0e 100644
+ else
+ preferred_bpp = 32;
+
+ drm_fbdev_generic_setup(priv->drm, preferred_bpp);
+ drm_fbdev_dma_setup(priv->drm, preferred_bpp);
}
struct meson_drm_soc_attr {
@@ -1102,7 +1102,7 @@ index 3b24a924b7b..091c670ab0e 100644
if (ret)
goto uninstall_irq;
- drm_fbdev_generic_setup(drm, 32);
- drm_fbdev_dma_setup(drm, 32);
+ meson_fbdev_setup(priv);
return 0;

View File

@@ -1 +1 @@
archive/meson-6.3
archive/meson-6.4