linux/drivers/gpu/drm/panfrost
Steven Price db594ba3fc drm/panfrost: depend on !GENERIC_ATOMIC64 when using COMPILE_TEST
Since panfrost has a 'select' on IOMMU_IO_PGTABLE_LPAE we must depend on
the same set of flags. Otherwise IOMMU_IO_PGTABLE_LPAE will be forced on
even though it cannot build (no support for cmpxchg64).

This fixes the following warning from kconfig:

WARNING: unmet direct dependencies detected for IOMMU_IO_PGTABLE_LPAE
  Depends on [n]: IOMMU_SUPPORT [=y] && (ARM || ARM64 || COMPILE_TEST [=y] && !GENERIC_ATOMIC64 [=y])
  Selected by [y]:
  - DRM_PANFROST [=y] && HAS_IOMEM [=y] && DRM [=y] && (ARM || ARM64 || COMPILE_TEST [=y]) && MMU [=y]

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Steven Price <steven.price@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190417152928.10790-1-steven.price@arm.com
2019-04-18 09:27:13 -05:00
..
Kconfig drm/panfrost: depend on !GENERIC_ATOMIC64 when using COMPILE_TEST 2019-04-18 09:27:13 -05:00
Makefile
panfrost_devfreq.c drm/panfrost: Add missing include 2019-04-18 09:26:14 -05:00
panfrost_devfreq.h
panfrost_device.c
panfrost_device.h
panfrost_drv.c
panfrost_features.h
panfrost_gem.c drm/panfrost: Make panfrost_gem_free_object() static 2019-04-18 09:25:45 -05:00
panfrost_gem.h
panfrost_gpu.c
panfrost_gpu.h
panfrost_issues.h
panfrost_job.c
panfrost_job.h
panfrost_mmu.c
panfrost_mmu.h
panfrost_regs.h
TODO