fbdev: move FBIO_WAITFORVSYNC to linux/fb.h
[safe/jmp/linux-2.6] / drivers / video / ps3fb.c
2009-08-20 Geert Uytterhoevenpowerpc/cell: Move CBE_IOPTE_* to <asm/cell-regs.h>
2009-06-15 Geert Uytterhoevenps3fb: Use ps3_system_bus_[gs]et_drvdata() instead...
2009-06-15 Geert Uytterhoevenps3fb: Tear down FB setup during cleanup
2009-06-15 Geert Uytterhoevenps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>
2009-06-15 Geert Uytterhoevenps3fb: GPU memory mapping cleanup
2009-06-15 Geert Uytterhoevenps3fb: Correct handling of device opening in ps3fb_probe()
2009-06-15 Geert Uytterhoevenps3fb: Inline functions in ps3fb_probe(), to ease clean...
2009-06-15 Geert Uytterhoevenps3fb: Remove useless debug checks in ps3fb_shutdown()
2009-03-24 Kay Sieversvideo: struct device - replace bus_id with dev_name...
2009-01-16 Stephen Rothwellpowerpc/ps3: printing fixups for l64 to ll64 conversion...
2008-12-16 Geert Uytterhoevenpowerpc/ps3: Add sub-match id modalias support
2008-11-19 Geert Uytterhoevenpowerpc/ps3: Replace the flip_ctl logic in ps3av and...
2008-07-22 Masakazu Mokunopowerpc/ps3: Add a sub-match id to ps3_system_bus
2008-02-06 Geoff Levandps3fb: fix modedb typos
2008-02-06 Geert Uytterhoevenps3fb: cleanup sweep
2008-02-06 Geert Uytterhoevenps3fb: round up video modes
2008-02-06 Geert Uytterhoevenps3fb: reorganize modedb handling
2008-02-06 Geert Uytterhoevenps3fb: add support for configurable black borders
2008-02-06 Geert Uytterhoevenps3fb: make frame buffer offsets unsigned int
2008-02-06 Geert Uytterhoevenps3fb: kill ps3fb_res
2008-02-06 Geert Uytterhoevenps3fb: open-code macros that are used only once
2008-02-06 Geert Uytterhoevenps3fb: kill PS3FB_FULL_MODE_BIT
2008-02-06 Geert Uytterhoevenps3: use symbolic names for video modes
2008-01-11 Jeremy Kerrps3fb: fix deadlock on kexec()
2008-01-11 Jeremy Kerrps3fb: prevent use after free of fb_info
2007-12-19 Geoff Levandps3fb: Fix ps3fb free_irq() dev_id
2007-12-19 Geert Uytterhoevenps3fb: Update for firmware 2.10
2007-11-29 Geert Uytterhoevenps3fb: video memory size cleanups
2007-11-15 Li Zefandrivers/video/ps3fb: fix memset size error
2007-10-16 Geert Uytterhoevenps3fb: enhance horizontal panning on firmware 1.90...
2007-10-16 Geert Uytterhoevenps3fb: add virtual screen and panning support
2007-10-16 Geert Uytterhoevenps3fb: don't keep the borders for non-fullscreen modes...
2007-10-16 Geert Uytterhoevenps3fb: use fb_info.par properly
2007-10-16 Geert Uytterhoevenps3fb: fix possible overlap of GPU command buffer and...
2007-10-16 Geert Uytterhoevenps3fb: make ps3fb_wait_for_vsync() and ps3fb_flip_ctl...
2007-10-16 Geert Uytterhoevenps3fb: clean up includes
2007-10-16 Geert Uytterhoevenps3fb: do not print warnings on invalid frame numbers
2007-10-16 Geert Uytterhoevenps3fb: convert from printk()/DPRINTK() to dev_*()/pr_*()
2007-10-16 Geert Uytterhoevenps3av: dont distinguish between `boot' and `non-boot...
2007-10-16 Geert Uytterhoevenps3fb: Fix spurious mode change failures
2007-10-16 Krzysztof Heltfbdev: change asm/uaccess.h to linux/uaccess.h
2007-07-22 Geert Uytterhoevenps3fb: Set FBINFO_READS_FAST to speed up text console...
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-06-28 Geert Uytterhoeven[POWERPC] PS3: Frame buffer system-bus rework
2007-05-24 Geert Uytterhoevenps3fb: use FB_SYS_* instead of FB_CFB_*
2007-05-08 Paul MackerrasMerge branch 'linux-2.6'
2007-05-05 Geert Uytterhoevenps3fb: Use __func__ instead of __FUNCTION__
2007-05-05 Masashi Kimotops3: Make `ps3videomode -v 0 (auto mode) work again
2007-05-05 Geert Uytterhoevenps3fb: kill superfluous zero initializations
2007-05-05 Geert Uytterhoevenps3fb: atomic fixes
2007-05-05 Geert Uytterhoevenps3fb: thread updates
2007-05-02 Geoff Levand[POWERPC] PS3: Interrupt routine fixups.
2007-02-12 Geert Uytterhoeven[PATCH] ps3: Virtual Frame Buffer Driver