diff options
author | Rob Clark <robdclark@chromium.org> | 2020-08-17 15:01:45 -0700 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2020-09-12 10:48:32 -0700 |
commit | 25faf2f2e06565d5cd0b97f77364fbe38f14ef71 (patch) | |
tree | e8120c4e9f75e186ddfc4d0191d6a5d3dd058ed3 /drivers/gpu/drm/msm/msm_gpu.h | |
parent | 84c31ee16f903b481e7d4b94e2fc931d373494a0 (diff) | |
download | lwn-25faf2f2e06565d5cd0b97f77364fbe38f14ef71.tar.gz lwn-25faf2f2e06565d5cd0b97f77364fbe38f14ef71.zip |
drm/msm: Show process names in gem_describe
In $debugfs/gem we already show any vma(s) associated with an object.
Also show process names if the vma's address space is a per-process
address space.
Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Jordan Crouse <jcrouse@codeaurora.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/gpu/drm/msm/msm_gpu.h')
-rw-r--r-- | drivers/gpu/drm/msm/msm_gpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/msm_gpu.h b/drivers/gpu/drm/msm/msm_gpu.h index 04a2f7539712..5ee358b480e6 100644 --- a/drivers/gpu/drm/msm/msm_gpu.h +++ b/drivers/gpu/drm/msm/msm_gpu.h @@ -301,7 +301,7 @@ int msm_gpu_init(struct drm_device *drm, struct platform_device *pdev, const char *name, struct msm_gpu_config *config); struct msm_gem_address_space * -msm_gpu_create_private_address_space(struct msm_gpu *gpu); +msm_gpu_create_private_address_space(struct msm_gpu *gpu, struct task_struct *task); void msm_gpu_cleanup(struct msm_gpu *gpu); |