commit | b49f184b640dcfab7ede394cf2a1ff4fe3d154f5 | [log] [tgz] |
---|---|---|
author | Ben Collins <bcollins@ubuntu.com> | Sat Mar 03 12:43:27 2012 -0800 |
committer | Bernie Thompson <bernie@plugable.com> | Sat Mar 03 12:43:27 2012 -0800 |
tree | 5543de4e4aa5962ac003c8ab969b1382b24f07d1 | |
parent | 8d21547d3c9c3bc653261f26d554cfabc4a083de [diff] |
udlfb: Make sure to get correct endian keys from vendor descriptor The driver was not using le16_to_cpu when reading keys from the vendor descriptor, causing incorrect parsing. Mainly, sku_pixel_limit was not being parsed on big-endian systems. This would result in a blank screen on big-endian CPUs where the DL chips's max mode was smaller than the monitor's native mode. Signed-off-by: Ben Collins <bcollins@ubuntu.com> Signed-off-by: Bernie Thompson <bernie@plugable.com>