MALI: utgard: RK: remove core_scaling in "platform specific code"
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / arm / mali400 / mali / Kbuild
1 #
2 # Copyright (C) 2010-2011 ARM Limited. All rights reserved.
3
4 # This program is free software and is provided to you under the terms of the GNU General Public License version 2
5 # as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
6
7 # A copy of the licence is included with the program, and can also be obtained from Free Software
8 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
9 #
10
11 # This file is called by the Linux build system.
12
13 # set up defaults if not defined by the user
14 TIMESTAMP ?= default
15 OS_MEMORY_KERNEL_BUFFER_SIZE_IN_MB ?= 16
16 USING_GPU_UTILIZATION ?= 1
17 PROFILING_SKIP_PP_JOBS ?= 0
18 PROFILING_SKIP_PP_AND_GP_JOBS ?= 0
19 MALI_PP_SCHEDULER_FORCE_NO_JOB_OVERLAP ?= 0
20 MALI_PP_SCHEDULER_KEEP_SUB_JOB_STARTS_ALIGNED ?= 0
21 MALI_PP_SCHEDULER_FORCE_NO_JOB_OVERLAP_BETWEEN_APPS ?= 0
22 MALI_UPPER_HALF_SCHEDULING ?= 1
23 MALI_ENABLE_CPU_CYCLES ?= 0
24 MALI_PLATFORM ?= rk30
25
26 # For customer releases the Linux Device Drivers will be provided as ARM proprietary and GPL releases:
27 # The ARM proprietary product will only include the license/proprietary directory
28 # The GPL product will only include the license/gpl directory
29 ccflags-y += -I$(src)/linux/license/gpl
30
31
32 ifeq ($(USING_GPU_UTILIZATION), 1)
33     ifeq ($(USING_DVFS), 1)
34         $(error USING_GPU_UTILIZATION conflict with USING_DVFS you can read the Integration Guide to choose which one do you need)
35     endif
36 endif
37
38 ifneq ($(MALI_PLATFORM),)
39         EXTRA_DEFINES += -DMALI_FAKE_PLATFORM_DEVICE=1
40         #MALI_PLATFORM_FILES = $(wildcard platform/$(MALI_PLATFORM)/*.c)
41         mali-y += \
42                 platform/$(MALI_PLATFORM)/mali_platform.o \
43                 platform/$(MALI_PLATFORM)/rk3066.o \
44                 platform/$(MALI_PLATFORM)/mali_dvfs.o
45 endif
46
47 mali-y += \
48         linux/mali_osk_atomics.o \
49         linux/mali_osk_irq.o \
50         linux/mali_osk_wq.o \
51         linux/mali_osk_locks.o \
52         linux/mali_osk_wait_queue.o \
53         linux/mali_osk_low_level_mem.o \
54         linux/mali_osk_math.o \
55         linux/mali_osk_memory.o \
56         linux/mali_osk_misc.o \
57         linux/mali_osk_mali.o \
58         linux/mali_osk_notification.o \
59         linux/mali_osk_time.o \
60         linux/mali_osk_timers.o \
61         linux/mali_osk_bitmap.o
62
63 mali-y += linux/mali_memory.o linux/mali_memory_os_alloc.o
64 mali-y += linux/mali_memory_external.o
65 mali-y += linux/mali_memory_block_alloc.o
66 mali-y += linux/mali_memory_swap_alloc.o
67
68 mali-y += \
69         linux/mali_memory_manager.o \
70         linux/mali_memory_virtual.o \
71         linux/mali_memory_util.o \
72         linux/mali_memory_cow.o \
73         linux/mali_memory_defer_bind.o
74
75 mali-y += \
76         linux/mali_ukk_mem.o \
77         linux/mali_ukk_gp.o \
78         linux/mali_ukk_pp.o \
79         linux/mali_ukk_core.o \
80         linux/mali_ukk_soft_job.o \
81         linux/mali_ukk_timeline.o
82
83 # Source files which always are included in a build
84 mali-y += \
85         common/mali_kernel_core.o \
86         linux/mali_kernel_linux.o \
87         common/mali_session.o \
88         linux/mali_device_pause_resume.o \
89         common/mali_kernel_vsync.o \
90         linux/mali_ukk_vsync.o \
91         linux/mali_kernel_sysfs.o \
92         common/mali_mmu.o \
93         common/mali_mmu_page_directory.o \
94         common/mali_mem_validation.o \
95         common/mali_hw_core.o \
96         common/mali_gp.o \
97         common/mali_pp.o \
98         common/mali_pp_job.o \
99         common/mali_gp_job.o \
100         common/mali_soft_job.o \
101         common/mali_scheduler.o \
102         common/mali_executor.o \
103         common/mali_group.o \
104         common/mali_dlbu.o \
105         common/mali_broadcast.o \
106         common/mali_pm.o \
107         common/mali_pmu.o \
108         common/mali_user_settings_db.o \
109         common/mali_kernel_utilization.o \
110         common/mali_control_timer.o \
111         common/mali_l2_cache.o \
112         common/mali_timeline.o \
113         common/mali_timeline_fence_wait.o \
114         common/mali_timeline_sync_fence.o \
115         common/mali_spinlock_reentrant.o \
116         common/mali_pm_domain.o \
117         linux/mali_osk_pm.o \
118         linux/mali_pmu_power_up_down.o \
119         __malidrv_build_info.o
120
121 ifneq ($(MALI_PLATFORM_FILES),)
122         mali-y += $(MALI_PLATFORM_FILES:.c=.o)
123 endif
124
125 mali-$(CONFIG_MALI400_PROFILING) += linux/mali_ukk_profiling.o
126 mali-$(CONFIG_MALI400_PROFILING) += linux/mali_osk_profiling.o
127
128 mali-$(CONFIG_MALI400_INTERNAL_PROFILING) += linux/mali_profiling_internal.o timestamp-$(TIMESTAMP)/mali_timestamp.o
129 ccflags-$(CONFIG_MALI400_INTERNAL_PROFILING) += -I$(src)/timestamp-$(TIMESTAMP)
130
131 mali-$(CONFIG_DMA_SHARED_BUFFER) += linux/mali_memory_dma_buf.o
132 mali-$(CONFIG_SYNC) += linux/mali_sync.o
133 ccflags-$(CONFIG_SYNC) += -Idrivers/staging/android
134
135 mali-$(CONFIG_MALI400_UMP) += linux/mali_memory_ump.o
136
137 mali-$(CONFIG_MALI_DVFS) += common/mali_dvfs_policy.o
138
139 # Tell the Linux build system from which .o file to create the kernel module
140 obj-$(CONFIG_MALI400) := mali.o
141
142 ccflags-y += $(EXTRA_DEFINES)
143
144 # Set up our defines, which will be passed to gcc
145 ccflags-y += -DMALI_PP_SCHEDULER_FORCE_NO_JOB_OVERLAP=$(MALI_PP_SCHEDULER_FORCE_NO_JOB_OVERLAP)
146 ccflags-y += -DMALI_PP_SCHEDULER_KEEP_SUB_JOB_STARTS_ALIGNED=$(MALI_PP_SCHEDULER_KEEP_SUB_JOB_STARTS_ALIGNED)
147 ccflags-y += -DMALI_PP_SCHEDULER_FORCE_NO_JOB_OVERLAP_BETWEEN_APPS=$(MALI_PP_SCHEDULER_FORCE_NO_JOB_OVERLAP_BETWEEN_APPS)
148 ccflags-y += -DMALI_STATE_TRACKING=1
149 ccflags-y += -DMALI_OS_MEMORY_KERNEL_BUFFER_SIZE_IN_MB=$(OS_MEMORY_KERNEL_BUFFER_SIZE_IN_MB)
150 ccflags-y += -DUSING_GPU_UTILIZATION=$(USING_GPU_UTILIZATION)
151 ccflags-y += -DMALI_ENABLE_CPU_CYCLES=$(MALI_ENABLE_CPU_CYCLES)
152
153 ifeq ($(MALI_UPPER_HALF_SCHEDULING),1)
154         ccflags-y += -DMALI_UPPER_HALF_SCHEDULING
155 endif
156
157 ccflags-$(CONFIG_MALI400_UMP) += -I$(src)/../../ump/include/ump
158 ccflags-$(CONFIG_MALI400_DEBUG) += -DDEBUG
159
160 # Use our defines when compiling
161 ccflags-y += -I$(src) -I$(src)/include -I$(src)/common -I$(src)/linux -I$(src)/platform -Wno-date-time
162
163 # Get subversion revision number, fall back to only ${MALI_RELEASE_NAME} if no svn info is available
164 MALI_RELEASE_NAME=$(shell cat $(src)/.version 2> /dev/null)
165
166 SVN_INFO = (cd $(src); svn info 2>/dev/null)
167
168 ifneq ($(shell $(SVN_INFO) 2>/dev/null),)
169 # SVN detected
170 SVN_REV := $(shell $(SVN_INFO) | grep '^Revision: '| sed -e 's/^Revision: //' 2>/dev/null)
171 DRIVER_REV := $(MALI_RELEASE_NAME)-r$(SVN_REV)
172 CHANGE_DATE := $(shell $(SVN_INFO) | grep '^Last Changed Date: ' | cut -d: -f2- | cut -b2-)
173 CHANGED_REVISION := $(shell $(SVN_INFO) | grep '^Last Changed Rev: ' | cut -d: -f2- | cut -b2-)
174 REPO_URL := $(shell $(SVN_INFO) | grep '^URL: ' | cut -d: -f2- | cut -b2-)
175
176 else # SVN
177 GIT_REV := $(shell cd $(src); git describe --always 2>/dev/null)
178 ifneq ($(GIT_REV),)
179 # Git detected
180 DRIVER_REV := $(MALI_RELEASE_NAME)-$(GIT_REV)
181 CHANGE_DATE := $(shell cd $(src); git log -1 --format="%ci")
182 CHANGED_REVISION := $(GIT_REV)
183 REPO_URL := $(shell cd $(src); git describe --all --always 2>/dev/null)
184
185 else # Git
186 # No Git or SVN detected
187 DRIVER_REV := $(MALI_RELEASE_NAME)
188 CHANGE_DATE := $(MALI_RELEASE_NAME)
189 CHANGED_REVISION := $(MALI_RELEASE_NAME)
190 endif
191 endif
192
193 ccflags-y += -DSVN_REV_STRING=\"$(DRIVER_REV)\"
194
195 VERSION_STRINGS :=
196 VERSION_STRINGS += API_VERSION=$(shell cd $(src); grep "\#define _MALI_API_VERSION" $(FILES_PREFIX)include/linux/mali/mali_utgard_uk_types.h | cut -d' ' -f 3 )
197 VERSION_STRINGS += REPO_URL=$(REPO_URL)
198 VERSION_STRINGS += REVISION=$(DRIVER_REV)
199 VERSION_STRINGS += CHANGED_REVISION=$(CHANGED_REVISION)
200 VERSION_STRINGS += CHANGE_DATE=$(CHANGE_DATE)
201 VERSION_STRINGS += BUILD_DATE=$(shell date)
202 ifdef CONFIG_MALI400_DEBUG
203 VERSION_STRINGS += BUILD=debug
204 else
205 VERSION_STRINGS += BUILD=release
206 endif
207 VERSION_STRINGS += TARGET_PLATFORM=$(TARGET_PLATFORM)
208 VERSION_STRINGS += MALI_PLATFORM=$(MALI_PLATFORM)
209 VERSION_STRINGS += KDIR=$(KDIR)
210 VERSION_STRINGS += OS_MEMORY_KERNEL_BUFFER_SIZE_IN_MB=$(OS_MEMORY_KERNEL_BUFFER_SIZE_IN_MB)
211 VERSION_STRINGS += USING_UMP=$(CONFIG_MALI400_UMP)
212 VERSION_STRINGS += USING_PROFILING=$(CONFIG_MALI400_PROFILING)
213 VERSION_STRINGS += USING_INTERNAL_PROFILING=$(CONFIG_MALI400_INTERNAL_PROFILING)
214 VERSION_STRINGS += USING_GPU_UTILIZATION=$(USING_GPU_UTILIZATION)
215 VERSION_STRINGS += USING_DVFS=$(CONFIG_MALI_DVFS)
216 VERSION_STRINGS += MALI_UPPER_HALF_SCHEDULING=$(MALI_UPPER_HALF_SCHEDULING)
217
218 # Create file with Mali driver configuration
219 $(src)/__malidrv_build_info.c:
220         @echo 'const char *__malidrv_build_info(void) { return "malidrv: $(VERSION_STRINGS)";}' > $(src)/__malidrv_build_info.c