On Fri, Dec 7, 2012 at 4:32 PM, Daniel Vetter daniel@ffwll.ch wrote:
TODO:
- The SDVO part is totally untested. I am not sure if the buffer size on the SDVO code must be a multiple of 4.
Forgotten to mention: SDVO actually needs alignment to blocks of 8, but intel_sdvo_write_infoframe already takes care of all that so no rounding of the buffer size is needed. -Daniel