Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/msm: remove dependencies from core onto adreno headers

Two core driver files include headers from Adreno subdir, which also
brings dependency on the Adreno register headers. Rework those includes
to remove unnecessary dependency.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/585850/
Link: https://lore.kernel.org/r/20240401-fd-xml-shipped-v5-5-4bdb277a85a1@linaro.org

+3 -2
+2 -1
drivers/gpu/drm/msm/msm_drv.c
··· 17 17 18 18 #include "msm_drv.h" 19 19 #include "msm_debugfs.h" 20 + #include "msm_gem.h" 21 + #include "msm_gpu.h" 20 22 #include "msm_kms.h" 21 - #include "adreno/adreno_gpu.h" 22 23 23 24 /* 24 25 * MSM driver version:
+1 -1
drivers/gpu/drm/msm/msm_gpu.c
··· 11 11 #include "msm_mmu.h" 12 12 #include "msm_fence.h" 13 13 #include "msm_gpu_trace.h" 14 - #include "adreno/adreno_gpu.h" 14 + //#include "adreno/adreno_gpu.h" 15 15 16 16 #include <generated/utsrelease.h> 17 17 #include <linux/string_helpers.h>