Post Go back to editing

ADV7511 detailed timing

Category: Software
Product Number: ADV7511

Hi,

I'm trying to replicate the no-os project shown here for the ADV7511 on ZedBoard Platform. What I'm interested to is the matrix detailedTiming used in the software to configure the hdmi_tx ipcore.
Now for each resolution there are several information, such as pixel clock and others. Below the code present in cf_hdmi.c

static const unsigned long detailedTiming[7][9] = {
	{25180000, 640, 144, 16, 96, 480, 29, 10, 2},
	{40000000, 800, 256, 40, 128, 600, 28, 1, 4},
	{65000000, 1024, 320, 136, 24, 768, 38, 3, 6},
	{74250000, 1280, 370, 110, 40, 720, 30, 5, 5},
	{84750000, 1360, 416, 136, 72, 768, 30, 3, 5},
	{108000000, 1600, 400, 32, 48, 900, 12, 3, 6},
	{148500000, 1920, 280, 44, 88, 1080, 45, 4, 5}
};

Where did you get these infos ? I'm trying to get 1920x1200 resolution.

Thanks,
Vincenzo