aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/aty/radeon_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-22drivers:video:aty:radeon_base Fix typo occationally to occasionallyJustin P. Mattock1-1/+1
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+2
2009-04-13drivers/video/aty/radeon_base.c: fix typo in commentPaul Menzel1-2/+2
2009-02-05atyfb: fix CONFIG_ namespace violationsRandy Dunlap1-5/+5
2008-12-10Revert "radeonfb: accelerate imageblit and other improvements"Linus Torvalds1-31/+15
2008-12-09radeonfb: Disable new color expand acceleration unless explicitely enabledBenjamin Herrenschmidt1-0/+6
2008-12-01radeonfb: fix problem with color expansion & alignmentBenjamin Herrenschmidt1-0/+18
2008-10-16radeonfb: accelerate imageblit and other improvementsBenjamin Herrenschmidt1-15/+7
2008-10-16radeonfb: misc cleanup of engine and dst cache handlingBenjamin Herrenschmidt1-8/+5
2008-07-24aty: use memory_read_from_buffer()Akinobu Mita1-9/+1
2008-07-24drivers/video/aty/radeon_base.c: notify user if sysfs_create_bin_file() failedTony Breeds1-2/+8
2008-05-23fbdev: fix integer as NULL pointer warningHarvey Harrison1-2/+2
2008-04-28radeonfb: drop redundant RTRACE macroJean Delvare1-17/+17
2008-04-28radeonfb: fix debug optionJean Delvare1-1/+2
2008-04-28radeonfb: use PCI device id in hex for name stringAndreas Herrmann1-3/+11
2007-11-26radeonfb: add chip definition for RV370 5b63Andreas Herrmann1-0/+1
2007-10-16Radeonfb Xpress 200M RC410 supportSellout Bessie1-0/+3
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt1-1/+1
2007-09-13radeonfb: fix chip definition for Radeon Xpress 200M 0x5975aherrman@arcor.de1-2/+1
2007-09-13radeonfb: fix setting of PPLL_REF_DIV for RV370 5B60.aherrman@arcor.de1-1/+2
2007-07-17radeonfb: Add support for Radeon Xpress 200M (RS485)Stephan Wolf1-0/+2
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-2/+6
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-2/+0
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-3/+3
2007-05-08radeonfb: Add support for Radeon xpress 200mjohan henriksson1-1/+4
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-3/+3
2007-04-26[RADEON]: Probe clocks and monitor using OF properties on sparc.David S. Miller1-5/+7
2007-03-05backlight: Allow enable/disable of fb backlights, fixing regressionsRichard Purdie1-1/+9
2007-03-02[RADEON]: Fix blanking return value.David S. Miller1-2/+1
2007-02-20backlight: Rework backlight/fb interaction simplifying, lotsRichard Purdie1-1/+2
2006-08-01Merge branch 'merge'Paul Mackerras1-3/+16
2006-07-31[PATCH] radeonfb sleep fixesVolker Braun1-2/+16
2006-07-31[POWERPC] video & agp: Constify & voidify get_property()Jeremy Kerr1-4/+4
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] Detaching fbcon: remove calls to pci_disable_device()Antonino A. Daplas1-2/+0
2006-06-25[PATCH] Rewritten backlight infrastructure for portable Apple computersMichael Hanselmann1-137/+3
2006-04-19[PATCH] radeonfb section mismatchesRandy Dunlap1-1/+1
2006-03-27[PATCH] framebuffer: cmap-setting return valuesAlan Curry1-3/+3
2006-01-14[PATCH] fbdev: Sanitize ->fb_ioctl prototypeChristoph Hellwig1-2/+2
2006-01-03s/retreiv/retriev/gMatt Mackall1-8/+8
2005-11-07[PATCH] fbdev: ATI RN50 pci idJake Moilanen1-0/+1
2005-11-07[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbconAntonino A. Daplas1-1/+0
2005-11-07[PATCH] radeonfb: prevent spurious recompilationsJean Delvare1-1/+0
2005-09-29[RADEON]: Fix unaligned I/O port access during probe.David S. Miller1-1/+1
2005-09-09[PATCH] quiet non-x86 option ROM warningsOlaf Hering1-2/+3
2005-09-09[PATCH] radeonfb: Only request resources we needDaniel Burcaw1-9/+20
2005-07-27[PATCH] radeonfb: clean up EDID sysfs attributeJon Smirl1-0/+5
2005-06-12[PATCH] radeonfb: don't blow up VGA console on loadBenjamin Herrenschmidt1-4/+3
2005-05-01[PATCH] fbdev: Batch cmap changes at driver levelBenjamin Herrenschmidt1-24/+94