summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/aty
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-10-312-0/+5
|\
| * fbdev/radeon: Initialize fb_ops to fbdev I/O-memory helpersThomas Zimmermann2023-10-191-0/+2
| * fbdev/atyfb: Initialize fb_ops to fbdev I/O-memory helpersThomas Zimmermann2023-10-191-0/+3
* | fbdev: atyfb: only use ioremap_uc() on i386 and ia64Arnd Bergmann2023-09-231-0/+4
|/
* fbdev/aty128fb: Use fbdev I/O helpersThomas Zimmermann2023-08-041-3/+1
* fbdev: Remove FBINFO_FLAG_DEFAULT from framebuffer_alloc()'ed structsThomas Zimmermann2023-07-241-1/+0
* fbdev: Remove FBINFO_DEFAULT from framebuffer_alloc()'ed structsThomas Zimmermann2023-07-242-4/+2
* fbdev/radeonfb: Use hardware device as backlight parentThomas Zimmermann2023-06-271-1/+1
* fbdev/radeonfb: Reorder backlight and framebuffer cleanupThomas Zimmermann2023-06-271-2/+1
* fbdev/aty128fb: Use hardware device as backlight parentThomas Zimmermann2023-06-271-1/+1
* fbdev/aty128fb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann2023-06-271-5/+5
* fbdev/atyfb: Use hardware device as backlight parentThomas Zimmermann2023-06-271-1/+1
* fbdev/atyfb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann2023-06-271-7/+9
* Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie2023-06-191-5/+0
|\
| * fbdev: atyfb: Remove unused clock determinationNiklas Schnelle2023-05-201-5/+0
* | fbdev: Rename fb_mem*() helpersThomas Zimmermann2023-05-181-1/+1
* | fbdev: Include <linux/io.h> in various driversThomas Zimmermann2023-05-181-0/+2
|/
* fbdev/radeon: use pci aperture helpersDaniel Vetter2023-04-041-9/+1
* fbdev: radeon: Use backlight helperStephen Kitt2023-01-091-5/+1
* fbdev: atyfb: Use backlight helperStephen Kitt2023-01-091-7/+1
* fbdev: aty128fb: Use backlight helperStephen Kitt2023-01-091-4/+2
* fbdev: atyfb: use strscpy() to instead of strncpy()Xu Panda2022-12-281-2/+1
* fbdev: Add support for the nomodeset kernel parameterThomas Zimmermann2022-11-163-0/+15
* Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-053-73/+74
|\
| * fbdev: Fix order of arguments to aperture_remove_conflicting_devices()Thomas Zimmermann2022-07-221-1/+1
| * fbdev: Remove conflicting devices on PCI busThomas Zimmermann2022-07-192-1/+11
| * fbdev: Convert drivers to aperture helpersThomas Zimmermann2022-07-191-13/+4
| * fbdev: Remove trailing whitespacesThomas Zimmermann2022-07-192-59/+59
* | fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang2022-08-242-2/+2
* | fbdev: radeon: Clean up some inconsistent indentingJiapeng Chong2022-08-241-23/+23
|/
* video: fbdev: aty/matrox/...: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-04-044-4/+1
* video: fbdev: atyfb: Remove assigned but never used variable statementsColin Ian King2022-01-291-2/+0
* video: fbdev: mach64_ct: remove redundant res variableMinghao Chi2022-01-291-3/+1
* video: fbdev: aty128fb: make some arrays static constColin Ian King2022-01-291-4/+6
* video: fbdev: atyfb: mach64_cursor.c: deleted the repeated wordlijian2021-06-031-1/+1
* fbdev: atyfb: use LCD management functions for PPC_PMAC alsoRandy Dunlap2021-03-111-4/+5
* fbdev: atyfb: always declare aty_{ld,st}_lcd()Randy Dunlap2021-03-111-3/+0
* fbdev: atyfb: add stubs for aty_{ld,st}_lcd()Randy Dunlap2021-02-221-0/+9
* video: fbdev: aty: Fix set but not used warnings in mach64_ctSam Ravnborg2020-11-301-6/+9
* video: fbdev: aty: Fix set but not used warningsSam Ravnborg2020-11-301-7/+4
* video: fbdev: aty: Delete unused variable in radeon_monitorSam Ravnborg2020-11-301-3/+1
* video: use kobj_to_dev()Wang Qing2020-10-161-2/+2
* fbdev: aty: remove CONFIG_PM containerVaibhav Gupta2020-09-181-2/+2
* fbdev: radeonfb: use generic power managementVaibhav Gupta2020-09-083-14/+35
* video: fbdev: aty: radeon_pm: remove redundant CONFIG_PM containerVaibhav Gupta2020-09-081-2/+0
* video: fbdev: radeon: Fix memleak in radeonfb_pci_registerDinghao Liu2020-09-081-1/+1
* fbdev: aty128fb: use generic power managementVaibhav Gupta2020-09-081-17/+34
* fbdev: aty: use generic power managementVaibhav Gupta2020-09-081-14/+36
* fbdev: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-031-3/+3
* video: fbdev: Use IS_BUILTINJoe Perches2020-06-013-16/+3