summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/msm_debugfs.h
Commit message (Collapse)AuthorAgeFilesLines
* drm/msm: Remove msm_debugfs_cleanup()Noralf Trønnes2017-03-081-1/+0Star
| | | | | | | | | | | | Move the contents of msm_debugfs_cleanup() to msm_drm_uninit() to free up the drm_driver->debugfs_cleanup callback. Also remove the mdp_kms_funcs->debugfs_cleanup callback which has no users. Cc: robdclark@gmail.com Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Acked-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20170307204924.1002-2-noralf@tronnes.org
* drm/msm: move debugfs code to it's own fileRob Clark2016-05-081-0/+26
Signed-off-by: Rob Clark <robdclark@gmail.com>