aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fb_cma_helper.c
AgeCommit message (Expand)Author
2016-07-02Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm...Dave Airlie
2016-06-18drm/fb_cma_helper: add suspend helperStefan Agner
2016-06-13drm: fb: cma: fix memory leakSudip Mukherjee
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-06-07drm/fb_cma_helper: Implement fb_mmap callbackRobin Murphy
2016-06-03drm/doc: Switch to sphinx/rst fixed-width quotingDaniel Vetter
2016-06-03drm/doc: Improve kernel-doc for drm_fb_cma_helper.cDaniel Vetter
2016-06-01drm: Wrap direct calls to driver->gem_free_object from CMAChris Wilson
2016-05-17drm/fb-cma-helper: Add function drm_fb_cma_create_with_funcs()Noralf Trønnes
2016-05-17drm/fb-cma-helper: Use const for drm_framebuffer_funcs argumentNoralf Trønnes
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-05-11drm/fb-cma-helper: Hook up to DocBook and fix some docsNoralf Trønnes
2016-05-02drm/fb-cma-helper: Add fb_deferred_io supportNoralf Trønnes
2016-01-20drm/fb_cma_helper: remove duplicate const from drm_fb_cma_allocColin Ian King
2016-01-15drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard
2015-12-15drm: Use the driver's gem_object_free function from CMA helpers.Eric Anholt
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä
2015-08-06drm/fb_cma_helper: Use new drm_fb_helper functionsArchit Taneja
2015-07-22drm: Roll out drm_for_each_{plane,crtc,encoder}Daniel Vetter
2015-07-22drm/cma-helper: Fix locking in drm_fb_cma_debugfs_showDaniel Vetter
2015-03-11drm/cma: use correct fb width/heightRob Clark
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding
2014-06-05drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark
2013-08-21drm: Make drm_fb_cma_describe() staticLespiau, Damien
2013-05-28treewide: Fix typo in printkMasanari Iida
2013-02-21Merge branch 'tilcdc-next' of git://people.freedesktop.org/~robclark/linux in...Dave Airlie
2013-02-20drm/cma-helper: fixup compilationDaniel Vetter
2013-02-17drm/cma: add debugfs helpersRob Clark
2013-02-17drm/cma-helper: fixup compilationDaniel Vetter
2013-02-14drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter
2013-02-14drm/fb-helper: don't disable everything in initial_configDaniel Vetter
2013-02-14drm: review locking for drm_fb_helper_restore_fbdev_modeDaniel Vetter
2013-01-20drm: revamp framebuffer cleanup interfacesDaniel Vetter
2013-01-20drm/<drivers>: reorder framebuffer init sequenceDaniel Vetter
2012-10-23drm: fb: cma: Fail gracefully on allocation failureThierry Reding
2012-10-23drm: fb: cma: Fix typo in debug messageThierry Reding
2012-09-18DRM: Add DRM KMS/FB CMA helperLars-Peter Clausen