add gpu for xxm
authoryxj <yxj@rock-chips.com>
Thu, 20 Mar 2014 18:40:59 +0000 (02:40 +0800)
committeryxj <yxj@rock-chips.com>
Thu, 20 Mar 2014 18:40:59 +0000 (02:40 +0800)
commit9f9fa1a8c9541e9bf684eb1ed6f24c76260a58dd
tree912a8221373e06691d28639a7d275d560558b7bd
parent6f1de048680cadfa3ea4507aa4758bca1f2dfac8
add gpu for xxm
143 files changed:
arch/arm/configs/rockchip_defconfig
drivers/gpu/Makefile
drivers/gpu/arm/Kbuild [new file with mode: 0644]
drivers/gpu/arm/Kconfig [new file with mode: 0644]
drivers/gpu/arm/sconscript [new file with mode: 0644]
drivers/gpu/arm/t6xx/Kbuild [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/Kbuild [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/Kconfig [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/Makefile [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/docs/Doxyfile [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/docs/policy_operation_diagram.dot [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/docs/policy_overview.dot [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/mali_base_hwconfig.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/mali_base_kernel.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/mali_base_kernel_sync.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/mali_kbase_config.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/mali_kbase_debug.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/mali_uk.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/malisw/arm_cstd/arm_cstd.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/malisw/arm_cstd/arm_cstd_compilers.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/malisw/arm_cstd/arm_cstd_pack_pop.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/malisw/arm_cstd/arm_cstd_pack_push.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/malisw/arm_cstd/arm_cstd_types.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/malisw/arm_cstd/arm_cstd_types_gcc.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/malisw/arm_cstd/arm_cstd_types_rvct.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/malisw/mali_malisw.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/malisw/mali_stdtypes.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/platform_dummy/mali_ukk_os.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/sconscript [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/Kbuild [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/Makefile [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/Makefile.kbase [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_10969_workaround.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_10969_workaround.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_cache_policy.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_cache_policy.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_config.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_context.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_cpuprops.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_cpuprops.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_debug.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_defs.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_device.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_event.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_gator.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_gpuprops.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_gpuprops.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_gpuprops_types.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_hw.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_hw.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_instr.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_jd.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_jm.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_jm.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_js.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_js.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_js_affinity.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_js_affinity.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_js_ctx_attr.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_js_ctx_attr.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_js_defs.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_js_policy.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_js_policy_cfs.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_js_policy_cfs.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_mem.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_mem.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_mem_alloc.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_mem_alloc.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_mem_lowlevel.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_mem_lowlevel.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_mmu.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm_always_on.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm_always_on.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm_ca.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm_ca.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm_ca_fixed.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm_ca_fixed.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm_coarse_demand.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm_coarse_demand.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm_demand.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm_demand.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm_driver.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm_metrics.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm_metrics_dummy.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm_policy.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_pm_policy.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_security.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_security.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_softjobs.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_trace_defs.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_trace_timeline.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_trace_timeline.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_trace_timeline_defs.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_uku.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_utility.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_utility.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_midg_regmap.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/common/mali_timeline.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/integration_kit/MaliDefines-t760.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/integration_kit/MaliFns-generic.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/integration_kit/MaliFns-t760.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/integration_kit/MaliFns-t760perf.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/integration_kit/MaliFns.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/integration_kit/sim1_t760_run.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/integration_kit/sim2_t760_run.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/integration_kit/sim3_t760_check_0_a.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/integration_kit/sim3_t760_check_0_a.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/integration_kit/sim3_t760_mem_0.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/integration_kit/sim3_t760_mem_0.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/integration_kit/sim3_t760_run.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/integration_kit/sim4_t760_run.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/linux/mali_kbase_core_linux.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/linux/mali_kbase_gpu_memory_debugfs.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/linux/mali_kbase_gpu_memory_debugfs.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/linux/mali_kbase_linux.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/linux/mali_kbase_mem_linux.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/linux/mali_kbase_mem_linux.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/linux/mali_kbase_platform_fake.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/linux/mali_kbase_sync.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/linux/mali_kbase_sync.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/linux/mali_kbase_sync_user.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/linux/mali_linux_trace.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/mali_base_mem_priv.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/mali_base_vendor_specific_func.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/mali_kbase_profiling_gator_api.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/platform/Kbuild [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/platform/Kconfig [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/platform/mali_kbase_platform_common.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/platform/rk/Kbuild [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/platform/rk/mali_kbase_config_rk.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/platform/rk/mali_kbase_dvfs.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/platform/rk/mali_kbase_dvfs.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/platform/rk/mali_kbase_platform.c [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/platform/rk/mali_kbase_platform.h [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/src/sconscript [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/tests/customer/sconscript [new file with mode: 0644]
drivers/gpu/arm/t6xx/kbase/tests/sconscript [new file with mode: 0644]
drivers/gpu/arm/t6xx/license.txt [new file with mode: 0644]
drivers/gpu/arm/t6xx/sconscript [new file with mode: 0644]
drivers/video/Kconfig