weston: apply g2d backend workarounds to both the ccimx6 and ccimx6qp
These changes were originally applied to the ccimx6 to fix a trailing effect in the desktop, but we've recently discovered an HDMI hotplug issue on the ccimx6qp that is also solved when using the g2d backend. Apply the workarounds to both platforms. https://jira.digi.com/browse/DEL-7380 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
39baff1e60
commit
95be080ab2
|
|
@ -17,7 +17,8 @@ INI_UNCOMMENT_ASSIGNMENTS_append_mx8mp = " \
|
|||
"
|
||||
|
||||
# Digi: use g2d on ccimx6sbc to fix desktop window issue
|
||||
INI_UNCOMMENT_ASSIGNMENTS_append_ccimx6sbc = " \
|
||||
# Also needed to workaround an HDMI hotplug issue on the ccimx6qpsbc
|
||||
INI_UNCOMMENT_ASSIGNMENTS_append_ccimx6 = " \
|
||||
use-g2d=1 \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# Copyright (C) 2020 Digi International.
|
||||
|
||||
SRC_URI_append_ccimx6sbc = " file://0001-libweston-g2d-renderer-try-re-adjusting-fb-if-the-FB.patch"
|
||||
SRC_URI_append_ccimx6 = " file://0001-libweston-g2d-renderer-try-re-adjusting-fb-if-the-FB.patch"
|
||||
|
|
|
|||
Loading…
Reference in New Issue