commit | 01ba1e9d26fcd29f3ad4f3a5bcf40c0fbc40ee81 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Thu Oct 11 04:31:46 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Fri Oct 12 14:05:17 2007 +1000 |
tree | c08edb7ba151e6f6820e28feee1f70d2b7bac207 | |
parent | d94bad827d9a0df939a0e7ed081a2780b9f72c4b [diff] |
[POWERPC] XilinxFB: Use pdata to pass around framebuffer parameters The call to xilinxfb_assign is getting unwieldy when adding features to the Xilinx framebuffer driver. Change xilinxfb_assign() to accept a pointer to a xilinxfb_platform_data structure to prepare for adding additition configuration options. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Paul Mackerras <paulus@samba.org>