aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fb_cma_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-15drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard1-3/+0
2015-12-15drm: Use the driver's gem_object_free function from CMA helpers.Eric Anholt1-3/+3
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-2/+2
2015-08-06drm/fb_cma_helper: Use new drm_fb_helper functionsArchit Taneja1-34/+11
2015-07-22drm: Roll out drm_for_each_{plane,crtc,encoder}Daniel Vetter1-1/+1
2015-07-22drm/cma-helper: Fix locking in drm_fb_cma_debugfs_showDaniel Vetter1-14/+2
2015-03-11drm/cma: use correct fb width/heightRob Clark1-1/+1
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding1-1/+2
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding1-1/+1
2014-06-05drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark1-7/+2
2013-08-21drm: Make drm_fb_cma_describe() staticLespiau, Damien1-3/+2
2013-05-28treewide: Fix typo in printkMasanari Iida1-2/+2
2013-02-21Merge branch 'tilcdc-next' of git://people.freedesktop.org/~robclark/linux into drm-nextDave Airlie1-0/+53
2013-02-20drm/cma-helper: fixup compilationDaniel Vetter1-3/+6
2013-02-17drm/cma: add debugfs helpersRob Clark1-0/+53
2013-02-17drm/cma-helper: fixup compilationDaniel Vetter1-0/+2
2013-02-14drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter1-16/+1
2013-02-14drm/fb-helper: don't disable everything in initial_configDaniel Vetter1-0/+3
2013-02-14drm: review locking for drm_fb_helper_restore_fbdev_modeDaniel Vetter1-0/+2
2013-01-20drm: revamp framebuffer cleanup interfacesDaniel Vetter1-1/+4
2013-01-20drm/<drivers>: reorder framebuffer init sequenceDaniel Vetter1-5/+5
2012-10-23drm: fb: cma: Fail gracefully on allocation failureThierry Reding1-1/+1
2012-10-23drm: fb: cma: Fix typo in debug messageThierry Reding1-1/+1
2012-09-18DRM: Add DRM KMS/FB CMA helperLars-Peter Clausen1-0/+406