GPU: add utgard r7p0 driver for mali 450
authorNick <nick@khadas.com>
Tue, 28 May 2019 15:29:49 +0000 (23:29 +0800)
committerNick <nick@khadas.com>
Tue, 28 May 2019 15:30:17 +0000 (23:30 +0800)
commit64bb4ed300f716681ed788012e019e43425b4458
tree763619a7220fc23883d95f2e39d44a66dc8be1ac
parent4e4315585f2a0e90f4e2697a6fb65331efa6b6b9
GPU: add utgard r7p0 driver for mali 450

sync from buildroot_openlinux_kernel_4.9_fbdev_20180706
190 files changed:
drivers/gpu/arm/Kbuild
drivers/gpu/arm/Kconfig
drivers/gpu/arm/utgard/Kbuild [new file with mode: 0644]
drivers/gpu/arm/utgard/Kconfig [new file with mode: 0644]
drivers/gpu/arm/utgard/Makefile [new file with mode: 0644]
drivers/gpu/arm/utgard/clean.sh [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_broadcast.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_broadcast.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_control_timer.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_control_timer.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_dlbu.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_dlbu.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_dvfs_policy.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_dvfs_policy.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_executor.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_executor.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_gp.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_gp.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_gp_job.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_gp_job.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_group.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_group.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_hw_core.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_hw_core.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_kernel_common.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_kernel_core.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_kernel_core.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_kernel_utilization.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_kernel_utilization.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_kernel_vsync.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_l2_cache.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_l2_cache.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_mem_validation.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_mem_validation.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_mmu.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_mmu.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_mmu_page_directory.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_mmu_page_directory.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_osk.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_osk_bitops.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_osk_list.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_osk_mali.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_osk_profiling.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_osk_types.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_pm.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_pm.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_pm_domain.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_pm_domain.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_pm_metrics.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_pm_metrics.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_pmu.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_pmu.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_pp.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_pp.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_pp_job.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_pp_job.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_scheduler.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_scheduler.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_scheduler_types.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_session.c [new file with mode: 0755]
drivers/gpu/arm/utgard/common/mali_session.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_soft_job.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_soft_job.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_spinlock_reentrant.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_spinlock_reentrant.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_timeline.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_timeline.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_timeline_fence_wait.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_timeline_fence_wait.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_timeline_sync_fence.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_timeline_sync_fence.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_ukk.h [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_user_settings_db.c [new file with mode: 0644]
drivers/gpu/arm/utgard/common/mali_user_settings_db.h [new file with mode: 0644]
drivers/gpu/arm/utgard/include/linux/mali/mali_utgard.h [new file with mode: 0644]
drivers/gpu/arm/utgard/include/linux/mali/mali_utgard_ioctl.h [new file with mode: 0644]
drivers/gpu/arm/utgard/include/linux/mali/mali_utgard_profiling_events.h [new file with mode: 0644]
drivers/gpu/arm/utgard/include/linux/mali/mali_utgard_profiling_gator_api.h [new file with mode: 0644]
drivers/gpu/arm/utgard/include/linux/mali/mali_utgard_uk_types.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/license/gpl/mali_kernel_license.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_devfreq.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_devfreq.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_device_pause_resume.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_dma_fence.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_dma_fence.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_kernel_linux.c [new file with mode: 0755]
drivers/gpu/arm/utgard/linux/mali_kernel_linux.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_kernel_sysfs.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_kernel_sysfs.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_linux_trace.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_block_alloc.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_block_alloc.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_cow.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_cow.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_defer_bind.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_defer_bind.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_dma_buf.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_dma_buf.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_external.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_external.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_manager.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_manager.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_os_alloc.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_os_alloc.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_secure.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_secure.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_swap_alloc.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_swap_alloc.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_types.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_ump.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_ump.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_util.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_util.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_virtual.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_memory_virtual.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_atomics.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_bitmap.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_irq.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_locks.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_locks.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_low_level_mem.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_mali.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_math.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_memory.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_misc.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_notification.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_pm.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_profiling.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_specific.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_time.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_timers.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_wait_queue.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_osk_wq.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_pmu_power_up_down.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_profiling_events.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_profiling_gator_api.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_profiling_internal.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_profiling_internal.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_sync.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_sync.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_uk_types.h [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_ukk_core.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_ukk_gp.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_ukk_mem.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_ukk_pp.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_ukk_profiling.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_ukk_soft_job.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_ukk_timeline.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_ukk_vsync.c [new file with mode: 0644]
drivers/gpu/arm/utgard/linux/mali_ukk_wrappers.h [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/Kbuild.amlogic [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_bu/mali_clock.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_bu/mali_clock.h [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_bu/mali_dvfs.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_bu/mali_platform.h [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_bu/mali_pm_device.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_bu/mali_scaling.h [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_bu/meson_main.h [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_bu/meson_main2.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_bu/meson_main2.h [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_bu/mpgpu.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_bu/platform_gx.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_bu/scaling.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m400/mali_fix.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m400/mali_fix.h [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m400/mali_platform.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m400/mali_platform.h [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m400/mali_poweron_reg.h [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m400/platform_mx.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m450/mali_clock.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m450/mali_clock.h [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m450/mali_platform.h [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m450/mali_pm_device.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m450/mali_scaling.h [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m450/meson_main.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m450/meson_main.h [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m450/mpgpu.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m450/platform_m6tvd.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m450/platform_m8.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m450/platform_m8b.c [new file with mode: 0644]
drivers/gpu/arm/utgard/platform/meson_m450/scaling.c [new file with mode: 0644]
drivers/gpu/arm/utgard/readme.txt [new file with mode: 0644]
drivers/gpu/arm/utgard/regs/mali_200_regs.h [new file with mode: 0644]
drivers/gpu/arm/utgard/regs/mali_gp_regs.h [new file with mode: 0644]
drivers/gpu/arm/utgard/timestamp-arm11-cc/mali_timestamp.c [new file with mode: 0644]
drivers/gpu/arm/utgard/timestamp-arm11-cc/mali_timestamp.h [new file with mode: 0644]
drivers/gpu/arm/utgard/timestamp-default/mali_timestamp.c [new file with mode: 0644]
drivers/gpu/arm/utgard/timestamp-default/mali_timestamp.h [new file with mode: 0644]