summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fb_helper.c
Commit message (Expand)AuthorAgeFilesLines
* drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()Thomas Zimmermann2023-02-211-2/+0
* Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-311-0/+8
|\
| * drm/fb-helper: Set framebuffer for vga-switcheroo clientsThomas Zimmermann2023-01-181-0/+7
| * Revert "drm/fb-helper: Perform damage handling in deferred-I/O helper"Thomas Zimmermann2022-11-231-9/+3
| * Revert "drm/fb-helper: Schedule deferred-I/O worker after writing to framebuf...Thomas Zimmermann2022-11-231-8/+1
| * Revert "drm/fb-helper: Remove damage worker"Thomas Zimmermann2022-11-231-0/+9
* | drm/fb-helper: Initialize fb-helper's preferred BPP in prepare functionThomas Zimmermann2023-01-261-4/+18
* | drm/fb-helper: Remove preferred_bpp parameter from fbdev internalsThomas Zimmermann2023-01-261-14/+12
* | drm/fb-helper: Introduce drm_fb_helper_unprepare()Thomas Zimmermann2023-01-261-1/+13
* | drm/fb-helper: Do not allocate unused apertures structureThomas Zimmermann2023-01-131-18/+2
* | drm/fb-helper: Replace bpp/depth parameter by color modeThomas Zimmermann2023-01-061-18/+24
* | drm/fb-helper: Fix single-probe color-format selectionThomas Zimmermann2023-01-031-78/+94
* | drm/fh-helper: Split fbdev single-probe helperThomas Zimmermann2023-01-031-43/+73
* | Revert "drm/fb-helper: Perform damage handling in deferred-I/O helper"Thomas Zimmermann2022-11-201-9/+3
* | Revert "drm/fb-helper: Schedule deferred-I/O worker after writing to framebuf...Thomas Zimmermann2022-11-201-8/+1
* | Revert "drm/fb-helper: Remove damage worker"Thomas Zimmermann2022-11-201-0/+9
|/
* drm/fb-helper: Remove damage workerThomas Zimmermann2022-11-161-9/+0
* drm/fb-helper: Schedule deferred-I/O worker after writing to framebufferThomas Zimmermann2022-11-161-1/+8
* drm/fb-helper: Perform damage handling in deferred-I/O helperThomas Zimmermann2022-11-161-3/+9
* drm/fb-helper: Remove test for fb_dirty callback from deferred-I/O helperThomas Zimmermann2022-11-161-9/+7
* drm/fb-helper: Move dirty-fb update into helper functionThomas Zimmermann2022-11-161-2/+8
* drm/fb-helper: Set damage-clip area in helperThomas Zimmermann2022-11-161-2/+8
* drm/fb-helper: Clarify use of last_close and output_poll_changedThomas Zimmermann2022-11-051-2/+4
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-496/+2
* drm/fb-helper: Set flag in struct drm_fb_helper for leaking physical addressesThomas Zimmermann2022-11-051-3/+7
* drm/fb-helper: Always initialize generic fbdev emulationThomas Zimmermann2022-11-051-8/+0
* drm/fb_helper: Minimize damage-helper overheadThomas Zimmermann2022-11-051-30/+60
* drm/fb-helper: Perform all fbdev I/O with the same implementationThomas Zimmermann2022-11-051-158/+225
* drm/fb-helper: Call fb_sync in I/O functionsThomas Zimmermann2022-11-051-0/+6
* drm/fb-helper: Disconnect damage worker from update logicThomas Zimmermann2022-11-051-29/+46
* drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfixThomas Zimmermann2022-11-051-4/+4
* drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfixThomas Zimmermann2022-11-051-4/+4
* drm/fb_helper: Rename field fbdev to info in struct drm_fb_helperThomas Zimmermann2022-11-051-20/+20
* drm/fb-helper: Add support for DRM_FORMAT_C[124]Geert Uytterhoeven2022-07-091-26/+75
* drm/fb-helper: Fix out-of-bounds accessThomas Zimmermann2022-06-271-8/+19
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* fbdev: Rename pagelist to pagereflist for deferred I/OThomas Zimmermann2022-05-031-4/+3
* fbdev: Track deferred-I/O pages in pageref structThomas Zimmermann2022-05-031-3/+3
* fbdev: Put mmap for deferred I/O into driversThomas Zimmermann2022-05-031-1/+3
* Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-251-18/+60
|\
| * drm/fb-helper: Clip damage area horizontallyThomas Zimmermann2022-02-101-0/+12
| * drm/fb-helper: Clip damage area to written memory rangeThomas Zimmermann2022-02-101-7/+21
| * drm/fb-helper: Calculate damaged area in separate helperThomas Zimmermann2022-02-101-6/+20
| * drm/fb-helper: Fix vertical damage clippingThomas Zimmermann2022-02-101-2/+1
| * drm/fb-helper: Fix clip rectangle heightThomas Zimmermann2022-02-101-1/+1
| * Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2022-02-071-1/+7
| |\
| * | drm/fb-helper: Mark screen buffers in system memory with FBINFO_VIRTFBThomas Zimmermann2022-02-021-3/+6
* | | iosys-map: Add offset to iosys_map_memcpy_to()Lucas De Marchi2022-02-191-1/+1
* | | dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-6/+6
| |/ |/|
* | Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-01-101-1/+1
|\|