aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/Kconfig
diff options
context:
space:
mode:
authorJordan Crouse <jcrouse@codeaurora.org>2019-04-10 10:58:16 -0600
committerRob Clark <robdclark@chromium.org>2019-04-21 07:52:36 -0700
commitb02872df58aca66d0e7af3ec5065dbc6f0630dd1 (patch)
tree43ee9969171994ebdc9f490aa97fc1e6546e781b /drivers/gpu/drm/msm/Kconfig
parentdt-bindings: drm/msm/gpu: Document a5xx / a6xx zap shader region (diff)
downloadlinux-dev-b02872df58aca66d0e7af3ec5065dbc6f0630dd1.tar.xz
linux-dev-b02872df58aca66d0e7af3ec5065dbc6f0630dd1.zip
drm/msm/a6xx: Don't enable GPU state code if dependencies are missing
Add CONFIG_DRM_MSM_GPU_STATE to conditionally compile Adreno GPU state code depending on the availability of the dependencies. Reported-by: Hulk Robot <hulkci@huawei.com> Reported-by: YueHaibing <yuehaibing@huawei.com> Fixes: 1707add81551 ("drm/msm/a6xx: Add a6xx gpu state") Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'drivers/gpu/drm/msm/Kconfig')
-rw-r--r--drivers/gpu/drm/msm/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/Kconfig b/drivers/gpu/drm/msm/Kconfig
index 78c9e5a5e793..9f2029eca39f 100644
--- a/drivers/gpu/drm/msm/Kconfig
+++ b/drivers/gpu/drm/msm/Kconfig
@@ -21,6 +21,11 @@ config DRM_MSM
help
DRM/KMS driver for MSM/snapdragon.
+config DRM_MSM_GPU_STATE
+ bool
+ depends on DRM_MSM && (DEBUG_FS || DEV_COREDUMP)
+ default y
+
config DRM_MSM_REGISTER_LOGGING
bool "MSM DRM register logging"
depends on DRM_MSM