Files
kernel_common_drivers/arch
zongdong.jiao 585c0cfeeb hdmitx: add source product description infoframe [2/2]
PD#SWPL-194835
PD#OTT-70185

Problem:
The source lacks the SPD infoframe

Solution:
Add source product description infoframe
Find your board dts file, and add below
&amhdmitx {
	/* customer name, max 8 bytes */
	vendor_name = "CUS_NAME";
	/* customer product description, max 16 bytes */
	product_desc = "CUS_PRODUCT_NAME";
}; /* end of amhdmitx */

Verify:
s5/ax201

Test:
DRM-TX-38

Change-Id: I6ed3ea8090bb42fe26503b657efb2bbcf422ab44
Signed-off-by: zongdong.jiao <zongdong.jiao@amlogic.com>
2025-03-12 22:06:56 -08:00
..