summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/aty
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* video: fbdev: Use IS_BUILTINJoe Perches2020-06-013-16/+3
* fbdev: aty: use true, false for bool variables in atyfb_base.cJason Yan2020-05-061-2/+2
* video: fbdev: aty128fb: remove unused 'sdr_64'Jason Yan2020-04-171-14/+0
* fbdev: aty: fix -Wextra build warningRandy Dunlap2020-03-201-1/+1
* video: fbdev: radeon: Remove dead codeSouptick Joarder2020-03-021-16/+0
* video: fbdev: atyfb: remove set but not used variable 'mach64RefFreq'yu kuai2020-03-021-2/+1
* video: fbdev: radeonfb: remove set but not used variable 'bytpp'yu kuai2020-03-021-2/+1
* video: fbdev: radeonfb: remove set but not used variable '‘cSync’'yu kuai2020-03-021-3/+1
* video: fbdev: radeonfb: remove set but not used variable 'vSyncPol'yu kuai2020-03-021-3/+1
* video: fbdev: radeonfb: remove set but not used variable 'hSyncPol'yu kuai2020-03-021-2/+1
* Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-175-8/+8
|\
| * video: constify fb ops across all driversJani Nikula2019-12-052-2/+2
| * video: fbdev: atyfb: modify the static fb_ops directlyJani Nikula2019-12-053-6/+6
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-1/+1
|\ \
| * | PCI/PM: Avoid exporting __pci_complete_power_transition()Rafael J. Wysocki2019-11-201-1/+1
| |/
* / compat_ioctl: move ATYFB_CLK handling to atyfb driverArnd Bergmann2019-10-231-1/+11
|/
* video: fbdev: aty[128]fb: Remove dead codeSouptick Joarder2019-08-192-47/+0
* video: fbdev: radeonfb: Use dev_get_drvdataChuhong Yuan2019-08-191-4/+2
* Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxLinus Torvalds2019-07-093-77/+7
|\
| * video: fbdev: don't print error message on framebuffer_alloc() failureBartlomiej Zolnierkiewicz2019-06-283-11/+6
| * fbdev/atyfb: lock_fb_info can't failDaniel Vetter2019-06-121-2/+1
| * fbdev/aty128fb: Remove dead codeDaniel Vetter2019-06-121-64/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* fbdev: Use of_node_name_eq for node name comparisonsRob Herring2019-02-081-3/+3
* atyfb: fix debugging printksMikulas Patocka2018-10-081-16/+20
* mach64: optimize wait_for_fifoMikulas Patocka2018-10-082-5/+11
* mach64: fix image corruption due to reading accelerator registersMikulas Patocka2018-10-081-13/+9
* mach64: fix display corruption on big endian machinesMikulas Patocka2018-10-081-3/+3
* mach64: detect the dot clock divider correctly on sparcMikulas Patocka2018-10-083-9/+11
* video: fbdev: aty: radeon_pm: Replace mdelay with msleep in radeonfb_pci_suspendJia-Ju Bai2018-04-241-4/+4
* video: fbdev: aty: aty128fb: Replace mdelay with msleep in aty128_set_suspendJia-Ju Bai2018-04-241-1/+1
* video: fbdev: aty128fb: use true and false for boolean valuesGustavo A. R. Silva2018-03-281-1/+1
* fbdev: aty: fix missing indentation in if statementColin Ian King2018-03-281-1/+1
* fbdev: Fix loading of module radeonfb on PowerMacMathieu Malaterre2018-03-121-0/+21
* fbdev: radeon: use ktime_get() for HZ calibrationArnd Bergmann2018-01-041-11/+7
* Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linuxLinus Torvalds2017-11-203-8/+9
|\
| * video: fbdev: Convert timers to use timer_setup()Kees Cook2017-11-101-5/+3
| * video: fbdev: aty: radeon_pm: mark expected switch fall-throughsGustavo A. R. Silva2017-11-091-0/+3
| * video: fbdev: radeon: make const array post_divs static, reduces object code ...Colin Ian King2017-10-121-1/+1
| * video: fbdev: aty: make const arrays static, reduces object code sizeColin Ian King2017-10-121-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0212-0/+12
|/
* video: fbdev: aty: do not leak uninitialized padding in clk to userspaceVladis Dronov2017-09-041-1/+1
* video: fbdev: make fb_videomode constBhumika Goyal2017-09-042-2/+2
* video: fbdev: add const to bin_attribute structuresBhumika Goyal2017-08-181-2/+2
* video: fbdev: aty128fb: constify pci_device_id.Arvind Yadav2017-08-011-1/+1
* video: fbdev: atyfb: constify pci_device_id.Arvind Yadav2017-08-011-1/+1
* video: fbdev: radeon: constify pci_device_id.Arvind Yadav2017-08-011-1/+1
* atyfb: hide unused variableArnd Bergmann2017-07-121-2/+2