summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/gem.h
Commit message (Expand)AuthorAgeFilesLines
* drm/gma500: Move GEM memory management functions to gem.cThomas Zimmermann2022-03-161-0/+12
* drm/gma500: Remove struct psb_gem_object.npageThomas Zimmermann2022-03-161-1/+0
* drm/gma500: Rename struct gtt_range to struct psb_gem_objectThomas Zimmermann2021-10-191-3/+22
* drm/gma500: Rename psb_gtt_{pin,unpin}() to psb_gem_{pin,unpin}()Thomas Zimmermann2021-10-191-2/+2
* drm/gma500: Allocate GTT ranges in stolen memory with psb_gem_create()Thomas Zimmermann2021-10-191-5/+0
* drm/gma500: Reimplement psb_gem_create()Thomas Zimmermann2021-10-191-2/+2
* drm/gma500: Move helpers for struct gtt_range from gtt.c to gem.cThomas Zimmermann2021-10-191-0/+8
* drm/gma500/gem: Do not rely on consumers to include drm/drm_device.h before g...Lee Jones2021-01-181-0/+2
* drm/gma500: Introduce GEM object functionsThomas Zimmermann2020-09-251-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
* drm/gma500: Add backing type and base align to psb_gem_create()Patrik Jakobsson2014-03-171-0/+21