summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_fb_helper.h
Commit message (Expand)AuthorAgeFilesLines
* drm/fb-helper: Remove unused inline function drm_fb_helper_defio_init()YueHaibing2023-07-251-5/+0
* drm/i915: Implement dedicated fbdev I/O helpersThomas Zimmermann2023-06-011-39/+0
* drm/fbdev-generic: Implement dedicated fbdev I/O helpersThomas Zimmermann2023-06-011-41/+0
* drm/fb-helper: Export helpers for marking damage areasThomas Zimmermann2023-06-011-0/+3
* drm/fb-helper: Consolidate CONFIG_DRM_FBDEV_LEAK_PHYS_SMEMThomas Zimmermann2023-03-221-9/+0
* drm/fb-helper: Export drm_fb_helper_release_info()Thomas Zimmermann2023-03-221-0/+5
* Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-311-0/+12
|\
| * drm/fb-helper: Use a per-driver FB deferred I/O handlerJavier Martinez Canillas2023-01-241-0/+12
| * Revert "drm/fb-helper: Remove damage worker"Thomas Zimmermann2022-11-231-0/+2
* | drm/fb-helper: Initialize fb-helper's preferred BPP in prepare functionThomas Zimmermann2023-01-261-5/+6
* | drm/fb-helper: Introduce drm_fb_helper_unprepare()Thomas Zimmermann2023-01-261-0/+5
* | drm: Define enum mode_set_atomic in drm_modeset_helper_tables.hThomas Zimmermann2023-01-131-5/+0
* | Revert "drm/fb-helper: Remove damage worker"Thomas Zimmermann2022-11-201-0/+2
|/
* drm/fb-helper: Remove damage workerThomas Zimmermann2022-11-161-2/+0
* drm/fb-helper: Document struct drm_fb_helper.hint_leak_smem_startThomas Zimmermann2022-11-081-0/+7
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-9/+0
* drm/fb-helper: Set flag in struct drm_fb_helper for leaking physical addressesThomas Zimmermann2022-11-051-0/+2
* drm/fb-helper: Perform all fbdev I/O with the same implementationThomas Zimmermann2022-11-051-0/+17
* drm/fb-helper: Disconnect damage worker from update logicThomas Zimmermann2022-11-051-0/+15
* drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfixThomas Zimmermann2022-11-051-2/+2
* drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfixThomas Zimmermann2022-11-051-2/+2
* drm/fb_helper: Rename field fbdev to info in struct drm_fb_helperThomas Zimmermann2022-11-051-2/+2
* drm/fb-helper: Cleanup include statements in header fileThomas Zimmermann2022-11-051-4/+2
* drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* fbdev: Rename pagelist to pagereflist for deferred I/OThomas Zimmermann2022-05-031-2/+1
* drm/aperture: Inline fbdev conflict helpers into aperture helpersThomas Zimmermann2021-04-141-51/+0
* drm/fb-helper: Rename dirty worker to damage workerThomas Zimmermann2020-11-241-7/+7
* drm: Don't return 0 from a void drm_fbdev_generic_setupChris Wilson2020-04-081-1/+0
* drm/fb-helper: Remove return value from drm_fbdev_generic_setup()Thomas Zimmermann2020-04-081-2/+3
* drm/fb-helper: Remove drm_fb_helper add, add_all and remove connector functionsPankaj Bharadiya2020-03-061-21/+0
* drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya2020-03-061-4/+2
* drm/fb-helper: Remove drm_fb_helper_unlink_fbi()Thomas Zimmermann2019-11-191-6/+0
* drm/fb-helper: unexport drm_fb_helper_generic_probeDaniel Vetter2019-11-131-9/+0
* drm/fb-helper: Remove drm_fb_helper_fbdev_{setup, teardown}()Thomas Zimmermann2019-11-071-25/+0
* drm/fb-helper: Remove drm_fb_helper_defio_init() and update docsThomas Zimmermann2019-10-281-1/+0
* drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_fra...Gerd Hoffmann2019-08-231-3/+1
* fbdev: drop res_id parameter from remove_conflicting_pci_framebuffersGerd Hoffmann2019-08-231-1/+1
* drm/fb-helper: Prepare to move out modeset config codeNoralf Trønnes2019-06-111-4/+0
* drm/fb-helper: Remove drm_fb_helper_connectorNoralf Trønnes2019-06-111-59/+21
* drm/fb-helper: Remove drm_fb_helper_crtcNoralf Trønnes2019-06-041-8/+0
* drm/fb-helper: Remove drm_fb_helper_crtc->{x, y, desired_mode}Noralf Trønnes2019-05-141-2/+0
* drm/fb-helper: No need to cache rotation and sw_rotationsNoralf Trønnes2019-05-141-8/+0
* drm/i915/fbdev: Move intel_fb_initial_config() to fbdev helperNoralf Trønnes2019-04-111-23/+0
* Merge tag 'drm-misc-next-2019-03-28-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-03-291-16/+9
|\
| * drm/fb-helper: Fixup fill_info cleanupDaniel Vetter2019-03-271-12/+6
| * drm/fb-helper: Unexport fill_{var,info}Daniel Vetter2019-03-271-4/+0
| * drm/fb-helper: Add fill_info() functionsDaniel Vetter2019-03-271-0/+3
* | drm/fb-helper: call vga_remove_vgacon automatically.Gerd Hoffmann2019-03-071-3/+11
|/
* drm/fb-helper: document remove*_conflicting_framebuffers()Michał Mirosław2018-09-071-0/+22
* fbdev: add remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-0/+12