summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/aty
AgeCommit message (Expand)AuthorLines
2020-06-01video: fbdev: Use IS_BUILTINJoe Perches-16/+3
2020-05-06fbdev: aty: use true, false for bool variables in atyfb_base.cJason Yan-2/+2
2020-04-17video: fbdev: aty128fb: remove unused 'sdr_64'Jason Yan-14/+0
2020-03-20fbdev: aty: fix -Wextra build warningRandy Dunlap-1/+1
2020-03-02video: fbdev: radeon: Remove dead codeSouptick Joarder-16/+0
2020-03-02video: fbdev: atyfb: remove set but not used variable 'mach64RefFreq'yu kuai-2/+1
2020-03-02video: fbdev: radeonfb: remove set but not used variable 'bytpp'yu kuai-2/+1
2020-03-02video: fbdev: radeonfb: remove set but not used variable '‘cSync’'yu kuai-3/+1
2020-03-02video: fbdev: radeonfb: remove set but not used variable 'vSyncPol'yu kuai-3/+1
2020-03-02video: fbdev: radeonfb: remove set but not used variable 'hSyncPol'yu kuai-2/+1
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-8/+8
2019-12-05video: constify fb ops across all driversJani Nikula-2/+2
2019-12-05video: fbdev: atyfb: modify the static fb_ops directlyJani Nikula-6/+6
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2019-11-20PCI/PM: Avoid exporting __pci_complete_power_transition()Rafael J. Wysocki-1/+1
2019-10-23compat_ioctl: move ATYFB_CLK handling to atyfb driverArnd Bergmann-1/+11
2019-08-19video: fbdev: aty[128]fb: Remove dead codeSouptick Joarder-47/+0
2019-08-19video: fbdev: radeonfb: Use dev_get_drvdataChuhong Yuan-4/+2
2019-07-09Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxLinus Torvalds-77/+7
2019-06-28video: fbdev: don't print error message on framebuffer_alloc() failureBartlomiej Zolnierkiewicz-11/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-06-12fbdev/atyfb: lock_fb_info can't failDaniel Vetter-2/+1
2019-06-12fbdev/aty128fb: Remove dead codeDaniel Vetter-64/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-02-08fbdev: Use of_node_name_eq for node name comparisonsRob Herring-3/+3
2018-10-08atyfb: fix debugging printksMikulas Patocka-16/+20
2018-10-08mach64: optimize wait_for_fifoMikulas Patocka-5/+11
2018-10-08mach64: fix image corruption due to reading accelerator registersMikulas Patocka-13/+9
2018-10-08mach64: fix display corruption on big endian machinesMikulas Patocka-3/+3
2018-10-08mach64: detect the dot clock divider correctly on sparcMikulas Patocka-9/+11
2018-04-24video: fbdev: aty: radeon_pm: Replace mdelay with msleep in radeonfb_pci_suspendJia-Ju Bai-4/+4
2018-04-24video: fbdev: aty: aty128fb: Replace mdelay with msleep in aty128_set_suspendJia-Ju Bai-1/+1
2018-03-28video: fbdev: aty128fb: use true and false for boolean valuesGustavo A. R. Silva-1/+1
2018-03-28fbdev: aty: fix missing indentation in if statementColin Ian King-1/+1
2018-03-12fbdev: Fix loading of module radeonfb on PowerMacMathieu Malaterre-0/+21
2018-01-04fbdev: radeon: use ktime_get() for HZ calibrationArnd Bergmann-11/+7
2017-11-20Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linuxLinus Torvalds-8/+9
2017-11-10video: fbdev: Convert timers to use timer_setup()Kees Cook-5/+3
2017-11-09video: fbdev: aty: radeon_pm: mark expected switch fall-throughsGustavo A. R. Silva-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+12
2017-10-12video: fbdev: radeon: make const array post_divs static, reduces object code ...Colin Ian King-1/+1
2017-10-12video: fbdev: aty: make const arrays static, reduces object code sizeColin Ian King-2/+2
2017-09-04video: fbdev: aty: do not leak uninitialized padding in clk to userspaceVladis Dronov-1/+1
2017-09-04video: fbdev: make fb_videomode constBhumika Goyal-2/+2
2017-08-18video: fbdev: add const to bin_attribute structuresBhumika Goyal-2/+2
2017-08-01video: fbdev: aty128fb: constify pci_device_id.Arvind Yadav-1/+1
2017-08-01video: fbdev: atyfb: constify pci_device_id.Arvind Yadav-1/+1
2017-08-01video: fbdev: radeon: constify pci_device_id.Arvind Yadav-1/+1
2017-07-12atyfb: hide unused variableArnd Bergmann-2/+2
2017-07-04video: fbdev: aty: remove useless variable assignments in aty_var_to_crtc()Gustavo A. R. Silva-6/+0