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