summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_fb_helper.c
AgeCommit message (Expand)Author
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
2021-12-09Revert "drm/fb-helper: improve DRM fbdev emulation device names"Javier Martinez Canillas
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2021-11-11drm/fb-helper: Allocate shadow buffer of surface heightThomas Zimmermann
2021-10-15drm/fbdev: Clamp fbdev surface size if too largeThomas Zimmermann
2021-10-04Revert "drm: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()"Sean Paul
2021-10-01drm: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos
2021-08-02drm: Fix typo in commentsCai Huoqing
2021-05-26drm/fb-helper: improve DRM fbdev emulation device namesJavier Martinez Canillas
2021-03-11drm/fb-helper: only unmap if buffer not nullTong Zhang
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-08drm: remove drm_fb_helper_modinitChristoph Hellwig
2020-12-22drm/fb-helper: Add a FIXME that generic_setup is very confusingDaniel Vetter
2020-12-15drm: add legacy support for using degamma for gammaTomi Valkeinen
2020-12-03drm/fb-helper: Add missed unlocks in setcmap_legacy()Chuhong Yuan
2020-11-24drm/fb-helper: Acquire modeset lock around shadow-buffer flushingThomas Zimmermann
2020-11-24drm/fb-helper: Copy dma-buf map before flushing shadow fbThomas Zimmermann
2020-11-24drm/fb-helper: Restore damage area upon errorsThomas Zimmermann
2020-11-24drm/fb-helper: Move damage blit code and its setup into separate routineThomas Zimmermann
2020-11-24drm/fb-helper: Separate shadow-buffer flushing and calling dirty callbackThomas Zimmermann