summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_fb_cma_helper.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-30drm/cma-helpers: Use recommened kerneldoc for struct member refsDaniel Vetter1-13/+13
2016-12-30drm/cma-helper: simplify setup for drivers with ->dirty callbacksDaniel Vetter1-39/+21
2016-12-30drm/doc: use preferred struct reference in kernel-docDaniel Vetter1-1/+1
2016-12-15drm/cma: Fix compile fail due to fomat->format typoVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->depthVille Syrjälä1-1/+1
2016-12-15drm/fb_cma_helper: Replace drm_format_info() with fb->formatVille Syrjälä1-4/+1
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-11-14drm/fb_cma_helper: Add drm_fb_cma_prepare_fb() helperMarek Vasut1-0/+35
2016-11-14drm/fb_cma_helper: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ1-5/+1
2016-10-20drm/fb_cma_helper: do not free fbdev if there is noneStefan Agner1-1/+2
2016-10-18drm: Use drm_format_info() in DRM core codeLaurent Pinchart1-10/+13
2016-07-02Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm...Dave Airlie1-0/+15
2016-06-18drm/fb_cma_helper: add suspend helperStefan Agner1-0/+15
2016-06-13drm: fb: cma: fix memory leakSudip Mukherjee1-0/+1
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-7/+20
2016-06-07drm/fb_cma_helper: Implement fb_mmap callbackRobin Murphy1-0/+8
2016-06-03drm/doc: Switch to sphinx/rst fixed-width quotingDaniel Vetter1-1/+1
2016-06-03drm/doc: Improve kernel-doc for drm_fb_cma_helper.cDaniel Vetter1-6/+11
2016-06-01drm: Wrap direct calls to driver->gem_free_object from CMAChris Wilson1-1/+1
2016-05-17drm/fb-cma-helper: Add function drm_fb_cma_create_with_funcs()Noralf Trønnes1-6/+25
2016-05-17drm/fb-cma-helper: Use const for drm_framebuffer_funcs argumentNoralf Trønnes1-2/+2
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2016-05-11drm/fb-cma-helper: Hook up to DocBook and fix some docsNoralf Trønnes1-5/+3
2016-05-02drm/fb-cma-helper: Add fb_deferred_io supportNoralf Trønnes1-12/+166
2016-01-20drm/fb_cma_helper: remove duplicate const from drm_fb_cma_allocColin Ian King1-1/+2
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 in...Dave 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