drm/msm/a6xx: Rename a6xx_gmu_probe to a6xx_gmu_init
authorSean Paul <seanpaul@chromium.org>
Thu, 23 May 2019 17:16:45 +0000 (13:16 -0400)
committerSean Paul <seanpaul@chromium.org>
Fri, 24 May 2019 13:54:02 +0000 (09:54 -0400)
commit981f2aabeae6f23be9cac8976a2b97c9a3314e42
treebbe7e2dfa59995f69933ba8b087b12590167c805
parent998efc74672c2d9d1b5d5e02b21cca7ed9135274
drm/msm/a6xx: Rename a6xx_gmu_probe to a6xx_gmu_init

This rename makes it more clear that everything initialized in the _init
function must be cleaned up in a6xx_gmu_remove. This will hopefully
dissuade people from using device managed resources (for reasons laid
out in the previous patch).

Changes in v2:
- None

Cc: Jordan Crouse <jcrouse@codeaurora.org>
Reviewed-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190523171653.138678-6-sean@poorly.run
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
drivers/gpu/drm/msm/adreno/a6xx_gpu.h