summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fb_cma_helper.c
Commit message (Expand)AuthorAgeFilesLines
* drm/fb_cma_helper: remove duplicate const from drm_fb_cma_allocColin Ian King2016-01-201-1/+2
* drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard2016-01-151-3/+0
* drm: Use the driver's gem_object_free function from CMA helpers.Eric Anholt2015-12-151-3/+3
* drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-241-2/+2
* drm/fb_cma_helper: Use new drm_fb_helper functionsArchit Taneja2015-08-061-34/+11
* drm: Roll out drm_for_each_{plane,crtc,encoder}Daniel Vetter2015-07-221-1/+1
* drm/cma-helper: Fix locking in drm_fb_cma_debugfs_showDaniel Vetter2015-07-221-14/+2
* drm/cma: use correct fb width/heightRob Clark2015-03-111-1/+1
* drm: Introduce drm_fb_helper_prepare()Thierry Reding2014-07-081-1/+2
* drm: Constify struct drm_fb_helper_funcsThierry Reding2014-07-081-1/+1
* drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark2014-06-051-7/+2
* drm: Make drm_fb_cma_describe() staticLespiau, Damien2013-08-211-3/+2
* treewide: Fix typo in printkMasanari Iida2013-05-281-2/+2
* Merge branch 'tilcdc-next' of git://people.freedesktop.org/~robclark/linux in...Dave Airlie2013-02-211-0/+53
|\
| * drm/cma: add debugfs helpersRob Clark2013-02-171-0/+53
| * drm/cma-helper: fixup compilationDaniel Vetter2013-02-171-0/+2
* | drm/cma-helper: fixup compilationDaniel Vetter2013-02-201-3/+6
|/
* drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter2013-02-141-16/+1
* drm/fb-helper: don't disable everything in initial_configDaniel Vetter2013-02-141-0/+3
* drm: review locking for drm_fb_helper_restore_fbdev_modeDaniel Vetter2013-02-141-0/+2
* drm: revamp framebuffer cleanup interfacesDaniel Vetter2013-01-201-1/+4
* drm/<drivers>: reorder framebuffer init sequenceDaniel Vetter2013-01-201-5/+5
* drm: fb: cma: Fail gracefully on allocation failureThierry Reding2012-10-231-1/+1
* drm: fb: cma: Fix typo in debug messageThierry Reding2012-10-231-1/+1
* DRM: Add DRM KMS/FB CMA helperLars-Peter Clausen2012-09-181-0/+406
OpenPOWER on IntegriCloud