The node name 'eth' is already defined earlier, so the same node name
will override with the new pin mux that leads malfunction.
eth_pins: eth {
mux {
...
};
};
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I27a46e3b0b4e2322c7734a654716328eb9cfde3e
PD#SWPL-249842
Problem:
need report mediaproxy info enven videodisplay drop
Solution:
need report mediaproxy info enven videodisplay drop
Verify:
T6X
Change-Id: I8dbabb236946842e52d75f0cf2b090e4364a3be6
Signed-off-by: zhenteng.tian <zhenteng.tian@amlogic.com>
PD#TV-197386
Problem:
there will generate a error When the customer's dts file contains
duplicate comment lines
Solution:
fix the script
Verify:
local
Change-Id: Ia37a2ad6fc6d725a0162dde5296ee4fddb79cf0c
Signed-off-by: Dezhen Wang <dezhen.wang@amlogic.com>
PD#SWPL-253855
Problem:
concurrent wifi power-on process between HAL and driver leads to
conflict and kernel panic.
Solution:
avoid conflicts using mutex_lock
Verify:
S905Y5+uwe5621
Change-Id: I293f00fd3a01126bb56e689b585ed2186a03d609
Signed-off-by: bo.li <bo.li@amlogic.com>
(cherry picked from commit a0f6089096f17a383d819dd599cb4d1946de7de6)
PD#TV-199826
Problem:
During shutdown reboot, DDR scramble reg is not cleared.
Shutdown reboot reason(8) is set by BL31, while other reboot
reasons are set by kernel during reboot. The shutdown reboot
path skips DDR scramble reg cleanup logic.
Solution:
Align shutdown reboot flow with other reboot flows. Ensure DDR
scramble register is properly cleared when reboot_reason = 8.
Verify:
T6X
Change-Id: I3b9c49a206ccb7df50bd7d61b61e2375b0bd1ab0
Signed-off-by: dongqing.li <dongqing.li@amlogic.com>
PD#SWPL-255838
Problem:
1) dmc violation when task pending
2) CSC cannot be dynamically changed due to the pre_prop range error.
Solution:
1) mem alloc return fail when task pending
2) remove the pre_prop range setting
Verify:
t6x
Change-Id: I9a553e5ff0747ababb6090652484a963ac6dd84f
Signed-off-by: zijie.hong <zijie.hong@amlogic.com>
PD#SWPL-257773
Problem:
framerate range base on fist timing when not config,
so not update from vrr range
Solution:
set framerate range default when not config
Verify:
t5m
Change-Id: I5442001b33a43cfa92c3b4d83475e9cf7f24e9e7
Signed-off-by: huijie.huang <huijie.huang@amlogic.com>
PD#SWPL-247755
Problem:
support hibernate mode for ir
Solution:
support hibernate mode for ir
Verify:
t6x_bu301
Change-Id: I6f028ea3af5918956a24d753b41383ba21d6885e
Signed-off-by: Zelong Dong <zelong.dong@amlogic.com>
PD#SWPL-253540
Problem:
add super resolution pi and sharpness ioctl
Solution:
add support
Verify:
t6w
Change-Id: Ib1e6e08f19a7ff62e26a8cd2f54b64a7c8c802b6
Signed-off-by: hai.cao <hai.cao@amlogic.com>
PD#SWPL-248087
Problem:
realloc buffer optimization for multi video
Solution:
realloc buffer support muti video,
max 10 muti video
Verify:
s6 16+6.12
Change-Id: I3686695fb93ed37057962db77af5983325529e1f
Signed-off-by: Yongjie Zhu <yongjie.zhu@amlogic.com>
PD#SWPL-245812
Problem:
realloc buffer optimization for single video
Solution:
realloc buffer pool support single video screencap
Verify:
s6 16+6.12
Change-Id: I18d01234cf2b6fb9dfc10aab679d85452fbedda5
Signed-off-by: Yongjie Zhu <yongjie.zhu@amlogic.com>
PD#SWPL-257663
Problem:
DPSS memory is incorrectly reported in the two-playback case
Solution:
set reported DPSS memory to 0 when the second path is a p-source
Verify:
T6X
Change-Id: I02dc8c7261a87254235fd5021bbf18915716a480
Signed-off-by: zhenteng.tian <zhenteng.tian@amlogic.com>
PD#SWPL-257663
Problem:
insufficient memory during dual-stream playback in NTS testing
Solution:
avoid allocating DPSS memory for non-I sources on the second stream
Verify:
T6X
Change-Id: I869930c367a93e47ec7f15f5182f3b108a29193a
Signed-off-by: zhenteng.tian <zhenteng.tian@amlogic.com>
PD#SWPL-253906
Problem:
Function name is printed by drm log implementation
but is printed again in meson drm driver.
Solution:
Don't print function name again in meson drm driver.
Verify:
S7D
Test:
DRM-OSD-24
Change-Id: Ie0d2c724e487dd58e953481ba9f4817ac3120510
Signed-off-by: yujun.zhang <yujun.zhang@amlogic.com>