aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/video/fbdev/stifb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-23fbdev: stifb: Fix crash in stifb_blank()Helge Deller1-1/+1
2024-01-12video/sticore: Remove info field from STI structThomas Zimmermann1-3/+0
2024-01-12fbdev/stifb: Allocate fb_info instance with framebuffer_alloc()Thomas Zimmermann1-50/+56
2023-10-19fbdev/stifb: Initialize fb_ops to fbdev I/O-memory helpersThomas Zimmermann1-0/+2
2023-06-30sticon/parisc: Fix STI console on 64-bit only machinesHelge Deller1-2/+2
2023-05-26Merge tag 'drm-misc-next-2023-05-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+2
2023-05-19Merge tag 'drm-misc-next-2023-05-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-4/+4
2023-05-18fbdev: Rename fb_mem*() helpersThomas Zimmermann1-2/+2
2023-05-12fbdev: stifb: Fix info entry in sti_struct on error pathHelge Deller1-0/+1
2023-05-11fbdev: stifb: Remove trailing whitespacesThomas Zimmermann1-78/+78
2023-04-20video: Move HP PARISC STI core code to shared locationThomas Zimmermann1-1/+1
2023-04-20video: Remove trailing whitespacesThomas Zimmermann1-78/+78
2023-03-16fbdev: stifb: Provide valid pixelclock and add fb_check_var() checksHelge Deller1-0/+27
2022-10-18fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cardsHelge Deller1-1/+2
2022-10-14parisc: fbdev/stifb: Align graphics memory size to 4MBHelge Deller1-1/+1
2022-06-04parisc/stifb: Implement fb_is_primary_device()Helge Deller1-2/+2
2022-03-11video/fbdev/stifb: Implement the stifb_fillrect() functionHelge Deller1-2/+43
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-12-05video: constify fb ops across all driversJani Nikula1-1/+1
2018-09-26video/fbdev/stifb: Fix spelling mistake in fall-through annotationGustavo A. R. Silva1-1/+1
2018-04-10Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linuxLinus Torvalds1-4/+2
2018-03-28video/fbdev/stifb: Delete an error message for a failed memory allocation in stifb_init_fb()Markus Elfring1-3/+1
2018-03-28video/fbdev/stifb: Return -ENOMEM after a failed kzalloc() in stifb_init_fb()Markus Elfring1-1/+1
2018-03-27parisc/stifb: Use fb_memset() to avoid sparse warningHelge Deller1-1/+1
2017-01-30video: fbdev: stifb: handle NULL return value from ioremap_nocacheArvind Yadav1-0/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-08-10arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams1-0/+1
2015-07-10stifb: Implement hardware accelerated copyareaAlex Ivanov1-2/+38
2014-09-30video: fbdev: stifb.c: use container_of to resolve stifb_info from fb_infoFabian Frederick1-2/+2
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-0/+1417