summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_fb_helper.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter1-0/+8
2023-01-26drm/fb-helper: Initialize fb-helper's preferred BPP in prepare functionThomas Zimmermann1-4/+18
2023-01-26drm/fb-helper: Remove preferred_bpp parameter from fbdev internalsThomas Zimmermann1-14/+12
2023-01-26drm/fb-helper: Introduce drm_fb_helper_unprepare()Thomas Zimmermann1-1/+13
2023-01-18drm/fb-helper: Set framebuffer for vga-switcheroo clientsThomas Zimmermann1-0/+7
2023-01-13drm/fb-helper: Do not allocate unused apertures structureThomas Zimmermann1-18/+2
2023-01-06drm/fb-helper: Replace bpp/depth parameter by color modeThomas Zimmermann1-18/+24
2023-01-03drm/fb-helper: Fix single-probe color-format selectionThomas Zimmermann1-78/+94
2023-01-03drm/fh-helper: Split fbdev single-probe helperThomas Zimmermann1-43/+73
2022-11-23Revert "drm/fb-helper: Perform damage handling in deferred-I/O helper"Thomas Zimmermann1-9/+3
2022-11-23Revert "drm/fb-helper: Schedule deferred-I/O worker after writing to framebuf...Thomas Zimmermann1-8/+1
2022-11-23Revert "drm/fb-helper: Remove damage worker"Thomas Zimmermann1-0/+9
2022-11-20Revert "drm/fb-helper: Perform damage handling in deferred-I/O helper"Thomas Zimmermann1-9/+3
2022-11-20Revert "drm/fb-helper: Schedule deferred-I/O worker after writing to framebuf...Thomas Zimmermann1-8/+1
2022-11-20Revert "drm/fb-helper: Remove damage worker"Thomas Zimmermann1-0/+9
2022-11-16drm/fb-helper: Remove damage workerThomas Zimmermann1-9/+0
2022-11-16drm/fb-helper: Schedule deferred-I/O worker after writing to framebufferThomas Zimmermann1-1/+8
2022-11-16drm/fb-helper: Perform damage handling in deferred-I/O helperThomas Zimmermann1-3/+9
2022-11-16drm/fb-helper: Remove test for fb_dirty callback from deferred-I/O helperThomas Zimmermann1-9/+7
2022-11-16drm/fb-helper: Move dirty-fb update into helper functionThomas Zimmermann1-2/+8
2022-11-16drm/fb-helper: Set damage-clip area in helperThomas Zimmermann1-2/+8
2022-11-05drm/fb-helper: Clarify use of last_close and output_poll_changedThomas Zimmermann1-2/+4
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann1-496/+2
2022-11-05drm/fb-helper: Set flag in struct drm_fb_helper for leaking physical addressesThomas Zimmermann1-3/+7
2022-11-05drm/fb-helper: Always initialize generic fbdev emulationThomas Zimmermann1-8/+0
2022-11-05drm/fb_helper: Minimize damage-helper overheadThomas Zimmermann1-30/+60
2022-11-05drm/fb-helper: Perform all fbdev I/O with the same implementationThomas Zimmermann1-158/+225
2022-11-05drm/fb-helper: Call fb_sync in I/O functionsThomas Zimmermann1-0/+6
2022-11-05drm/fb-helper: Disconnect damage worker from update logicThomas Zimmermann1-29/+46
2022-11-05drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfixThomas Zimmermann1-4/+4
2022-11-05drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfixThomas Zimmermann1-4/+4
2022-11-05drm/fb_helper: Rename field fbdev to info in struct drm_fb_helperThomas Zimmermann1-20/+20
2022-07-09drm/fb-helper: Add support for DRM_FORMAT_C[124]Geert Uytterhoeven1-26/+75
2022-06-27drm/fb-helper: Fix out-of-bounds accessThomas Zimmermann1-8/+19
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-03fbdev: Rename pagelist to pagereflist for deferred I/OThomas Zimmermann1-4/+3
2022-05-03fbdev: Track deferred-I/O pages in pageref structThomas Zimmermann1-3/+3
2022-05-03fbdev: Put mmap for deferred I/O into driversThomas Zimmermann1-1/+3
2022-02-24Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-18/+60
2022-02-20iosys-map: Add offset to iosys_map_memcpy_to()Lucas De Marchi1-1/+1
2022-02-10drm/fb-helper: Clip damage area horizontallyThomas Zimmermann1-0/+12
2022-02-10drm/fb-helper: Clip damage area to written memory rangeThomas Zimmermann1-7/+21
2022-02-10drm/fb-helper: Calculate damaged area in separate helperThomas Zimmermann1-6/+20
2022-02-10drm/fb-helper: Fix vertical damage clippingThomas Zimmermann1-2/+1
2022-02-10drm/fb-helper: Fix clip rectangle heightThomas Zimmermann1-1/+1
2022-02-08dma-buf-map: Rename to iosys-mapLucas De Marchi1-6/+6
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-1/+7
2022-02-02drm/fb-helper: Mark screen buffers in system memory with FBINFO_VIRTFBThomas Zimmermann1-3/+6
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2021-12-09Revert "drm/fb-helper: improve DRM fbdev emulation device names"Javier Martinez Canillas1-1/+7