开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
stifb.c
Age
Commit message (
Expand
)
Author
2023-05-20
fbdev: stifb: Whitespace cleanups
Helge Deller
2023-05-12
fbdev: stifb: Fix info entry in sti_struct on error path
Helge Deller
2023-05-11
fbdev: stifb: Remove trailing whitespaces
Thomas Zimmermann
2023-03-16
fbdev: stifb: Provide valid pixelclock and add fb_check_var() checks
Helge Deller
2022-10-18
fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cards
Helge Deller
2022-10-14
parisc: fbdev/stifb: Align graphics memory size to 4MB
Helge Deller
2022-06-04
parisc/stifb: Implement fb_is_primary_device()
Helge Deller
2022-03-11
video/fbdev/stifb: Implement the stifb_fillrect() function
Helge Deller
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-01-30
Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2019-12-05
video: constify fb ops across all drivers
Jani Nikula
2018-09-26
video/fbdev/stifb: Fix spelling mistake in fall-through annotation
Gustavo A. R. Silva
2018-04-10
Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linux
Linus Torvalds
2018-03-28
video/fbdev/stifb: Delete an error message for a failed memory allocation in ...
Markus Elfring
2018-03-28
video/fbdev/stifb: Return -ENOMEM after a failed kzalloc() in stifb_init_fb()
Markus Elfring
2018-03-27
parisc/stifb: Use fb_memset() to avoid sparse warning
Helge Deller
2017-01-30
video: fbdev: stifb: handle NULL return value from ioremap_nocache
Arvind Yadav
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2015-08-10
arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead
Dan Williams
2015-07-10
stifb: Implement hardware accelerated copyarea
Alex Ivanov
2014-09-30
video: fbdev: stifb.c: use container_of to resolve stifb_info from fb_info
Fabian Frederick
2014-04-17
video: move fbdev to drivers/video/fbdev
Tomi Valkeinen