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 change the resolution of display device run-time on DM8168?

I am working on a display system and my device has to support full-screen display of 1080p60 as well as 720p60 resolutions.

I inserted the VPSS kernel object using the command (a) given below. Using the command (a), my display device gets set to 1080p60 resolution and if i configure the VFDC component to 720p60 with the same vpss setting, the 720p frame is displayed in a 1080 window.

(a) insmod vpss.ko sbufaddr=0xBFB00000 i2c_mode=1

When I changed the options while inserting VPSS ko, as given in (b),  I got a full-screen display for 720 resolution.

(b) insmod vpss.ko sbufaddr=0xBFB00000 i2c_mode=1 mode=hdmi:720p-60,dvo2:720p-60,hd

But to do the same, I have to exit my application, remove the module and re-insert it with the new options. Is it possible to do this change run-time from my application using some system call? Or is there any setting that I can change for the OMX component to support the same??

Thanks

Anoop