summaryrefslogtreecommitdiffstats
path: root/drivers/video/c2p.c
Commit message (Collapse)AuthorAgeFilesLines
* fbdev: c2p - Rename c2p to c2p_planarGeert Uytterhoeven2009-01-121-155/+0
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* fbdev: c2p - Extract common c2p core to c2p_core.hGeert Uytterhoeven2009-01-121-91/+1
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* fbdev: c2p - CleanupsGeert Uytterhoeven2009-01-121-85/+96
| | | | | | | | | | | | | | - Improve comments and naming - Convert macros to static inline functions - Remove superfluous `break' after `return' - Make sure we get a build-time error (undefined reference to 'c2p_unsupported') in case of future misuse - Replace `unsigned long' by `u32' in comp(), as that's what all callers use - Use {get,put}_unaligned_be32() in store_planar{,_masked}() - Use void * for arbitrary pointers - Use a union to represent pixels/words, to avoid casts Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* fbdev: c2p - Correct indentationGeert Uytterhoeven2009-01-121-118/+120
| | | | Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
* export c2pAdrian Bunk2008-07-201-0/+1
| | | | | | | | | | | | | | | | | | | | This patch fixes the following build error: <-- snip --> .. Building modules, stage 2. MODPOST 1203 modules ERROR: "c2p" [drivers/video/amifb.ko] undefined! .. make[2]: *** [__modpost] Error 1 <-- snip --> Reported-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* drivers/video/c2p.c: add MODULE_LICENSEAdrian Bunk2008-07-201-0/+2
| | | | | | | | | This patch adds the missing MODULE_LICENSE("GPL"). Reported-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+229
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
OpenPOWER on IntegriCloud