index
:
linux.git
master
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
Age
Commit message (
Expand
)
Author
2019-02-08
fbdev: Use of_node_name_eq for node name comparisons
Rob Herring
2018-10-08
atyfb: fix debugging printks
Mikulas Patocka
2018-10-08
mach64: optimize wait_for_fifo
Mikulas Patocka
2018-10-08
mach64: fix image corruption due to reading accelerator registers
Mikulas Patocka
2018-10-08
mach64: fix display corruption on big endian machines
Mikulas Patocka
2018-10-08
mach64: detect the dot clock divider correctly on sparc
Mikulas Patocka
2018-04-24
video: fbdev: aty: radeon_pm: Replace mdelay with msleep in radeonfb_pci_suspend
Jia-Ju Bai
2018-04-24
video: fbdev: aty: aty128fb: Replace mdelay with msleep in aty128_set_suspend
Jia-Ju Bai
2018-03-28
video: fbdev: aty128fb: use true and false for boolean values
Gustavo A. R. Silva
2018-03-28
fbdev: aty: fix missing indentation in if statement
Colin Ian King
2018-03-12
fbdev: Fix loading of module radeonfb on PowerMac
Mathieu Malaterre
2018-01-04
fbdev: radeon: use ktime_get() for HZ calibration
Arnd Bergmann
2017-11-20
Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linux
Linus Torvalds
2017-11-10
video: fbdev: Convert timers to use timer_setup()
Kees Cook
2017-11-09
video: fbdev: aty: radeon_pm: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-12
video: fbdev: radeon: make const array post_divs static, reduces object code ...
Colin Ian King
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-18
video: fbdev: add const to bin_attribute structures
Bhumika Goyal
2017-08-01
video: fbdev: aty128fb: constify pci_device_id.
Arvind Yadav
2017-08-01
video: fbdev: atyfb: constify pci_device_id.
Arvind Yadav
2017-08-01
video: fbdev: radeon: 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
2017-03-21
drivers/video: Convert remaining uses of pr_warning to pr_warn
Joe Perches
2017-02-27
scripts/spelling.txt: add "applys" pattern and fix typo instances
Masahiro Yamada
2016-09-27
video: fbdev: constify fb_fix_screeninfo and fb_var_screeninfo structures
Julia Lawall
2016-02-05
PCI: Remove includes of asm/pci-bridge.h
Bjorn Helgaas
2015-10-08
radeonfb: Deinline large functions
Denys Vlasenko
2015-08-25
Merge tag 'v4.2-rc8' into x86/mm, before applying new changes
Ingo Molnar
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-06-03
video: fbdev: aty: use arch_phys_wc_add() and ioremap_wc()
Luis R. Rodriguez
2015-05-29
video: fbdev: radeonfb: use arch_phys_wc_add() and ioremap_wc()
Luis R. Rodriguez
2015-03-17
fbdev: radeon: replace PPC_OF with PPC
Kevin Hao
2015-03-17
fbdev: aty128fb: replace PPC_OF with PPC
Kevin Hao
2015-01-13
atyfb: mark DMI system id table as __initconst
Mathias Krause
2014-08-26
video: fbdev: aty: use c99 initializers in structures
Julia Lawall
2014-06-23
backlight: Remove trivial get_brightness implementations
Andrzej Hajda
2014-04-17
fbdev: move fbdev core files to separate directory
Tomi Valkeinen
2014-04-17
video: move fbdev to drivers/video/fbdev
Tomi Valkeinen