lvgl: update upstream-status of all patches

All patches have been integrated meanwhile and should appear in the next
release.

Signed-off-by: Christian Eggers <ceggers@arri.de>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Christian Eggers
2024-06-27 10:52:56 +02:00
committed by Khem Raj
parent fbf1dd7913
commit 4cdf731c3f
7 changed files with 7 additions and 7 deletions
@@ -10,7 +10,7 @@ the case, e.g. the lv_demo_fb uses encoded images which are of type
LV_IMAGE_SRC_VARIABLE and instead of filename, come with a buffer of LV_IMAGE_SRC_VARIABLE and instead of filename, come with a buffer of
pixels. Handle the later using SDL_CreateRGBSurfaceFrom(). pixels. Handle the later using SDL_CreateRGBSurfaceFrom().
Upstream-Status: Submitted [https://github.com/lvgl/lvgl/pull/5852] Upstream-Status: Backport [b339e67581864b2fb6bb8897735a1e110c324ddc]
Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Marek Vasut <marex@denx.de>
--- ---
src/draw/sdl/lv_draw_sdl.c | 30 +++++++++++++++++++++++++++--- src/draw/sdl/lv_draw_sdl.c | 30 +++++++++++++++++++++++++++---
@@ -9,7 +9,7 @@ case it is, use it as the video card file in lv_linux_fbdev_set_file().
Otherwise fall back to /dev/fb0, i.e. the current behavior. This way, Otherwise fall back to /dev/fb0, i.e. the current behavior. This way,
it is possible to test LVGL on systems with multiple fbdev devices. it is possible to test LVGL on systems with multiple fbdev devices.
Upstream-Status: Submitted [https://github.com/lvgl/lv_port_linux_frame_buffer/pull/47] Upstream-Status: Backport [a0f03515bd7417a0d100058b133c3e8d69be9451]
Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Marek Vasut <marex@denx.de>
--- ---
main.c | 8 +++++++- main.c | 8 +++++++-
@@ -8,7 +8,7 @@ around it, so it can be conditionally compiled in. This is done in
preparation for addition of other backend initialization example preparation for addition of other backend initialization example
code. code.
Upstream-Status: Submitted [https://github.com/lvgl/lv_port_linux_frame_buffer/pull/47] Upstream-Status: Backport [a0f03515bd7417a0d100058b133c3e8d69be9451]
Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Marek Vasut <marex@denx.de>
--- ---
main.c | 18 ++++++++++++++---- main.c | 18 ++++++++++++++----
@@ -13,7 +13,7 @@ To use DRM/KMS support, adjust lv_conf.h as follows:
LV_USE_LINUX_FBDEV=0 LV_USE_LINUX_FBDEV=0
LV_USE_LINUX_DRM=1 LV_USE_LINUX_DRM=1
Upstream-Status: Submitted [https://github.com/lvgl/lv_port_linux_frame_buffer/pull/47] Upstream-Status: Backport [a0f03515bd7417a0d100058b133c3e8d69be9451]
Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Marek Vasut <marex@denx.de>
--- ---
CMakeLists.txt | 5 ++++- CMakeLists.txt | 5 ++++-
@@ -22,7 +22,7 @@ LV_USE_LINUX_FBDEV=0
LV_USE_LINUX_DRM=0 LV_USE_LINUX_DRM=0
LV_USE_SDL=1 LV_USE_SDL=1
Upstream-Status: Submitted [https://github.com/lvgl/lv_port_linux_frame_buffer/pull/47] Upstream-Status: Backport [a0f03515bd7417a0d100058b133c3e8d69be9451]
Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Marek Vasut <marex@denx.de>
--- ---
CMakeLists.txt | 6 +++++- CMakeLists.txt | 6 +++++-
@@ -10,7 +10,7 @@ to make cmake add the version suffix to generated shared libraries. That
changes the filename to liblvgl.so.9.1.0 and includes symlink with major changes the filename to liblvgl.so.9.1.0 and includes symlink with major
ABI version, i.e. liblvgl.so.9 . ABI version, i.e. liblvgl.so.9 .
Upstream-Status: Submitted [https://github.com/lvgl/lvgl/pull/5865] Upstream-Status: Backport [2c469279f53f9dee63d71295c6058749bc87ce73]
Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Marek Vasut <marex@denx.de>
--- ---
env_support/cmake/custom.cmake | 11 +++++++++++ env_support/cmake/custom.cmake | 11 +++++++++++
@@ -6,7 +6,7 @@ Subject: [PATCH] fix(fbdev): set resolution prior to buffer
Otherwise it ends up with using the default value 800x480 and may fail Otherwise it ends up with using the default value 800x480 and may fail
at lv_display_set_buffers due to incorrect resolution. at lv_display_set_buffers due to incorrect resolution.
Upstream-Status: Submitted [https://github.com/lvgl/lvgl/pull/6004] Upstream-Status: Backport [29662d1c357c15135d076a2a924b9ef056c82120]
Signed-off-by: Jaeyoon Jung <jaeyoon.jung@lge.com> Signed-off-by: Jaeyoon Jung <jaeyoon.jung@lge.com>
--- ---