OSDN Git Service

msm: kgsl: Update various exernal APIs for the 4.4 kernel
authorJordan Crouse <jcrouse@codeaurora.org>
Thu, 25 Feb 2016 16:16:25 +0000 (09:16 -0700)
committerDavid Keitel <dkeitel@codeaurora.org>
Tue, 22 Mar 2016 18:15:52 +0000 (11:15 -0700)
commit56930b9f1730d6cdaf59da6000cfe0ca71f90f15
tree632046dee775a570ea6391474d6aba9492631104
parent318be96313dcf3828b02937e5aae38e9f862acf3
msm: kgsl: Update various exernal APIs for the 4.4 kernel

Make several changes to build the GPU driver for 4.4:

 - Rename CONFIG_MSM to CONFIG_QCOM where applicable
 - Add msm_kgsl.h to the Kbuild exports
 - Remove linux/coresight_of.h (as it has been merged into
   coresight.h) and remove the .owner member of the
   coresight_desc struct.
 - Use the new location for the sync.h file (in staging)
 - Remove an unused sync function
 - Move oneshot_sync.h inside of #ifdef wrappers

Signed-off-by: Jordan Crouse <jcrouse@codeauorora.org>
16 files changed:
drivers/gpu/Makefile
drivers/gpu/msm/Kconfig
drivers/gpu/msm/Makefile
drivers/gpu/msm/adreno.c
drivers/gpu/msm/adreno.h
drivers/gpu/msm/adreno_coresight.c
drivers/gpu/msm/adreno_cp_parser.c
drivers/gpu/msm/kgsl_cffdump.h
drivers/gpu/msm/kgsl_device.h
drivers/gpu/msm/kgsl_iommu.h
drivers/gpu/msm/kgsl_mmu.h
drivers/gpu/msm/kgsl_sharedmem.c
drivers/gpu/msm/kgsl_sync.c
drivers/gpu/msm/kgsl_sync.h
drivers/video/Kconfig
include/uapi/linux/Kbuild