aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/aty/atyfb_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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