aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/aty (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25fbdev: move FBIO_WAITFORVSYNC to linux/fb.hGrazvydas Ignotas1-4/+0
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-2/+4
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett3-6/+15
2010-02-09of: add 'of_' prefix to machine_is_compatible()Grant Likely3-14/+14
2010-01-28Merge commit 'v2.6.33-rc5' into secretlab/test-devicetreeGrant Likely1-2/+2
2010-01-28of: unify phandle name in struct device_nodeGrant Likely1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-09-23atyfb: coding style cleanupVille Syrjala1-371/+458
2009-06-30atyfb: fix alignment for block writesVille Syrjala3-14/+46
2009-06-30atyfb: fix HP OmniBook 500 reboot hangVille Syrjala2-9/+82
2009-06-16radeon: P2G2CLK_ALWAYS_ONb tested twice, should 2nd be P2G2CLK_DAC_ALWAYS_ONb?Roel Kluin1-2/+1
2009-06-12module_param: invbool should take a 'bool', not an 'int'Rusty Russell1-1/+1
2009-04-13drivers/video/aty/radeon_base.c: fix typo in commentPaul Menzel1-2/+2
2009-04-01atyfb: speed up Mach64 cursorKrzysztof Helt1-8/+7
2009-04-01fb: hide hardware cursor in graphics mode (Mach64)Krzysztof Helt1-1/+2
2009-04-01radeonfb: suspend/resume for ATI Mobility Radeon RV350Wolfgang Kroener1-0/+3
2009-03-30radeonfb: Use __pci_complete_power_transition()Rafael J. Wysocki1-1/+1
2009-03-22radeonfb: Whack the PCI PM register until it sticksBenjamin Herrenschmidt1-0/+24
2009-03-11radeonfb/aty128fb: Disable broken early resume hook for PowerBooksBenjamin Herrenschmidt2-2/+18
2009-02-20atyfb: remove unused local variable `pwr_command'Yang Hongyang1-1/+0
2009-02-08radeonfb: Fix resume from D3Cold on some platformsBenjamin Herrenschmidt2-67/+20
2009-02-08aty128fb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt1-10/+15
2009-02-08atyfb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt1-5/+15
2009-02-05atyfb: fix CONFIG_ namespace violationsRandy Dunlap4-29/+29
2009-02-02fbdev/atyfb: Fix DSP config on some PowerMacs & PowerBooksRisto Suominen1-0/+11
2009-01-26i2c: Delete many unused adapter IDsJean Delvare1-1/+0
2009-01-06pci: use pci_ioremap_bar() in drivers/videoArjan van de Ven1-1/+1
2008-12-10Revert "radeonfb: accelerate imageblit and other improvements"Linus Torvalds5-267/+122
2008-12-09radeonfb: Disable new color expand acceleration unless explicitely enabledBenjamin Herrenschmidt3-1/+10
2008-12-01radeonfb: fix problem with color expansion & alignmentBenjamin Herrenschmidt2-9/+30
2008-10-16radeonfb: accelerate imageblit and other improvementsBenjamin Herrenschmidt5-122/+237
2008-10-16radeonfb: misc cleanup of engine and dst cache handlingBenjamin Herrenschmidt3-30/+38
2008-10-16radeonfb: revert "Fix radeon DDC regression"Jean Delvare1-4/+0
2008-08-12radeonfb: fix accel engine hangsDavid Miller1-0/+8
2008-08-05atyfb_base.c: fix warningAlexander Beregalov1-14/+15
2008-08-05radeonfb: give i2c buses nicer namesJean Delvare1-1/+2
2008-08-05radeon: misc correctionsDavid Miller1-2/+2
2008-07-24aty: use memory_read_from_buffer()Akinobu Mita1-9/+1
2008-07-24atyfb: fix a castVille Syrjala1-1/+1
2008-07-24atyfb: report probe errorsVille Syrjala1-5/+10
2008-07-24atyfb: use a PCI device ID tableVille Syrjala1-18/+55
2008-07-24atyfb: correct_chipset() can failVille Syrjala1-1/+3
2008-07-24atyfb: remove dead codeOlaf Hering1-4/+2
2008-07-24aty128fb: test below 0 on unsigned pll->post_dividerRoel Kluin1-4/+2
2008-07-24drivers/video/aty/radeon_base.c: notify user if sysfs_create_bin_file() failedTony Breeds1-2/+8
2008-07-21driver core: remove DEVICE_NAME_SIZE defineKay Sievers2-2/+2
2008-05-23fbdev: fix integer as NULL pointer warningHarvey Harrison2-3/+3
2008-04-28video: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-9/+9
2008-04-28radeonfb: speed up the I2C busesJean Delvare1-1/+1