aboutsummaryrefslogtreecommitdiff
path: root/include/drm/drm_fb_cma_helper.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-09drm/fb-cma-helpers: Fix include issueGravatar Benjamin Gaignard 1-0/+2
2019-01-17drm/cma-helper: Remove unused fbdev codeGravatar Noralf Trønnes 1-22/+0
2018-10-23drm/rcar-du: Convert drm_atomic_helper_suspend/resume()Gravatar Souptick Joarder 1-2/+0
2018-08-07drm: Remove drm_fbdev_cma_set_suspend()Gravatar Souptick Joarder 1-1/+0
2018-07-10drm/cma-helper: Remove drm_fb_cma_fbdev_init_with_funcs()Gravatar Noralf Trønnes 1-3/+0
2018-07-10drm/cma-helper: Use the generic fbdev emulationGravatar Noralf Trønnes 1-3/+0
2017-12-08drm/cma-helper: Add drm_fb_cma_fbdev_init/fini()Gravatar Noralf Trønnes 1-0/+7
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 1-6/+0
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-13/+0
2017-11-11drm/cma-helper: Remove drm_fb_cma_debugfs_show()Gravatar Noralf Trønnes 1-6/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-01drm/fb-cma-helper: Remove unused functionsGravatar Noralf Trønnes 1-13/+0
2017-06-20drm: Convert CMA fbdev console suspend helpers to use boolGravatar Liviu Dudau 1-2/+2
2017-04-14drm/fb-cma-helper: Add drm_fb_cma_get_gem_addr()Gravatar Yannick Fertre 1-0/+4
2017-02-02drm: Rely on mode_config data for fb_helper initializationGravatar Gabriel Krisman Bertazi 1-4/+3
2017-01-24drm/fb-cma-helper: Add drm_fbdev_cma_set_suspend_unlocked()Gravatar Noralf Trønnes 1-0/+2
2016-12-30drm/cma-helper: simplify setup for drivers with ->dirty callbacksGravatar Daniel Vetter 1-4/+1
2016-11-15drm/fb_cma_helper: Add missing forward declarationGravatar Marek Vasut 1-0/+2
2016-11-14drm/fb_cma_helper: Add drm_fb_cma_prepare_fb() helperGravatar Marek Vasut 1-0/+3
2016-06-18drm/fb_cma_helper: add suspend helperGravatar Stefan Agner 1-0/+1
2016-05-17drm/fb-cma-helper: Add function drm_fb_cma_create_with_funcs()Gravatar Noralf Trønnes 1-0/+3
2016-05-17drm/fb-cma-helper: Use const for drm_framebuffer_funcs argumentGravatar Noralf Trønnes 1-1/+1
2016-05-05Merge tag 'topic/drm-misc-2016-05-04' of git://anongit.freedesktop.org/drm-in...Gravatar Dave Airlie 1-0/+14
2016-05-02drm/fb-cma-helper: Add fb_deferred_io supportGravatar Noralf Trønnes 1-0/+14
2016-04-28drm: fb: Add seq_file definitionGravatar Maxime Ripard 1-0/+2
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Gravatar Ville Syrjälä 1-1/+1
2013-08-21drm: Make drm_fb_cma_describe() staticGravatar Lespiau, Damien 1-1/+0
2013-02-17drm/cma: add debugfs helpersGravatar Rob Clark 1-0/+5
2012-09-18DRM: Add DRM KMS/FB CMA helperGravatar Lars-Peter Clausen 1-0/+27