This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

HDMI resolution 1400x1050

We use DVRRDK 03. / 0.4 and Udworks based hardware design.

I added some extra resolutions in Vdis_setResolution() for HDMI display output. For example I have append VSYS_STD_VGA_60, VSYS_STD_WXGA_60, VSYS_STD_UXGA_60, VSYS_STD_SVGA_60 resolution. The document 5826.DM81xx_DVR_RDK_Customer_Display_Resolution.pdf was helpfull for this.

I also want to add a setting for VSYS_STD_SXGAP_60 (1400x1050 60FPS VESA standard)

In linux/drivers/video/ti81xx/vpss/sysfs.h no settings are prepared for this resolution.

Is it possible to support this resolution ?