diff options
author | Jordan Crouse <jcrouse@codeaurora.org> | 2017-07-27 19:42:33 +0300 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2017-08-02 14:57:02 +0300 |
commit | 8d6f08272b6f1742d537640313b256c8c9929813 (patch) | |
tree | 3e30d4581035ab78916ab29e7f997efd6db5b94c /drivers/gpu/drm/msm/adreno/a5xx_gpu.h | |
parent | 774e39ee3572272b816f3a0b39dfdbcc70dd47f1 (diff) | |
download | linux-8d6f08272b6f1742d537640313b256c8c9929813.tar.xz |
drm/msm: Remove uneeded platform dev members
Commit eeb754746b14 ("drm/msm/gpu: use pm-runtime") adds a pointer
for the GPU platform device to the msm_gpu struct so we can
happily remove the same pointers from the individual GPU
structs.
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/msm/adreno/a5xx_gpu.h')
-rw-r--r-- | drivers/gpu/drm/msm/adreno/a5xx_gpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/adreno/a5xx_gpu.h b/drivers/gpu/drm/msm/adreno/a5xx_gpu.h index 1137092241d5..e94451685bf8 100644 --- a/drivers/gpu/drm/msm/adreno/a5xx_gpu.h +++ b/drivers/gpu/drm/msm/adreno/a5xx_gpu.h @@ -23,7 +23,6 @@ struct a5xx_gpu { struct adreno_gpu base; - struct platform_device *pdev; struct drm_gem_object *pm4_bo; uint64_t pm4_iova; |