mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
f75a8be203
PD#SWPL-244363 Problem: Per CTA-861 spec, the AVI M field shall match the Picture Aspect Ratio associated with the current Video Format VIC Solution: 1.for VIC with 4x3 picture aspect ratio, set AVI M filed as 4x3, 2.for modes which picture aspect ratio not in 4:3, 16:9, 64:27, 256:135(VESA modes), set AVI M filed as No Data 3.for VIC with 16x9 or 256x135 picture aspect ratio, as there's no valid M value for 64:27, 256:135, keep M filed as default 16x9 as previously did Verify: S7D Test: DRM-TX-155 Change-Id: I56439bfc0130e5741f4e40983de418859e1c470d Signed-off-by: hang.cheng <hang.cheng@amlogic.com>