summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Hongguang Chen [Tue, 6 Jul 2021 23:54:48 +0000 (23:54 +0000)]
Merge "cec: fix complie issue [1/1]" into android-tv-deadpool-4.9-android12
Hongguang Chen [Tue, 6 Jul 2021 23:54:28 +0000 (23:54 +0000)]
Merge "sc2: AUCPU secure fw loading [3/4]" into android-tv-deadpool-4.9-android12
Hongguang Chen [Tue, 6 Jul 2021 23:54:06 +0000 (23:54 +0000)]
Merge "STR: fix suspend abort cause system resume by powerkey event [1/1]" into android-tv-deadpool-4.9-android12
Hongguang Chen [Tue, 6 Jul 2021 23:53:55 +0000 (23:53 +0000)]
Merge "demux: pts secure mem protect fail [1/1]" into android-tv-deadpool-4.9-android12
hang cheng [Mon, 7 Jun 2021 11:20:36 +0000 (19:20 +0800)]
cec: fix complie issue [1/1]
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 [Mon, 21 Jun 2021 06:43:18 +0000 (14:43 +0800)]
video_composer: add in the uvm type to check whether has vframe. [1/1]
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
Hongguang Chen [Tue, 6 Jul 2021 23:20:37 +0000 (23:20 +0000)]
Merge "codec_mm: Modify a warning print for tvp free [1/1]" into android-tv-deadpool-4.9-android12
Hongguang Chen [Tue, 6 Jul 2021 23:20:02 +0000 (23:20 +0000)]
Merge "nand: fix some parameter modification [1/1]" into android-tv-deadpool-4.9-android12
Hongguang Chen [Tue, 6 Jul 2021 23:19:47 +0000 (23:19 +0000)]
Merge "hdmirx: add hdmi plug & cec rx msg uevent [1/1]" into android-tv-deadpool-4.9-android12
Lawrence Mok [Wed, 3 Mar 2021 01:17:17 +0000 (17:17 -0800)]
sc2: AUCPU secure fw loading [3/4]
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 [Mon, 7 Jun 2021 12:58:00 +0000 (20:58 +0800)]
STR: fix suspend abort cause system resume by powerkey event [1/1]
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>
Chuangcheng Peng [Wed, 9 Jun 2021 08:06:43 +0000 (16:06 +0800)]
demux: pts secure mem protect fail [1/1]
PD#SWPL-52439
Problem:
can't get video data
Solution:
pts secure mem protect fail, it need 64K alignm.
pointer don't use cache.
Verify:
verified at AH219
Signed-off-by: Chuangcheng Peng <chuangcheng.peng@amlogic.com>
Change-Id: I52ddb975eb1d455ca38108fbcabb3895bb646b1c
shipeng.sun [Mon, 7 Jun 2021 02:05:26 +0000 (10:05 +0800)]
codec_mm: Modify a warning print for tvp free [1/1]
PD#SWPL-52149
Problem:
Modify a warning print for tvp free
Solution:
1. Modify a warning print when tvp pool free later.
Verify:
local
Change-Id: I958ff7e8c4db5a0900e7d23eda337490567e044e
Signed-off-by: shipeng.sun <shipeng.sun@amlogic.com>
yao liu [Wed, 2 Jun 2021 10:30:15 +0000 (18:30 +0800)]
DV: FEL display black in adaptive mode [1/1]
PD#SWPL-51701
Problem:
FEL is treat as SDR video, but still send
dv vsif pkt
Solution:
not send hdmi visf pkt ahead for FEL
Verify:
sc2
Signed-off-by: yao liu <yao.liu@amlogic.com>
Change-Id: I708af63d0e818083a6f1e8365bd19c5e8a065b22
hang cheng [Sat, 8 May 2021 10:16:59 +0000 (18:16 +0800)]
hdmirx: add hdmi plug & cec rx msg uevent [1/1]
PD#SWPL-47310
Problem:
1.need hdmi plug uevent to check connection status
2.need cec rx msg uevent instead of poll
3.hdmitx hdcp result for uevent is wrong
Solution:
1.add hdmitx/rx hotplug & cec rx msg uevent
2.correct hdcp result for drm uevent
Verify:
ab311
Change-Id: I60bc0e869770965df676ff22801ee1ff7981916b
Signed-off-by: hang cheng <hang.cheng@amlogic.com>
Liang Yang [Thu, 3 Jun 2021 09:36:02 +0000 (17:36 +0800)]
nand: fix some parameter modification [1/1]
PD#SWPL-50970
Problem:
nand base interface is changed after sync
Solution:
fix the interface which is changed.
Verify:
none
Change-Id: I97946d2e5b400ade809ffe1b935c469aad7c38f2
Signed-off-by: Liang Yang <liang.yang@amlogic.com>
Liang Ji [Tue, 15 Jun 2021 02:23:51 +0000 (10:23 +0800)]
adt3-S kernel/common source code [1/1]
internal tot CL:
BACKPORT: HID: playstation: Add device ids to hid_have_special_driver list.
SWPL-52212
On 4.9 and 4.14 kernel we need to put the hid device ids to
hid_have_special_driver list, to instruct kernel to use special driver
rather than hid-generic.
Fixed the incorrect kernel device type on 4.9 kernel and 4.14 kernel.
Bug:
185139160
Signed-off-by: Chris Ye <lzye@google.com>
Change-Id(Iced67cda47bc83f34a46c2de03b2906e788e56d2)
Signed-off-by: Liang Ji <liang.ji@amlogic.com>
Change-Id: I3aaeb4c6153ab8f7516ea1f290a9e27da80b3765
Thomas Joseph Avila [Wed, 30 Jan 2019 15:49:33 +0000 (07:49 -0800)]
Initial empty repository