aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/video/fbdev/aty/atyfb_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+6
2022-08-24fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang1-1/+1
2022-07-19fbdev: Remove conflicting devices on PCI busThomas Zimmermann1-1/+6
2022-04-04video: fbdev: aty/matrox/...: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-1/+0
2021-03-11fbdev: atyfb: use LCD management functions for PPC_PMAC alsoRandy Dunlap1-4/+5
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 warningsSam Ravnborg1-7/+4
2020-09-08fbdev: aty: use generic power managementVaibhav Gupta1-14/+36
2020-06-01video: fbdev: Use IS_BUILTINJoe Perches1-6/+1
2020-05-06fbdev: aty: use true, false for bool variables in atyfb_base.cJason Yan1-2/+2
2020-03-20fbdev: aty: fix -Wextra build warningRandy Dunlap1-1/+1
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-3/+3
2019-12-05video: fbdev: atyfb: modify the static fb_ops directlyJani Nikula1-3/+3
2019-10-23compat_ioctl: move ATYFB_CLK handling to atyfb driverArnd Bergmann1-1/+11
2019-08-19video: fbdev: aty[128]fb: Remove dead codeSouptick Joarder1-29/+0
2019-06-28video: fbdev: don't print error message on framebuffer_alloc() failureBartlomiej Zolnierkiewicz1-6/+4
2019-06-12fbdev/atyfb: lock_fb_info can't failDaniel Vetter1-2/+1
2018-10-08atyfb: fix debugging printksMikulas Patocka1-16/+20
2018-10-08mach64: detect the dot clock divider correctly on sparcMikulas Patocka1-3/+4
2017-10-12video: fbdev: aty: make const arrays static, reduces object code sizeColin Ian King1-2/+2
2017-09-04video: fbdev: aty: do not leak uninitialized padding in clk to userspaceVladis Dronov1-1/+1
2017-09-04video: fbdev: make fb_videomode constBhumika Goyal1-1/+1
2017-08-01video: fbdev: atyfb: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-12atyfb: hide unused variableArnd Bergmann1-2/+2
2017-07-04video: fbdev: aty: remove useless variable assignments in aty_var_to_crtc()Gustavo A. R. Silva1-6/+0
2016-09-27video: fbdev: constify fb_fix_screeninfo and fb_var_screeninfo structuresJulia Lawall1-1/+1
2015-07-21drivers/video/fbdev/atyfb: Use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez1-29/+7
2015-07-21drivers/video/fbdev/atyfb: Replace MTRR UC hole with strong UCLuis R. Rodriguez1-22/+14
2015-07-21drivers/video/fbdev/atyfb: Clarify ioremap() base and length usedLuis R. Rodriguez1-1/+15
2015-07-21drivers/video/fbdev/atyfb: Carve out framebuffer length fudging into a helperLuis R. Rodriguez1-8/+15
2015-01-13atyfb: mark DMI system id table as __initconstMathias Krause1-3/+6
2014-06-23backlight: Remove trivial get_brightness implementationsAndrzej Hajda1-6/+0
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-0/+4029