summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500/framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/gma500: Pass fb_info to psb_fbdev_vm_fault()Thomas Zimmermann2023-03-201-5/+0
* drm/gma500: Implement client-based fbdev emulationThomas Zimmermann2023-03-201-3/+0
* drm/gma500: Move fbdev code into separate source fileThomas Zimmermann2023-03-201-315/+3
* drm/gma500: Remove unnecessary include statementsThomas Zimmermann2023-03-201-15/+0
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* | drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()Thomas Zimmermann2023-02-211-0/+2
* | drm/fb-helper: Initialize fb-helper's preferred BPP in prepare functionThomas Zimmermann2023-01-261-2/+2
* | drm/gma500: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2023-01-181-0/+2
* | drm/gma500: Do not set struct fb_info.aperturesThomas Zimmermann2023-01-131-5/+0
|/
* drm/fb-helper: Perform all fbdev I/O with the same implementationThomas Zimmermann2022-11-051-0/+2
* drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfixThomas Zimmermann2022-11-051-1/+1
* drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfixThomas Zimmermann2022-11-051-1/+1
* drm: Remove drm_mode_config::fb_baseZack Rusin2022-10-191-3/+3
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/gma500: Make use of the drm connector iteratorPatrik Jakobsson2022-03-231-2/+4
* drm/gma500: Use managed drmm_mode_config_init()Patrik Jakobsson2022-03-231-2/+2
* drm/gma500: Rename struct gtt_range to struct psb_gem_objectThomas Zimmermann2021-10-191-5/+4
* drm/gma500: Allocate GTT ranges in stolen memory with psb_gem_create()Thomas Zimmermann2021-10-191-33/+11
* drm/gma500: Move helpers for struct gtt_range from gtt.c to gem.cThomas Zimmermann2021-10-191-1/+0
* drm/gma500: Replace references to dev_private with helper functionThomas Zimmermann2021-09-231-8/+8
* drm/gma500: Add the missed drm_gem_object_put() in psb_user_framebuffer_create()Jing Xiangfeng2021-06-291-1/+6
* drm/gma500/framebuffer: Fix some possible doc-rot issuesLee Jones2021-01-181-3/+3
* drm/gma500: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-061-4/+5
* drm/gma500: Remove 2D accel codePatrik Jakobsson2020-11-151-15/+1
* drm/gma500: Remove GTT roll supportPatrik Jakobsson2020-11-151-84/+12
* drm/gma500: Introduce GEM object functionsThomas Zimmermann2020-09-251-0/+2
* drm/gma500: Constify static structsRikard Falkeborn2020-09-011-3/+3
* drm/gma500: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-1/+1
* drm/gma500: Sanitize possible_clonesVille Syrjälä2020-03-181-8/+8
* drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya2020-03-061-4/+0
* drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya2020-03-061-1/+1
* drm/gma500: Remove struct psb_fbdevThomas Zimmermann2019-11-251-35/+33
* drm/gma500: Store framebuffer in struct drm_fb_helperThomas Zimmermann2019-11-251-6/+10
* drm/gma500: Pass struct drm_gem_object to framebuffer functionsThomas Zimmermann2019-11-251-8/+6
* drm/gma500: Replace struct psb_framebuffer with struct drm_framebufferThomas Zimmermann2019-11-251-26/+22
* drm/gma500: Remove field 'fbdev' from struct psb_framebufferThomas Zimmermann2019-11-251-1/+0
* drm/gma500: Remove addr_space field from psb_framebufferThomas Zimmermann2019-11-251-2/+0
* drm/gma500: Fixup fbdev stolen size usage evaluationPaul Kocialkowski2019-11-191-2/+6
* Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-191-13/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-13/+1
* | drm/gma500: drop drmp.h include from all .c filesSam Ravnborg2019-05-221-12/+12
* | drm: Replace instances of drm_format_info by drm_get_format_infoMaxime Ripard2019-05-201-1/+1
|/
* drm/gma500: Use drm_fb_helper_fill_infoDaniel Vetter2019-03-271-6/+1
* drm/<drivers>: Don't set FBINFO_(FLAG_)DEFAULTDaniel Vetter2019-01-291-1/+0
* drivers/gpu/drm/gma500/: change return type to vm_fault_tSouptick Joarder2018-08-231-9/+5
* drm/gma500: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann2018-06-261-1/+1
* drm/gma500: Move GEM BO to drm_framebufferDaniel Stone2018-05-181-51/+11
* drm/gma500: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes2017-12-081-8/+1
* drm: gma500: remove dead code and pointless local lut storagePeter Rosin2017-08-041-22/+0