index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
gma500
/
framebuffer.c
Age
Commit message (
Expand
)
Author
2026-03-03
drm/gma500: Create framebuffers with drm_gem_fb_create()
Thomas Zimmermann
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-07-16
drm/gma500: Pass along the format info from .fb_create() to drm_helper_mode_f...
Ville Syrjälä
2025-07-16
drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_s...
Ville Syrjälä
2025-07-16
drm: Pass the format info to .fb_create()
Ville Syrjälä
2025-07-16
drm: Pass pixel_format+modifier directly to drm_get_format_info()
Ville Syrjälä
2023-03-20
drm/gma500: Pass fb_info to psb_fbdev_vm_fault()
Thomas Zimmermann
2023-03-20
drm/gma500: Implement client-based fbdev emulation
Thomas Zimmermann
2023-03-20
drm/gma500: Move fbdev code into separate source file
Thomas Zimmermann
2023-03-20
drm/gma500: Remove unnecessary include statements
Thomas Zimmermann
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-21
drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()
Thomas Zimmermann
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-01-26
drm/fb-helper: Initialize fb-helper's preferred BPP in prepare function
Thomas Zimmermann
2023-01-18
drm/gma500: Remove unnecessary include statements for drm_crtc_helper.h
Thomas Zimmermann
2023-01-13
drm/gma500: Do not set struct fb_info.apertures
Thomas Zimmermann
2022-11-05
drm/fb-helper: Perform all fbdev I/O with the same implementation
Thomas Zimmermann
2022-11-05
drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfix
Thomas Zimmermann
2022-11-05
drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix
Thomas Zimmermann
2022-10-19
drm: Remove drm_mode_config::fb_base
Zack Rusin
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
2022-03-23
drm/gma500: Make use of the drm connector iterator
Patrik Jakobsson
2022-03-23
drm/gma500: Use managed drmm_mode_config_init()
Patrik Jakobsson
2021-10-19
drm/gma500: Rename struct gtt_range to struct psb_gem_object
Thomas Zimmermann
2021-10-19
drm/gma500: Allocate GTT ranges in stolen memory with psb_gem_create()
Thomas Zimmermann
2021-10-19
drm/gma500: Move helpers for struct gtt_range from gtt.c to gem.c
Thomas Zimmermann
2021-09-23
drm/gma500: Replace references to dev_private with helper function
Thomas Zimmermann
2021-06-29
drm/gma500: Add the missed drm_gem_object_put() in psb_user_framebuffer_create()
Jing Xiangfeng
2021-01-18
drm/gma500/framebuffer: Fix some possible doc-rot issues
Lee Jones
2021-01-06
drm/gma500: Remove references to struct drm_device.pdev
Thomas Zimmermann
2020-11-15
drm/gma500: Remove 2D accel code
Patrik Jakobsson
2020-11-15
drm/gma500: Remove GTT roll support
Patrik Jakobsson
2020-09-25
drm/gma500: Introduce GEM object functions
Thomas Zimmermann
2020-09-01
drm/gma500: Constify static structs
Rikard Falkeborn
2020-05-19
drm/gma500: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
2020-03-18
drm/gma500: Sanitize possible_clones
Ville Syrjälä
2020-03-06
drm: Remove drm_fb_helper add, add all and remove connector calls
Pankaj Bharadiya
2020-03-06
drm: Remove unused arg from drm_fb_helper_init
Pankaj Bharadiya
2019-11-25
drm/gma500: Remove struct psb_fbdev
Thomas Zimmermann
2019-11-25
drm/gma500: Store framebuffer in struct drm_fb_helper
Thomas Zimmermann
2019-11-25
drm/gma500: Pass struct drm_gem_object to framebuffer functions
Thomas Zimmermann
2019-11-25
drm/gma500: Replace struct psb_framebuffer with struct drm_framebuffer
Thomas Zimmermann
2019-11-25
drm/gma500: Remove field 'fbdev' from struct psb_framebuffer
Thomas Zimmermann
2019-11-25
drm/gma500: Remove addr_space field from psb_framebuffer
Thomas Zimmermann
2019-11-19
drm/gma500: Fixup fbdev stolen size usage evaluation
Paul Kocialkowski
2019-06-19
Merge v5.2-rc5 into drm-next
Daniel Vetter
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335
Thomas Gleixner
2019-05-22
drm/gma500: drop drmp.h include from all .c files
Sam Ravnborg
2019-05-20
drm: Replace instances of drm_format_info by drm_get_format_info
Maxime Ripard
[next]