gpu: arm: Add mali400 r4p0_rel0 version
authorJoonyoung Shim <jy0922.shim@samsung.com>
Fri, 1 Aug 2014 07:35:19 +0000 (16:35 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 03:01:17 +0000 (12:01 +0900)
commit64ad97d68a91aace4426fc1b40e07d488b6510f9
tree29d0c87434048e0beaada5a276c5004151ddeac6
parentb77fbe65840d990f6a6bd1196923c03802bbf8be
gpu: arm: Add mali400 r4p0_rel0 version

This comes from in-house kernel.

Change-Id: Ic3f3516e44e71ea9ca2e0b5caa6a9e836ffa599c
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
152 files changed:
drivers/gpu/arm/mali400/Kconfig
drivers/gpu/arm/mali400/Makefile
drivers/gpu/arm/mali400/mali/Kconfig
drivers/gpu/arm/mali400/r4p0_rel0/Kbuild [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/Kconfig [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/MALI_CONFIGURATION [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/Makefile [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/__malidrv_build_info.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_broadcast.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_broadcast.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_dlbu.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_dlbu.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_dma.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_dma.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_gp.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_gp.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_gp_job.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_gp_job.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_gp_scheduler.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_gp_scheduler.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_group.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_group.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_hw_core.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_hw_core.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_kernel_common.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_kernel_core.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_kernel_core.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_kernel_descriptor_mapping.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_kernel_descriptor_mapping.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_kernel_utilization.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_kernel_utilization.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_kernel_vsync.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_l2_cache.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_l2_cache.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_mem_validation.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_mem_validation.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_mmu.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_mmu.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_mmu_page_directory.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_mmu_page_directory.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_osk.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_osk_bitops.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_osk_list.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_osk_mali.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_osk_profiling.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_osk_types.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_pm.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_pm.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_pm_domain.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_pm_domain.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_pmu.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_pmu.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_pp.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_pp.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_pp_job.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_pp_job.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_pp_scheduler.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_pp_scheduler.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_scheduler.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_scheduler.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_scheduler_types.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_session.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_session.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_soft_job.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_soft_job.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_spinlock_reentrant.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_spinlock_reentrant.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_timeline.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_timeline.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_timeline_fence_wait.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_timeline_fence_wait.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_timeline_sync_fence.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_timeline_sync_fence.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_ukk.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_user_settings_db.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/common/mali_user_settings_db.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/include/linux/mali/mali_utgard.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/include/linux/mali/mali_utgard_counters.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/include/linux/mali/mali_utgard_ioctl.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/include/linux/mali/mali_utgard_profiling_events.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/include/linux/mali/mali_utgard_profiling_gator_api.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/include/linux/mali/mali_utgard_uk_types.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/license/gpl/mali_kernel_license.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_device_pause_resume.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_kernel_linux.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_kernel_linux.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_kernel_sysfs.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_kernel_sysfs.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_linux_trace.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_memory.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_memory.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_memory_block_alloc.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_memory_block_alloc.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_memory_dma_buf.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_memory_dma_buf.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_memory_external.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_memory_os_alloc.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_memory_os_alloc.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_memory_types.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_memory_ump.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_atomics.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_irq.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_locks.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_locks.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_low_level_mem.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_mali.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_math.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_memory.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_misc.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_notification.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_pm.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_profiling.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_specific.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_time.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_timers.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_wait_queue.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_osk_wq.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_pmu_power_up_down.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_profiling_events.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_profiling_gator_api.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_profiling_internal.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_profiling_internal.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_sync.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_sync.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_uk_types.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_ukk_core.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_ukk_gp.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_ukk_mem.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_ukk_pp.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_ukk_profiling.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_ukk_soft_job.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_ukk_timeline.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_ukk_vsync.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/linux/mali_ukk_wrappers.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/platform/exynos3470/exynos4.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/platform/exynos3470/exynos4_pmm.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/platform/exynos3470/exynos4_pmm.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/platform/exynos3472/exynos4.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/platform/exynos3472/exynos4_pmm.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/platform/exynos3472/exynos4_pmm.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/platform/exynos4415/exynos4.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/platform/exynos4415/exynos4_pmm.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/platform/exynos4415/exynos4_pmm.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/platform/pegasus-m400/exynos4.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/platform/pegasus-m400/exynos4_pmm.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/platform/pegasus-m400/exynos4_pmm.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/regs/mali_200_regs.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/regs/mali_gp_regs.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/timestamp-arm11-cc/mali_timestamp.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/timestamp-arm11-cc/mali_timestamp.h [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/timestamp-default/mali_timestamp.c [new file with mode: 0644]
drivers/gpu/arm/mali400/r4p0_rel0/timestamp-default/mali_timestamp.h [new file with mode: 0644]