drm/msm: update for ARCH_MSM -> ARCH_QCOM
Architecture rename/split.. ARCH_QCOM is for the non-legacy platforms (ie. device-tree, multiplatform support, etc). Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ config DRM_MSM
|
|||||||
tristate "MSM DRM"
|
tristate "MSM DRM"
|
||||||
depends on DRM
|
depends on DRM
|
||||||
depends on MSM_IOMMU
|
depends on MSM_IOMMU
|
||||||
depends on ARCH_MSM8960 || (ARM && COMPILE_TEST)
|
depends on ARCH_QCOM || (ARM && COMPILE_TEST)
|
||||||
select DRM_KMS_HELPER
|
select DRM_KMS_HELPER
|
||||||
select SHMEM
|
select SHMEM
|
||||||
select TMPFS
|
select TMPFS
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
#include <asm/sizes.h>
|
#include <asm/sizes.h>
|
||||||
|
|
||||||
|
|
||||||
#if defined(CONFIG_COMPILE_TEST) && !defined(CONFIG_ARCH_MSM)
|
#if defined(CONFIG_COMPILE_TEST) && !defined(CONFIG_ARCH_QCOM)
|
||||||
/* stubs we need for compile-test: */
|
/* stubs we need for compile-test: */
|
||||||
static inline struct device *msm_iommu_get_ctx(const char *ctx_name)
|
static inline struct device *msm_iommu_get_ctx(const char *ctx_name)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user