index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
aty
/
atyfb_base.c
Age
Commit message (
Expand
)
Author
2024-09-30
fbdev: atyfb: Use backlight power constants
Thomas Zimmermann
2023-10-31
Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2023-10-19
fbdev/atyfb: Initialize fb_ops to fbdev I/O-memory helpers
Thomas Zimmermann
2023-09-23
fbdev: atyfb: only use ioremap_uc() on i386 and ia64
Arnd Bergmann
2023-07-24
fbdev: Remove FBINFO_DEFAULT from framebuffer_alloc()'ed structs
Thomas Zimmermann
2023-06-27
fbdev/atyfb: Use hardware device as backlight parent
Thomas Zimmermann
2023-06-27
fbdev/atyfb: Reorder backlight and framebuffer init/cleanup
Thomas Zimmermann
2023-05-20
fbdev: atyfb: Remove unused clock determination
Niklas Schnelle
2023-01-09
fbdev: atyfb: Use backlight helper
Stephen Kitt
2022-12-28
fbdev: atyfb: use strscpy() to instead of strncpy()
Xu Panda
2022-11-16
fbdev: Add support for the nomodeset kernel parameter
Thomas Zimmermann
2022-10-05
Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2022-08-24
fbdev: Move fbdev drivers from strlcpy to strscpy
Wolfram Sang
2022-07-19
fbdev: Remove conflicting devices on PCI bus
Thomas Zimmermann
2022-04-04
video: fbdev: aty/matrox/...: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
2021-03-11
fbdev: atyfb: use LCD management functions for PPC_PMAC also
Randy Dunlap
2021-02-22
fbdev: atyfb: add stubs for aty_{ld,st}_lcd()
Randy Dunlap
2020-11-30
video: fbdev: aty: Fix set but not used warnings
Sam Ravnborg
2020-09-08
fbdev: aty: use generic power management
Vaibhav Gupta
2020-06-01
video: fbdev: Use IS_BUILTIN
Joe Perches
2020-05-06
fbdev: aty: use true, false for bool variables in atyfb_base.c
Jason Yan
2020-03-20
fbdev: aty: fix -Wextra build warning
Randy Dunlap
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2019-12-05
video: fbdev: atyfb: modify the static fb_ops directly
Jani Nikula
2019-10-23
compat_ioctl: move ATYFB_CLK handling to atyfb driver
Arnd Bergmann
2019-08-19
video: fbdev: aty[128]fb: Remove dead code
Souptick Joarder
2019-06-28
video: fbdev: don't print error message on framebuffer_alloc() failure
Bartlomiej Zolnierkiewicz
2019-06-12
fbdev/atyfb: lock_fb_info can't fail
Daniel Vetter
2018-10-08
atyfb: fix debugging printks
Mikulas Patocka
2018-10-08
mach64: detect the dot clock divider correctly on sparc
Mikulas Patocka
2017-10-12
video: fbdev: aty: make const arrays static, reduces object code size
Colin Ian King
2017-09-04
video: fbdev: aty: do not leak uninitialized padding in clk to userspace
Vladis Dronov
2017-09-04
video: fbdev: make fb_videomode const
Bhumika Goyal
2017-08-01
video: fbdev: atyfb: constify pci_device_id.
Arvind Yadav
2017-07-12
atyfb: hide unused variable
Arnd Bergmann
2017-07-04
video: fbdev: aty: remove useless variable assignments in aty_var_to_crtc()
Gustavo A. R. Silva
2016-09-27
video: fbdev: constify fb_fix_screeninfo and fb_var_screeninfo structures
Julia Lawall
2015-07-21
drivers/video/fbdev/atyfb: Use arch_phys_wc_add() and ioremap_wc()
Luis R. Rodriguez
2015-07-21
drivers/video/fbdev/atyfb: Replace MTRR UC hole with strong UC
Luis R. Rodriguez
2015-07-21
drivers/video/fbdev/atyfb: Clarify ioremap() base and length used
Luis R. Rodriguez
2015-07-21
drivers/video/fbdev/atyfb: Carve out framebuffer length fudging into a helper
Luis R. Rodriguez
2015-01-13
atyfb: mark DMI system id table as __initconst
Mathias Krause
2014-06-23
backlight: Remove trivial get_brightness implementations
Andrzej Hajda
2014-04-17
video: move fbdev to drivers/video/fbdev
Tomi Valkeinen