There are now two functions used for this purpose:
- u32 XVid_GetPixelClockHzByHVFr(u32 HTotal, u32 VTotal, u8 Fr);
- u32 XVid_GetPixelClockHzByVmId(XVid_VideoMode VmId);
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
Added a new function that computes the pixel clock frequency rather than having
it as part of the video mode table and structure. This saves some space.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>