- Sep 13, 2021
-
-
hang cheng authored
PD#SWPL-57172 Problem: hal can't receive suspend/resume uevent on android S + 4.9-q Solution: add extra uevents to supplement extcon; on android S, it will only listen to uevent on android Q, it will only listen to extcon Verify: u221 Change-Id: I52fbe9756a824d6876753ae3ff36c7bb7b9b6f97 Signed-off-by:
hang cheng <hang.cheng@amlogic.com>
-
hang cheng authored
PD#SWPL-49008 Problem: hdmi early suspend uevent is not received by sysctl Solution: correct hdmipwr uevent init state Verify: AC214 Change-Id: I91f4e1643a58d54a8d0ca0f8cf50bd9ab6e1bd13 Signed-off-by:
hang cheng <hang.cheng@amlogic.com>
-
Zongdong Jiao authored
PD#SWPL-56597 Problem: Current the hdmi resume power uevent is early and before reading edid, and this will make application can't get sink capability and set the 480p as default Solution: Adjust the hdmi resume power uevent after reading edid Verify: g12/u212 Change-Id: I20acd118762d167ccfbf790c8fbace3171b0fda3 Signed-off-by:
Zongdong Jiao <zongdong.jiao@amlogic.com>
-
Zongdong Jiao authored
PD#SWPL-55323 Problem: the hdmi_pwr is too late in resume Solution: head the hdmi_pwr in resume Verify: G12/U212 Change-Id: I86bd4dfd0c6b51578cb09fd4fc8902b858de9eae Signed-off-by:
Zongdong Jiao <zongdong.jiao@amlogic.com>
-
- Sep 10, 2021
-
-
jian.cao authored
PD#SWPL-57980 Problem: after the device is powered on plug in the HDMI cable a few seconds then OSD panic Solution: avoid color_info NULL Verify: g12a Change-Id: I69202bc06d889e59a391b50b609237689eb29d31 Signed-off-by:
jian.cao <jian.cao@amlogic.com>
-
song.han authored
PD#SWPL-57714 Problem: can't open DEBUG_FS by Kconfig Solution: CONFIG_DEBUG_FS=y Verify: local Change-Id: Idc201854cb819c23059f981eab6f7341273ba58e Signed-off-by:
song.han <song.han@amlogic.com>
-
- Aug 23, 2021
-
-
jian.cao authored
PD#SWPL-47101 Problem: CONFIG_AMLOGIC_MEDIA_FB_OSD_SYNC_FENCE depends on CONFIG_DEBUG_FS and is not enabled in arm32 user version Solution: fix depend error Verify: s4 ap222 Change-Id: I5ff794630ca933cb33c523b49b83f6185c18182d Signed-off-by:
jian.cao <jian.cao@amlogic.com> (cherry picked from commit 8e8cabbd2b8a20ce4e06d7898682b2665187012c)
-
song.han authored
PD#SWPL-57714 Problem: can't close DEBUG_FS by config Solution: modify Kconfig about TRACING Verify: local Change-Id: I6b926143fd94f952214e0f1fff2551fb891b1020 Signed-off-by:
song.han <song.han@amlogic.com>
-
Bichao Zheng authored
PD#SWPL-57735 Problem: close DEBUG_FS then clkmsr crash. Solution: adjust register debugfs Verify: g12a_u212 Change-Id: I7988c6d4a9508dad26a6f886289ec3509c0af1df Signed-off-by:
Bichao Zheng <bichao.zheng@amlogic.com>
-
hang cheng authored
PD#SWPL-56548 Problem: may block during spinlock cause crash Solution: move block outside of spinlock Verify: AB311 Change-Id: If0086cf3dd53b3426c8c2132e4718e36d06cb866 Signed-off-by:
hang cheng <hang.cheng@amlogic.com>
-
- Aug 11, 2021
-
-
Liang Ji authored
PD#GH-1202 BUG=190485198 Problem: Increase framebuffer memory pool so it can hold 6 framebuffers Solution: Increase framebuffer memory pool so it can hold 6 framebuffers Verify: adt3 Signed-off-by:
Liang Ji <liang.ji@amlogic.com> Change-Id: I2711107539efacdb810e8e10ca1f14f3e3d14533
-
- Jul 29, 2021
-
-
Zongdong Jiao authored
PD#SWPL-54362 Problem: The physical size is cm, while the screen size is mm. Need unify the unit. Solution: Correct the unit of physical size as mm. Verify: g12/u212 Change-Id: I0c1f3d71f2df4930d8a91f692b713ad537133a55 Signed-off-by:
Zongdong Jiao <zongdong.jiao@amlogic.com>
-
lele.liu authored
PD#SWPL-49147 Problem: Bluetooth wakes up device unexpectedly Solution: kernel get BT-WAKE,do not send power key Verify: local Signed-off-by:
lele.liu <lele.liu@amlogic.com> Change-Id: I8ccc0a719f8b54537b932c66f29a52c4a956d69b Signed-off-by:
lele.liu <lele.liu@amlogic.com>
-
- Jul 06, 2021
-
-
Hongguang Chen authored
-
Hongguang Chen authored
-
Hongguang Chen authored
-
Hongguang Chen authored
-
Hongguang Chen authored
-
Hongguang Chen authored
-
Hongguang Chen authored
-
Hongguang Chen authored
Merge "picdec: skip putting vframe if current buffer is being in used [1/1]" into android-tv-deadpool-4.9-android12
-
Hongguang Chen authored
-
Hongguang Chen authored
-
Hongguang Chen authored
Merge "STR: fix suspend abort cause system resume by powerkey event [1/1]" into android-tv-deadpool-4.9-android12
-
Hongguang Chen authored
-
hang cheng authored
PD#SWPL-52256 Problem: CONFIG_AMLOGIC_HDMITX macro is not defined on TV platform, cause complie issue Solution: fix complie issue Verify: am301 Change-Id: Ib9bcfe3d613f8affe2469adcce4383b315eee3fc Signed-off-by:
hang cheng <hang.cheng@amlogic.com>
-
jintao xu authored
PD#SWPL-52333 Problem: hdmitx audio setting function is called on TV platform and cause crash Solution: if hdmitx driver is not enabled, export function just return Verify: pb Signed-off-by:
jintao xu <jintao.xu@amlogic.com> Change-Id: Ic87135d8621a2a37e74c2ac8ddc6d7096e3d75d1
-
Dezhi Kong authored
PD#SWPL-45003 Problem: hw-fb may alloc fail from cma heap, which will result in display messed up Solution: add a separate ion fb heap only used for HW_FB Verify: sm1-newton-ac214 g12a-franklin-u212 Change-Id: I154fe5c61ad1c92cfc652234a093090284c4d2f3 Signed-off-by:
Dezhi Kong <dezhi.kong@amlogic.com>
-
Hongguang Chen authored
-
Yonghui Yu authored
PD#SWPL-51104 Problem: CtsDownloadManagerApi28 fail because of ioctrl failure on EXT4_IOC_FSGETXATTR and EXT4_IOC_FSSETXATTR. Solution: Add those two IOC to the compat_ioctrl. Verify: adt3 Signed-off-by:
Yonghui Yu <yonghui.yu@amlogic.com> Change-Id: I2ed64202819b15d6b8aa75b6aefd255a3580cbd1
-
Hongguang Chen authored
-
Cao Jian authored
PD#SWPL-52807 Problem: GIF pictures flicker after quickly switching pictures Solution: skip putting vframe if current buffer is being in used Verify: on t5 Change-Id: Id1366ead409967a6055d5de5413f16774407c778 Signed-off-by:
Cao Jian <jian.cao@amlogic.com>
-
Hongguang Chen authored
-
hang cheng authored
PD#SWPL-52333 Problem: hdmitx audio setting function is called on TV platform and cause crash Solution: if hdmitx driver is not enabled, export function just return Verify: am301 Change-Id: I5e369e6951dfbb5da1784a7245b9c08bc7684c6f Signed-off-by:
hang cheng <hang.cheng@amlogic.com>
-
Ruixuan Li authored
PD#SWPL-52307 Problem: need bootloader0 & bootloader1 offset from 1 sector Solution: add fake partition Verify: passed on t3_t982 Signed-off-by:
Ruixuan Li <ruixuan.li@amlogic.com> Change-Id: Iddac88632af72fb9251a19c4941efc9a29cd6b59
-
Pengfei Liu authored
PD#SWPL-52784 Problem: dmx have remaining data. Solution: clean dmx output buffer Verify: verified at vo svp. Signed-off-by:
Pengfei Liu <pengfei.liu@amlogic.com> Change-Id: Ia392e83533a0ec8e3b6d9ed13a219a07a23eced3
-
hang cheng authored
PD#SWPL-52240 Problem: hdmi1.4 cts 7-19 fail, it will sent non-zero CD in GCP under y422 Solution: set CD of GCP to 0 when EDID not support deep color Verify: ap222 Change-Id: I500a470188d6f045ff054ac4ac44fce09f64a6af Signed-off-by:
hang cheng <hang.cheng@amlogic.com>
-
Pengcheng Chen authored
PD#SWPL-51971 Problem: osd dummy alpha error in 1080i Solution: fix osd dummy alpha set in 1080i Verify: u212 Change-Id: Iaa7271fd3def8fde3098fb517010f0650fe3c096 Signed-off-by:
Pengcheng Chen <pengcheng.chen@amlogic.com>
-
Lawrence Mok authored
PD#SWPL-49064 Problem: Need to support signed and encrypted AUCPU firmware. Solution: Add bl31 smc command to load signed/encrypted fw Verify: Load signed/encrypted AUCPU fw: Sign/encrypt aucpu_fw.bin mkdir /lib/firmware cp -v aucpu_fw.bin.dblk /lib/firmware/aucpu_fw.bin insmod aml_aucpu.ko print_level=0 Change-Id: Ib63e4332e5a21f27787365a2df59c0a69ccd1537 Signed-off-by:
Lawrence Mok <lawrence.mok@amlogic.com>
-
Qiufang Dai authored
PD#SWPL-52156 Problem: When suspend abort happens, device driver resume call back call get_resume_method() which always feedback the last resume method. It cause a wrong powerkey event report by driver resume call back. Solution: Clr resume method in suspend prepare notify. Provide a stationary get_resume_reason() api. Verify: SC2_AH212 Change-Id: I4f6577201125af6ce93dfc36b24b4c80fd812e46 Signed-off-by:
Qiufang Dai <qiufang.dai@amlogic.com>
-