aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/drm_fb_helper.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-07drm/fb-helper: call vga_remove_vgacon automatically.Gerd Hoffmann1-3/+11
2018-09-07drm/fb-helper: document remove*_conflicting_framebuffers()Michał Mirosław1-0/+22
2018-09-03fbdev: add remove_conflicting_pci_framebuffers()Michał Mirosław1-0/+12
2018-07-10drm/fb-helper: Finish the generic fbdev emulationNoralf Trønnes1-0/+7
2018-07-10drm/fb-helper: Add generic fbdev emulation .fb_probe functionNoralf Trønnes1-0/+31
2017-12-20drm/fb-helper: Add drm_fb_helper_defio_init()Noralf Trønnes1-0/+6
2017-12-20drm/fb-helper: Add drm_fb_helper_fbdev_setup/teardown()Noralf Trønnes1-0/+25
2017-12-20drm/fb-helper: Set/clear dev->fb_helper in dummy init/finiNoralf Trønnes1-0/+7
2017-12-04drm/fb-helper: Apply panel orientation connector prop to the primary plane, v6.Hans de Goede1-0/+8
2017-10-31drm/fb-helper: Add .last_close and .output_poll_changed helpersNoralf Trønnes1-0/+11
2017-08-07drm: remove unused and redundant callbacksPeter Rosin1-32/+0
2017-07-26drm/fb-helper: Support deferred setupDaniel Vetter1-0/+23
2017-07-06drm/fb-helper: Add top-level lockThierry Reding1-1/+18
2017-03-02drm/fb-helper: implement ioctl FBIO_WAITFORVSYNCMaxime Ripard1-1/+11
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter1-4/+0
2017-02-02drm: Fix build when FBDEV_EMULATION is disabledGabriel Krisman Bertazi1-1/+1
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-2/+1
2017-01-09drm: remove useless parameters from drm_pick_cmdline_mode functionVincent Abriou1-2/+1
2016-12-30drm/doc: use preferred struct reference in kernel-docDaniel Vetter1-1/+1
2016-11-14drm/fb-helper: add fb_debug_* to DRM_FB_HELPER_DEFAULT_OPSStefan Christ1-1/+3
2016-10-10drm/fb-helper: fix sphinx markup for DRM_FB_HELPER_DEFAULT_OPSStefan Christ1-1/+1
2016-10-04drm/fb-helper: add DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ1-0/+13
2016-09-19drm/fb-helper: Fix sparse warningsVille Syrjälä1-5/+0
2016-08-29drm/fb-helper: don't call remove_conflicting_framebuffers for FB=m && DRM=yArnd Bergmann1-1/+1
2016-08-23drm/fb-helper: Make docs for fb_set_suspend wrappers consistentDaniel Vetter1-4/+4
2016-08-23drm/fb-helper: Add drm_fb_helper_set_suspend_unlocked()Noralf Trønnes1-0/+9
2016-08-23drm/fb-helper: Fix the dummy remove_conflicting_framebuffersChris Wilson1-7/+7
2016-08-16drm: Don't export dp-aux devnode functionsDaniel Vetter1-1/+0
2016-08-12drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter1-0/+14
2016-06-09drm: Replace fb_helper->atomic with mode_config->atomic_commitDaniel Vetter1-11/+0
2016-05-02drm/fb-helper: Add fb_deferred_io supportNoralf Trønnes1-0/+15
2016-02-12drm/kms_helper: Add a common place to call init and exit functions.Rafael Antognolli1-0/+6
2015-12-08drm: Move LEAVE/ENTER_ATOMIC_MODESET to fbdev helpersDaniel Vetter1-0/+5
2015-12-08drm: Polish fbdev helper struct docsDaniel Vetter1-15/+81
2015-09-16drm/fb-helper: atomic restore_fbdev_mode()..Rob Clark1-0/+11
2015-09-16drm/fb-helper: add headerdoc for drm_fb_helperRob Clark1-0/+14
2015-09-08drm/fb-helper: Use -errno return in restore_mode_unlockedDaniel Vetter1-3/+3
2015-08-06drm: Add top level Kconfig option for DRM fbdev emulationArchit Taneja1-0/+185
2015-08-06drm/fb_helper: Create a wrapper for fb_set_suspendArchit Taneja1-0/+2
2015-08-06drm/fb_helper: Create wrappers for blit, copyarea and fillrect funcsArchit Taneja1-0/+14
2015-08-06drm/fb_helper: Create wrappers for fb_sys_read/write funcsArchit Taneja1-0/+5
2015-08-06drm/fb_helper: Create a wrapper for unlink_framebufferArchit Taneja1-0/+2
2015-08-06drm/fb_helper: Add drm_fb_helper functions to manage fb_info creationArchit Taneja1-0/+4
2015-03-11drm/fb: document drm_fb_helper_surface_sizeRob Clark1-0/+19
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding1-1/+1
2014-12-09drm/fb: add support for tiled monitor configurations. (v2)Dave Airlie1-0/+6
2014-08-06drm: Perform cmdline mode parsing during connector initialisationChris Wilson1-1/+0
2014-07-08drm/fb_helper: allow adding/removing connectors laterDave Airlie1-0/+4
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding1-0/+2
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding1-1/+1