Hello,
I would like to understand if there is any hardware constraints on display resolution.
I first understood that there are none, but I see in vpshal_hdvenc.c that there is use of some index of resolution as input bits to some register. I would like to ask:
1. Is there some constrains by hardware for only these specific resolutions in DVO2 or we can use as output any resolution, frame-rate ? I didn't find such constrain in technical documnets, or register used in the above command.
2. Is there a similiar hardware constrain for the input for capturing or we can use as input any resolution, frame-rate (as long as it's under 165 HZ) ? Thank you! Ran VPSHAL_HDVENC_MODE_480I60 = 0,
VPSHAL_HDVENC_MODE_480P60,
VPSHAL_HDVENC_MODE_1080I60,
VPSHAL_HDVENC_MODE_720P60,
VPSHAL_HDVENC_MODE_576i60,
VPSHAL_HDVENC_MODE_576P60,
VPSHAL_HDVENC_MODE_1080P60,
VPSHAL_HDVENC_MODE_MANUAL,
regsOvly->CFG0 |= ((dispMode << CSL_VPS_HD_VENC_A_CFG0_DM_SEL_SHIFT) & CSL_VPS_HD_VENC_A_CFG0_DM_SEL_MASK);