History log of /drivers/video/c2p.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2eab7ff843d2cb8c9b2ace869774bd85b2316090 21-Dec-2008 Geert Uytterhoeven <geert@linux-m68k.org> fbdev: c2p - Rename c2p to c2p_planar

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
/drivers/video/c2p.h
96f47d6105203ab06c2004e26979dea153bce073 21-Dec-2008 Geert Uytterhoeven <geert@linux-m68k.org> fbdev: c2p/atafb - Add support for Atari interleaved bitplanes

The c2p() for normal bitplanes is not suitable for interleaved bitplanes with
2 bytes of interleave, causing a garbled penguin logo. Add c2p_iplan2().

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
/drivers/video/c2p.h
1f034456c140a8677d0ff3a9bdb3c4b620aae2cb 04-Jan-2009 Geert Uytterhoeven <geert@linux-m68k.org> fbdev: c2p - Cleanups

- 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>
/drivers/video/c2p.h
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 17-Apr-2005 Linus Torvalds <torvalds@ppc970.osdl.org> Linux-2.6.12-rc2

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!
/drivers/video/c2p.h