diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-09-03 10:54:20 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-09-09 23:40:32 +0200 |
commit | 27199a4e66f78aeed212e34fd7760144f950bc74 (patch) | |
tree | fbc5d9859780052f976e1166164e2908d0d2ce22 /target/linux/bcm27xx | |
parent | df63619eeafac0a6b41c26102a7aa4a0dea9aa16 (diff) | |
download | upstream-27199a4e66f78aeed212e34fd7760144f950bc74.tar.gz upstream-27199a4e66f78aeed212e34fd7760144f950bc74.tar.bz2 upstream-27199a4e66f78aeed212e34fd7760144f950bc74.zip |
kernel: bump 5.10 to 5.10.62
Patches automatically refreshed.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/bcm27xx')
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/bcm27xx/patches-5.10/950-0409-drm-atomic-Pass-the-full-state-to-CRTC-atomic_check.patch b/target/linux/bcm27xx/patches-5.10/950-0409-drm-atomic-Pass-the-full-state-to-CRTC-atomic_check.patch index 5111cc280b..86481e8955 100644 --- a/target/linux/bcm27xx/patches-5.10/950-0409-drm-atomic-Pass-the-full-state-to-CRTC-atomic_check.patch +++ b/target/linux/bcm27xx/patches-5.10/950-0409-drm-atomic-Pass-the-full-state-to-CRTC-atomic_check.patch @@ -672,7 +672,7 @@ Link: https://patchwork.freedesktop.org/patch/msgid/20201028123222.1732139-1-max #include <drm/drm_atomic_helper.h> #include <drm/drm_crtc_helper.h> #include <drm/drm_vblank.h> -@@ -310,12 +311,14 @@ nv50_head_atomic_check_mode(struct nv50_ +@@ -315,12 +316,14 @@ nv50_head_atomic_check_mode(struct nv50_ } static int diff --git a/target/linux/bcm27xx/patches-5.10/950-0689-drm-automatic-legacy-gamma-support.patch b/target/linux/bcm27xx/patches-5.10/950-0689-drm-automatic-legacy-gamma-support.patch index c6f9bf19d3..b1cb34e485 100644 --- a/target/linux/bcm27xx/patches-5.10/950-0689-drm-automatic-legacy-gamma-support.patch +++ b/target/linux/bcm27xx/patches-5.10/950-0689-drm-automatic-legacy-gamma-support.patch @@ -367,7 +367,7 @@ Link: https://patchwork.freedesktop.org/patch/msgid/20201211114237.213288-2-tomi }; --- a/drivers/gpu/drm/nouveau/dispnv50/head.c +++ b/drivers/gpu/drm/nouveau/dispnv50/head.c -@@ -501,7 +501,6 @@ nv50_head_destroy(struct drm_crtc *crtc) +@@ -506,7 +506,6 @@ nv50_head_destroy(struct drm_crtc *crtc) static const struct drm_crtc_funcs nv50_head_func = { .reset = nv50_head_reset, @@ -375,7 +375,7 @@ Link: https://patchwork.freedesktop.org/patch/msgid/20201211114237.213288-2-tomi .destroy = nv50_head_destroy, .set_config = drm_atomic_helper_set_config, .page_flip = drm_atomic_helper_page_flip, -@@ -516,7 +515,6 @@ nv50_head_func = { +@@ -521,7 +520,6 @@ nv50_head_func = { static const struct drm_crtc_funcs nvd9_head_func = { .reset = nv50_head_reset, |