diff options
author | Abhinav Kumar <abhinavk@codeaurora.org> | 2020-09-12 23:08:12 +0200 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2020-09-15 19:54:35 +0200 |
commit | d11a93690df7e9a7e07c0784ecad019a627b1449 (patch) | |
tree | 60661e42cc5a5cc26ec259f3379fd1fed8273b18 /drivers/gpu/drm/msm/Makefile | |
parent | drm/msm/dp: wait for audio notification before disabling clocks (diff) | |
download | linux-d11a93690df7e9a7e07c0784ecad019a627b1449.tar.xz linux-d11a93690df7e9a7e07c0784ecad019a627b1449.zip |
drm/msm/dp: add debugfs support to DP driver
To prepare the MSM DP driver for running video pattern
compliance tests introduce debugfs module for it.
Changes in v2: rebase on top of latest patchset of dependency
Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'drivers/gpu/drm/msm/Makefile')
-rw-r--r-- | drivers/gpu/drm/msm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/Makefile b/drivers/gpu/drm/msm/Makefile index 5c9a8a353145..99658a6bf698 100644 --- a/drivers/gpu/drm/msm/Makefile +++ b/drivers/gpu/drm/msm/Makefile @@ -96,7 +96,8 @@ msm-y := \ msm_gpu_tracepoints.o \ msm_gpummu.o -msm-$(CONFIG_DEBUG_FS) += adreno/a5xx_debugfs.o +msm-$(CONFIG_DEBUG_FS) += adreno/a5xx_debugfs.o \ + dp/dp_debug.o msm-$(CONFIG_DRM_MSM_GPU_STATE) += adreno/a6xx_gpu_state.o |