aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fb_cma_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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