summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/aty
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-0/+5
2023-10-19fbdev/radeon: Initialize fb_ops to fbdev I/O-memory helpersThomas Zimmermann1-0/+2
2023-10-19fbdev/atyfb: Initialize fb_ops to fbdev I/O-memory helpersThomas Zimmermann1-0/+3
2023-09-23fbdev: atyfb: only use ioremap_uc() on i386 and ia64Arnd Bergmann1-0/+4
2023-08-04fbdev/aty128fb: Use fbdev I/O helpersThomas Zimmermann1-3/+1
2023-07-24fbdev: Remove FBINFO_FLAG_DEFAULT from framebuffer_alloc()'ed structsThomas Zimmermann1-1/+0
2023-07-24fbdev: Remove FBINFO_DEFAULT from framebuffer_alloc()'ed structsThomas Zimmermann2-4/+2
2023-06-27fbdev/radeonfb: Use hardware device as backlight parentThomas Zimmermann1-1/+1
2023-06-27fbdev/radeonfb: Reorder backlight and framebuffer cleanupThomas Zimmermann1-2/+1
2023-06-27fbdev/aty128fb: Use hardware device as backlight parentThomas Zimmermann1-1/+1
2023-06-27fbdev/aty128fb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann1-5/+5
2023-06-27fbdev/atyfb: Use hardware device as backlight parentThomas Zimmermann1-1/+1
2023-06-27fbdev/atyfb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann1-7/+9
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie1-5/+0
2023-05-20fbdev: atyfb: Remove unused clock determinationNiklas Schnelle1-5/+0
2023-05-18fbdev: Rename fb_mem*() helpersThomas Zimmermann1-1/+1
2023-05-18fbdev: Include <linux/io.h> in various driversThomas Zimmermann1-0/+2
2023-04-04fbdev/radeon: use pci aperture helpersDaniel Vetter1-9/+1
2023-01-09fbdev: radeon: Use backlight helperStephen Kitt1-5/+1
2023-01-09fbdev: atyfb: Use backlight helperStephen Kitt1-7/+1
2023-01-09fbdev: aty128fb: Use backlight helperStephen Kitt1-4/+2
2022-12-28fbdev: atyfb: use strscpy() to instead of strncpy()Xu Panda1-2/+1
2022-11-16fbdev: Add support for the nomodeset kernel parameterThomas Zimmermann3-0/+15
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-73/+74
2022-08-24fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang2-2/+2
2022-08-24fbdev: radeon: Clean up some inconsistent indentingJiapeng Chong1-23/+23
2022-07-22fbdev: Fix order of arguments to aperture_remove_conflicting_devices()Thomas Zimmermann1-1/+1
2022-07-19fbdev: Remove conflicting devices on PCI busThomas Zimmermann2-1/+11
2022-07-19fbdev: Convert drivers to aperture helpersThomas Zimmermann1-13/+4
2022-07-19fbdev: Remove trailing whitespacesThomas Zimmermann2-59/+59
2022-04-04video: fbdev: aty/matrox/...: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy4-4/+1
2022-01-30video: fbdev: atyfb: Remove assigned but never used variable statementsColin Ian King1-2/+0
2022-01-30video: fbdev: mach64_ct: remove redundant res variableMinghao Chi1-3/+1
2022-01-30video: fbdev: aty128fb: make some arrays static constColin Ian King1-4/+6
2021-06-03video: fbdev: atyfb: mach64_cursor.c: deleted the repeated wordlijian1-1/+1
2021-03-11fbdev: atyfb: use LCD management functions for PPC_PMAC alsoRandy Dunlap1-4/+5
2021-03-11fbdev: atyfb: always declare aty_{ld,st}_lcd()Randy Dunlap1-3/+0
2021-02-22fbdev: atyfb: add stubs for aty_{ld,st}_lcd()Randy Dunlap1-0/+9
2020-11-30video: fbdev: aty: Fix set but not used warnings in mach64_ctSam Ravnborg1-6/+9
2020-11-30video: fbdev: aty: Fix set but not used warningsSam Ravnborg1-7/+4
2020-11-30video: fbdev: aty: Delete unused variable in radeon_monitorSam Ravnborg1-3/+1
2020-10-16video: use kobj_to_dev()Wang Qing1-2/+2
2020-09-18fbdev: aty: remove CONFIG_PM containerVaibhav Gupta1-2/+2
2020-09-08fbdev: radeonfb: use generic power managementVaibhav Gupta3-14/+35
2020-09-08video: fbdev: aty: radeon_pm: remove redundant CONFIG_PM containerVaibhav Gupta1-2/+0
2020-09-08video: fbdev: radeon: Fix memleak in radeonfb_pci_registerDinghao Liu1-1/+1
2020-09-08fbdev: aty128fb: use generic power managementVaibhav Gupta1-17/+34
2020-09-08fbdev: aty: use generic power managementVaibhav Gupta1-14/+36
2020-08-03fbdev: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-06-01video: fbdev: Use IS_BUILTINJoe Perches3-16/+3