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.

how to support 720P 30/25fps display on dm6467

the vpis_display driver in dvsdk3.01 support  720P 60/50fps display out .. I want  to support 720P 30/25fps .I add  some code in the vpif_display.c and modified codes in adv7343/dmai/decoe demo,but not success.

 {
"720P-30", 1280, 720, 30, 1, 0, 2018, 1280, 1, 26, 746, 0,
0, 0, 750, 0, 0, 1, V4L2_STD_720P_30, 74250000
},
{
"720P-25", 1280, 720, 25, 1, 0, 2672, 1280, 1, 26, 746, 0,
0, 0, 750, 0, 0, 1, V4L2_STD_720P_25, 74250000
},
  • Hi,

    Apart from the above changes you did, did you also OR the values with VPIF_V4L2_STD ?

    what changes did you do to adv7343 driver? and can you be more descriptive to all the changes you did and what exactly the issue are you facing?

    Regards,

    --Prabhakar Lad