blob: f35f64507a9af8aebfa4702ee67bf2fdc9cba43b [file] [log] [blame]
Shrenuj Bansala419c792016-10-20 14:05:11 -07001/* Copyright (c) 2008-2017, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 */
13#ifndef __ADRENO_H
14#define __ADRENO_H
15
16#include "kgsl_device.h"
17#include "kgsl_sharedmem.h"
18#include "adreno_drawctxt.h"
19#include "adreno_ringbuffer.h"
20#include "adreno_profile.h"
21#include "adreno_dispatch.h"
22#include "kgsl_iommu.h"
23#include "adreno_perfcounter.h"
24#include <linux/stat.h>
25#include <linux/delay.h>
Carter Cooper05f2a6b2017-03-20 11:43:11 -060026#include "kgsl_gmu.h"
Shrenuj Bansala419c792016-10-20 14:05:11 -070027
28#include "a4xx_reg.h"
29
30#ifdef CONFIG_QCOM_OCMEM
31#include <soc/qcom/ocmem.h>
32#endif
33
34#define DEVICE_3D_NAME "kgsl-3d"
35#define DEVICE_3D0_NAME "kgsl-3d0"
36
37/* ADRENO_DEVICE - Given a kgsl_device return the adreno device struct */
38#define ADRENO_DEVICE(device) \
39 container_of(device, struct adreno_device, dev)
40
41/* KGSL_DEVICE - given an adreno_device, return the KGSL device struct */
42#define KGSL_DEVICE(_dev) (&((_dev)->dev))
43
44/* ADRENO_CONTEXT - Given a context return the adreno context struct */
45#define ADRENO_CONTEXT(context) \
46 container_of(context, struct adreno_context, base)
47
48/* ADRENO_GPU_DEVICE - Given an adreno device return the GPU specific struct */
49#define ADRENO_GPU_DEVICE(_a) ((_a)->gpucore->gpudev)
50
51#define ADRENO_CHIPID_CORE(_id) (((_id) >> 24) & 0xFF)
52#define ADRENO_CHIPID_MAJOR(_id) (((_id) >> 16) & 0xFF)
53#define ADRENO_CHIPID_MINOR(_id) (((_id) >> 8) & 0xFF)
54#define ADRENO_CHIPID_PATCH(_id) ((_id) & 0xFF)
55
56/* ADRENO_GPUREV - Return the GPU ID for the given adreno_device */
57#define ADRENO_GPUREV(_a) ((_a)->gpucore->gpurev)
58
59/*
60 * ADRENO_FEATURE - return true if the specified feature is supported by the GPU
61 * core
62 */
63#define ADRENO_FEATURE(_dev, _bit) \
64 ((_dev)->gpucore->features & (_bit))
65
66/**
67 * ADRENO_QUIRK - return true if the specified quirk is required by the GPU
68 */
69#define ADRENO_QUIRK(_dev, _bit) \
70 ((_dev)->quirks & (_bit))
71
72/*
73 * ADRENO_PREEMPT_STYLE - return preemption style
74 */
75#define ADRENO_PREEMPT_STYLE(flags) \
76 ((flags & KGSL_CONTEXT_PREEMPT_STYLE_MASK) >> \
77 KGSL_CONTEXT_PREEMPT_STYLE_SHIFT)
78
79/*
80 * return the dispatcher drawqueue in which the given drawobj should
81 * be submitted
82 */
83#define ADRENO_DRAWOBJ_DISPATCH_DRAWQUEUE(c) \
84 (&((ADRENO_CONTEXT(c->context))->rb->dispatch_q))
85
86#define ADRENO_DRAWOBJ_RB(c) \
87 ((ADRENO_CONTEXT(c->context))->rb)
88
Shrenuj Bansalacf1ef42016-06-01 11:11:27 -070089#define ADRENO_FW(a, f) (&(a->fw[f]))
90
Shrenuj Bansala419c792016-10-20 14:05:11 -070091/* Adreno core features */
92/* The core uses OCMEM for GMEM/binning memory */
93#define ADRENO_USES_OCMEM BIT(0)
94/* The core supports an accelerated warm start */
95#define ADRENO_WARM_START BIT(1)
96/* The core supports the microcode bootstrap functionality */
97#define ADRENO_USE_BOOTSTRAP BIT(2)
98/* The core supports SP/TP hw controlled power collapse */
99#define ADRENO_SPTP_PC BIT(3)
100/* The core supports Peak Power Detection(PPD)*/
101#define ADRENO_PPD BIT(4)
102/* The GPU supports content protection */
103#define ADRENO_CONTENT_PROTECTION BIT(5)
104/* The GPU supports preemption */
105#define ADRENO_PREEMPTION BIT(6)
106/* The core uses GPMU for power and limit management */
107#define ADRENO_GPMU BIT(7)
108/* The GPMU supports Limits Management */
109#define ADRENO_LM BIT(8)
110/* The core uses 64 bit GPU addresses */
111#define ADRENO_64BIT BIT(9)
112/* The GPU supports retention for cpz registers */
113#define ADRENO_CPZ_RETENTION BIT(10)
Shrenuj Bansalae672812016-02-24 14:17:30 -0800114/* The core has soft fault detection available */
115#define ADRENO_SOFT_FAULT_DETECT BIT(11)
Kyle Pieferb1027b02017-02-10 13:58:58 -0800116/* The GMU supports RPMh for power management*/
117#define ADRENO_RPMH BIT(12)
118/* The GMU supports IFPC power management*/
119#define ADRENO_IFPC BIT(13)
120/* The GMU supports HW based NAP */
121#define ADRENO_HW_NAP BIT(14)
122/* The GMU supports min voltage*/
123#define ADRENO_MIN_VOLT BIT(15)
Shrenuj Bansala419c792016-10-20 14:05:11 -0700124
125/*
126 * Adreno GPU quirks - control bits for various workarounds
127 */
128
Lynus Vaz85c8cee2017-03-07 11:31:02 +0530129/* Set TWOPASSUSEWFI in PC_DBG_ECO_CNTL (5XX/6XX) */
Shrenuj Bansala419c792016-10-20 14:05:11 -0700130#define ADRENO_QUIRK_TWO_PASS_USE_WFI BIT(0)
131/* Lock/unlock mutex to sync with the IOMMU */
132#define ADRENO_QUIRK_IOMMU_SYNC BIT(1)
133/* Submit critical packets at GPU wake up */
134#define ADRENO_QUIRK_CRITICAL_PACKETS BIT(2)
135/* Mask out RB1-3 activity signals from HW hang detection logic */
136#define ADRENO_QUIRK_FAULT_DETECT_MASK BIT(3)
137/* Disable RB sampler datapath clock gating optimization */
138#define ADRENO_QUIRK_DISABLE_RB_DP2CLOCKGATING BIT(4)
139/* Disable local memory(LM) feature to avoid corner case error */
140#define ADRENO_QUIRK_DISABLE_LMLOADKILL BIT(5)
Kyle Pieferb1027b02017-02-10 13:58:58 -0800141/* Allow HFI to use registers to send message to GMU */
142#define ADRENO_QUIRK_HFI_USE_REG BIT(6)
Shrenuj Bansala419c792016-10-20 14:05:11 -0700143
144/* Flags to control command packet settings */
145#define KGSL_CMD_FLAGS_NONE 0
146#define KGSL_CMD_FLAGS_PMODE BIT(0)
147#define KGSL_CMD_FLAGS_INTERNAL_ISSUE BIT(1)
148#define KGSL_CMD_FLAGS_WFI BIT(2)
149#define KGSL_CMD_FLAGS_PROFILE BIT(3)
150#define KGSL_CMD_FLAGS_PWRON_FIXUP BIT(4)
151
152/* Command identifiers */
153#define KGSL_CONTEXT_TO_MEM_IDENTIFIER 0x2EADBEEF
154#define KGSL_CMD_IDENTIFIER 0x2EEDFACE
155#define KGSL_CMD_INTERNAL_IDENTIFIER 0x2EEDD00D
156#define KGSL_START_OF_IB_IDENTIFIER 0x2EADEABE
157#define KGSL_END_OF_IB_IDENTIFIER 0x2ABEDEAD
158#define KGSL_START_OF_PROFILE_IDENTIFIER 0x2DEFADE1
159#define KGSL_END_OF_PROFILE_IDENTIFIER 0x2DEFADE2
160#define KGSL_PWRON_FIXUP_IDENTIFIER 0x2AFAFAFA
161
162/* One cannot wait forever for the core to idle, so set an upper limit to the
163 * amount of time to wait for the core to go idle
164 */
165
166#define ADRENO_IDLE_TIMEOUT (20 * 1000)
167
168#define ADRENO_UCHE_GMEM_BASE 0x100000
169
Shrenuj Bansalacf1ef42016-06-01 11:11:27 -0700170#define ADRENO_FW_PFP 0
171#define ADRENO_FW_SQE 0
172#define ADRENO_FW_PM4 1
173
Shrenuj Bansala419c792016-10-20 14:05:11 -0700174enum adreno_gpurev {
175 ADRENO_REV_UNKNOWN = 0,
176 ADRENO_REV_A304 = 304,
177 ADRENO_REV_A305 = 305,
178 ADRENO_REV_A305C = 306,
179 ADRENO_REV_A306 = 307,
180 ADRENO_REV_A306A = 308,
181 ADRENO_REV_A310 = 310,
182 ADRENO_REV_A320 = 320,
183 ADRENO_REV_A330 = 330,
184 ADRENO_REV_A305B = 335,
185 ADRENO_REV_A405 = 405,
186 ADRENO_REV_A418 = 418,
187 ADRENO_REV_A420 = 420,
188 ADRENO_REV_A430 = 430,
189 ADRENO_REV_A505 = 505,
190 ADRENO_REV_A506 = 506,
Rajesh Kemisettiaed6ec72017-02-06 09:37:00 +0530191 ADRENO_REV_A508 = 508,
Shrenuj Bansala419c792016-10-20 14:05:11 -0700192 ADRENO_REV_A510 = 510,
193 ADRENO_REV_A512 = 512,
194 ADRENO_REV_A530 = 530,
195 ADRENO_REV_A540 = 540,
Shrenuj Bansalacf1ef42016-06-01 11:11:27 -0700196 ADRENO_REV_A630 = 630,
Shrenuj Bansala419c792016-10-20 14:05:11 -0700197};
198
199#define ADRENO_START_WARM 0
200#define ADRENO_START_COLD 1
201
202#define ADRENO_SOFT_FAULT BIT(0)
203#define ADRENO_HARD_FAULT BIT(1)
204#define ADRENO_TIMEOUT_FAULT BIT(2)
205#define ADRENO_IOMMU_PAGE_FAULT BIT(3)
206#define ADRENO_PREEMPT_FAULT BIT(4)
207
208#define ADRENO_SPTP_PC_CTRL 0
209#define ADRENO_PPD_CTRL 1
210#define ADRENO_LM_CTRL 2
211#define ADRENO_HWCG_CTRL 3
212#define ADRENO_THROTTLING_CTRL 4
213
214
215/* number of throttle counters for DCVS adjustment */
216#define ADRENO_GPMU_THROTTLE_COUNTERS 4
217/* base for throttle counters */
218#define ADRENO_GPMU_THROTTLE_COUNTERS_BASE_REG 43
219
220struct adreno_gpudev;
221
222/* Time to allow preemption to complete (in ms) */
223#define ADRENO_PREEMPT_TIMEOUT 10000
224
225#define ADRENO_INT_BIT(a, _bit) (((a)->gpucore->gpudev->int_bits) ? \
226 (adreno_get_int(a, _bit) < 0 ? 0 : \
227 BIT(adreno_get_int(a, _bit))) : 0)
228
229/**
230 * enum adreno_preempt_states
231 * ADRENO_PREEMPT_NONE: No preemption is scheduled
232 * ADRENO_PREEMPT_START: The S/W has started
233 * ADRENO_PREEMPT_TRIGGERED: A preeempt has been triggered in the HW
234 * ADRENO_PREEMPT_FAULTED: The preempt timer has fired
235 * ADRENO_PREEMPT_PENDING: The H/W has signaled preemption complete
236 * ADRENO_PREEMPT_COMPLETE: Preemption could not be finished in the IRQ handler,
237 * worker has been scheduled
238 */
239enum adreno_preempt_states {
240 ADRENO_PREEMPT_NONE = 0,
241 ADRENO_PREEMPT_START,
242 ADRENO_PREEMPT_TRIGGERED,
243 ADRENO_PREEMPT_FAULTED,
244 ADRENO_PREEMPT_PENDING,
245 ADRENO_PREEMPT_COMPLETE,
246};
247
248/**
249 * struct adreno_preemption
250 * @state: The current state of preemption
251 * @counters: Memory descriptor for the memory where the GPU writes the
252 * preemption counters on switch
253 * @timer: A timer to make sure preemption doesn't stall
254 * @work: A work struct for the preemption worker (for 5XX)
255 * @token_submit: Indicates if a preempt token has been submitted in
256 * current ringbuffer (for 4XX)
257 */
258struct adreno_preemption {
259 atomic_t state;
260 struct kgsl_memdesc counters;
261 struct timer_list timer;
262 struct work_struct work;
263 bool token_submit;
264};
265
266
267struct adreno_busy_data {
268 unsigned int gpu_busy;
269 unsigned int vbif_ram_cycles;
270 unsigned int vbif_starved_ram;
271 unsigned int throttle_cycles[ADRENO_GPMU_THROTTLE_COUNTERS];
272};
273
274/**
Shrenuj Bansalacf1ef42016-06-01 11:11:27 -0700275 * struct adreno_firmware - Struct holding fw details
276 * @fwvirt: Buffer which holds the ucode
277 * @size: Size of ucode buffer
278 * @version: Version of ucode
279 * @memdesc: Memory descriptor which holds ucode buffer info
280 */
281struct adreno_firmware {
282 unsigned int *fwvirt;
283 size_t size;
284 unsigned int version;
285 struct kgsl_memdesc memdesc;
286};
287
288/**
Shrenuj Bansala419c792016-10-20 14:05:11 -0700289 * struct adreno_gpu_core - A specific GPU core definition
290 * @gpurev: Unique GPU revision identifier
291 * @core: Match for the core version of the GPU
292 * @major: Match for the major version of the GPU
293 * @minor: Match for the minor version of the GPU
294 * @patchid: Match for the patch revision of the GPU
295 * @features: Common adreno features supported by this core
296 * @pm4fw_name: Filename for th PM4 firmware
297 * @pfpfw_name: Filename for the PFP firmware
298 * @zap_name: Filename for the Zap Shader ucode
299 * @gpudev: Pointer to the GPU family specific functions for this core
300 * @gmem_size: Amount of binning memory (GMEM/OCMEM) to reserve for the core
301 * @pm4_jt_idx: Index of the jump table in the PM4 microcode
302 * @pm4_jt_addr: Address offset to load the jump table for the PM4 microcode
303 * @pfp_jt_idx: Index of the jump table in the PFP microcode
304 * @pfp_jt_addr: Address offset to load the jump table for the PFP microcode
305 * @pm4_bstrp_size: Size of the bootstrap loader for PM4 microcode
306 * @pfp_bstrp_size: Size of the bootstrap loader for PFP microcde
307 * @pfp_bstrp_ver: Version of the PFP microcode that supports bootstraping
308 * @shader_offset: Offset of shader from gpu reg base
309 * @shader_size: Shader size
310 * @num_protected_regs: number of protected registers
311 * @gpmufw_name: Filename for the GPMU firmware
312 * @gpmu_major: Match for the GPMU & firmware, major revision
313 * @gpmu_minor: Match for the GPMU & firmware, minor revision
314 * @gpmu_features: Supported features for any given GPMU version
315 * @busy_mask: mask to check if GPU is busy in RBBM_STATUS
316 * @lm_major: Limits Management register sequence, major revision
317 * @lm_minor: LM register sequence, minor revision
318 * @regfw_name: Filename for the register sequence firmware
319 * @gpmu_tsens: ID for the temporature sensor used by the GPMU
320 * @max_power: Max possible power draw of a core, units elephant tail hairs
321 */
322struct adreno_gpu_core {
323 enum adreno_gpurev gpurev;
324 unsigned int core, major, minor, patchid;
325 unsigned long features;
326 const char *pm4fw_name;
327 const char *pfpfw_name;
Shrenuj Bansalacf1ef42016-06-01 11:11:27 -0700328 const char *sqefw_name;
Shrenuj Bansala419c792016-10-20 14:05:11 -0700329 const char *zap_name;
330 struct adreno_gpudev *gpudev;
331 size_t gmem_size;
332 unsigned int pm4_jt_idx;
333 unsigned int pm4_jt_addr;
334 unsigned int pfp_jt_idx;
335 unsigned int pfp_jt_addr;
336 unsigned int pm4_bstrp_size;
337 unsigned int pfp_bstrp_size;
338 unsigned int pfp_bstrp_ver;
339 unsigned long shader_offset;
340 unsigned int shader_size;
341 unsigned int num_protected_regs;
342 const char *gpmufw_name;
343 unsigned int gpmu_major;
344 unsigned int gpmu_minor;
345 unsigned int gpmu_features;
346 unsigned int busy_mask;
347 unsigned int lm_major, lm_minor;
348 const char *regfw_name;
349 unsigned int gpmu_tsens;
350 unsigned int max_power;
351};
352
353/**
354 * struct adreno_device - The mothership structure for all adreno related info
355 * @dev: Reference to struct kgsl_device
356 * @priv: Holds the private flags specific to the adreno_device
357 * @chipid: Chip ID specific to the GPU
358 * @gmem_base: Base physical address of GMEM
359 * @gmem_size: GMEM size
360 * @gpucore: Pointer to the adreno_gpu_core structure
361 * @pfp_fw: Buffer which holds the pfp ucode
362 * @pfp_fw_size: Size of pfp ucode buffer
363 * @pfp_fw_version: Version of pfp ucode
364 * @pfp: Memory descriptor which holds pfp ucode buffer info
365 * @pm4_fw: Buffer which holds the pm4 ucode
366 * @pm4_fw_size: Size of pm4 ucode buffer
367 * @pm4_fw_version: Version of pm4 ucode
368 * @pm4: Memory descriptor which holds pm4 ucode buffer info
369 * @gpmu_cmds_size: Length of gpmu cmd stream
370 * @gpmu_cmds: gpmu cmd stream
371 * @ringbuffers: Array of pointers to adreno_ringbuffers
372 * @num_ringbuffers: Number of ringbuffers for the GPU
373 * @cur_rb: Pointer to the current ringbuffer
374 * @next_rb: Ringbuffer we are switching to during preemption
375 * @prev_rb: Ringbuffer we are switching from during preemption
376 * @fast_hang_detect: Software fault detection availability
377 * @ft_policy: Defines the fault tolerance policy
378 * @long_ib_detect: Long IB detection availability
379 * @ft_pf_policy: Defines the fault policy for page faults
380 * @ocmem_hdl: Handle to the ocmem allocated buffer
381 * @profile: Container for adreno profiler information
382 * @dispatcher: Container for adreno GPU dispatcher
383 * @pwron_fixup: Command buffer to run a post-power collapse shader workaround
384 * @pwron_fixup_dwords: Number of dwords in the command buffer
385 * @input_work: Work struct for turning on the GPU after a touch event
386 * @busy_data: Struct holding GPU VBIF busy stats
387 * @ram_cycles_lo: Number of DDR clock cycles for the monitor session
388 * @perfctr_pwr_lo: Number of cycles VBIF is stalled by DDR
389 * @halt: Atomic variable to check whether the GPU is currently halted
Deepak Kumar273c5712017-01-03 21:49:03 +0530390 * @pending_irq_refcnt: Atomic variable to keep track of running IRQ handlers
Shrenuj Bansala419c792016-10-20 14:05:11 -0700391 * @ctx_d_debugfs: Context debugfs node
392 * @pwrctrl_flag: Flag to hold adreno specific power attributes
393 * @profile_buffer: Memdesc holding the drawobj profiling buffer
394 * @profile_index: Index to store the start/stop ticks in the profiling
395 * buffer
396 * @sp_local_gpuaddr: Base GPU virtual address for SP local memory
397 * @sp_pvt_gpuaddr: Base GPU virtual address for SP private memory
398 * @lm_fw: The LM firmware handle
399 * @lm_sequence: Pointer to the start of the register write sequence for LM
400 * @lm_size: The dword size of the LM sequence
401 * @lm_limit: limiting value for LM
402 * @lm_threshold_count: register value for counter for lm threshold breakin
403 * @lm_threshold_cross: number of current peaks exceeding threshold
404 * @speed_bin: Indicate which power level set to use
405 * @csdev: Pointer to a coresight device (if applicable)
406 * @gpmu_throttle_counters - counteers for number of throttled clocks
407 * @irq_storm_work: Worker to handle possible interrupt storms
408 * @active_list: List to track active contexts
409 * @active_list_lock: Lock to protect active_list
Sushmita Susheelendra7f66cf72016-09-12 11:04:43 -0600410 * @gpu_llc_slice: GPU system cache slice descriptor
Sushmita Susheelendrab1976682016-11-07 14:21:11 -0700411 * @gpu_llc_slice_enable: To enable the GPU system cache slice or not
Sushmita Susheelendra906564d2017-01-10 15:53:55 -0700412 * @gpuhtw_llc_slice: GPU pagetables system cache slice descriptor
Sushmita Susheelendrad3756c02017-01-11 15:05:40 -0700413 * @gpuhtw_llc_slice_enable: To enable the GPUHTW system cache slice or not
Harshdeep Dhatta9e0d762017-05-10 14:16:42 -0600414 * @zap_loaded: Used to track if zap was successfully loaded or not
Shrenuj Bansala419c792016-10-20 14:05:11 -0700415 */
416struct adreno_device {
417 struct kgsl_device dev; /* Must be first field in this struct */
418 unsigned long priv;
419 unsigned int chipid;
420 unsigned long gmem_base;
421 unsigned long gmem_size;
422 const struct adreno_gpu_core *gpucore;
Shrenuj Bansalacf1ef42016-06-01 11:11:27 -0700423 struct adreno_firmware fw[2];
Shrenuj Bansala419c792016-10-20 14:05:11 -0700424 size_t gpmu_cmds_size;
425 unsigned int *gpmu_cmds;
426 struct adreno_ringbuffer ringbuffers[KGSL_PRIORITY_MAX_RB_LEVELS];
427 int num_ringbuffers;
428 struct adreno_ringbuffer *cur_rb;
429 struct adreno_ringbuffer *next_rb;
430 struct adreno_ringbuffer *prev_rb;
431 unsigned int fast_hang_detect;
432 unsigned long ft_policy;
433 unsigned int long_ib_detect;
434 unsigned long ft_pf_policy;
435 struct ocmem_buf *ocmem_hdl;
436 struct adreno_profile profile;
437 struct adreno_dispatcher dispatcher;
438 struct kgsl_memdesc pwron_fixup;
439 unsigned int pwron_fixup_dwords;
440 struct work_struct input_work;
441 struct adreno_busy_data busy_data;
442 unsigned int ram_cycles_lo;
443 unsigned int starved_ram_lo;
444 unsigned int perfctr_pwr_lo;
445 atomic_t halt;
Deepak Kumar273c5712017-01-03 21:49:03 +0530446 atomic_t pending_irq_refcnt;
Shrenuj Bansala419c792016-10-20 14:05:11 -0700447 struct dentry *ctx_d_debugfs;
448 unsigned long pwrctrl_flag;
449
450 struct kgsl_memdesc profile_buffer;
451 unsigned int profile_index;
452 uint64_t sp_local_gpuaddr;
453 uint64_t sp_pvt_gpuaddr;
454 const struct firmware *lm_fw;
455 uint32_t *lm_sequence;
456 uint32_t lm_size;
457 struct adreno_preemption preempt;
458 struct work_struct gpmu_work;
459 uint32_t lm_leakage;
460 uint32_t lm_limit;
461 uint32_t lm_threshold_count;
462 uint32_t lm_threshold_cross;
463
464 unsigned int speed_bin;
465 unsigned int quirks;
466
467 struct coresight_device *csdev;
468 uint32_t gpmu_throttle_counters[ADRENO_GPMU_THROTTLE_COUNTERS];
469 struct work_struct irq_storm_work;
470
471 struct list_head active_list;
472 spinlock_t active_list_lock;
Sushmita Susheelendra7f66cf72016-09-12 11:04:43 -0600473
474 void *gpu_llc_slice;
Sushmita Susheelendrab1976682016-11-07 14:21:11 -0700475 bool gpu_llc_slice_enable;
Sushmita Susheelendra906564d2017-01-10 15:53:55 -0700476 void *gpuhtw_llc_slice;
Sushmita Susheelendrad3756c02017-01-11 15:05:40 -0700477 bool gpuhtw_llc_slice_enable;
Harshdeep Dhatta9e0d762017-05-10 14:16:42 -0600478 unsigned int zap_loaded;
Shrenuj Bansala419c792016-10-20 14:05:11 -0700479};
480
481/**
482 * enum adreno_device_flags - Private flags for the adreno_device
483 * @ADRENO_DEVICE_PWRON - Set during init after a power collapse
484 * @ADRENO_DEVICE_PWRON_FIXUP - Set if the target requires the shader fixup
485 * after power collapse
486 * @ADRENO_DEVICE_CORESIGHT - Set if the coresight (trace bus) registers should
487 * be restored after power collapse
488 * @ADRENO_DEVICE_HANG_INTR - Set if the hang interrupt should be enabled for
489 * this target
490 * @ADRENO_DEVICE_STARTED - Set if the device start sequence is in progress
491 * @ADRENO_DEVICE_FAULT - Set if the device is currently in fault (and shouldn't
492 * send any more commands to the ringbuffer)
493 * @ADRENO_DEVICE_DRAWOBJ_PROFILE - Set if the device supports drawobj
494 * profiling via the ALWAYSON counter
495 * @ADRENO_DEVICE_PREEMPTION - Turn on/off preemption
496 * @ADRENO_DEVICE_SOFT_FAULT_DETECT - Set if soft fault detect is enabled
497 * @ADRENO_DEVICE_GPMU_INITIALIZED - Set if GPMU firmware initialization succeed
498 * @ADRENO_DEVICE_ISDB_ENABLED - Set if the Integrated Shader DeBugger is
499 * attached and enabled
500 * @ADRENO_DEVICE_CACHE_FLUSH_TS_SUSPENDED - Set if a CACHE_FLUSH_TS irq storm
501 * is in progress
Kyle Piefere923b7a2017-03-28 17:31:48 -0700502 * @ADRENO_DEVICE_HARD_RESET - Set if soft reset fails and hard reset is needed
Shrenuj Bansala419c792016-10-20 14:05:11 -0700503 */
504enum adreno_device_flags {
505 ADRENO_DEVICE_PWRON = 0,
506 ADRENO_DEVICE_PWRON_FIXUP = 1,
507 ADRENO_DEVICE_INITIALIZED = 2,
508 ADRENO_DEVICE_CORESIGHT = 3,
509 ADRENO_DEVICE_HANG_INTR = 4,
510 ADRENO_DEVICE_STARTED = 5,
511 ADRENO_DEVICE_FAULT = 6,
512 ADRENO_DEVICE_DRAWOBJ_PROFILE = 7,
513 ADRENO_DEVICE_GPU_REGULATOR_ENABLED = 8,
514 ADRENO_DEVICE_PREEMPTION = 9,
515 ADRENO_DEVICE_SOFT_FAULT_DETECT = 10,
516 ADRENO_DEVICE_GPMU_INITIALIZED = 11,
517 ADRENO_DEVICE_ISDB_ENABLED = 12,
518 ADRENO_DEVICE_CACHE_FLUSH_TS_SUSPENDED = 13,
Kyle Piefere923b7a2017-03-28 17:31:48 -0700519 ADRENO_DEVICE_HARD_RESET = 14,
Shrenuj Bansala419c792016-10-20 14:05:11 -0700520};
521
522/**
523 * struct adreno_drawobj_profile_entry - a single drawobj entry in the
524 * kernel profiling buffer
525 * @started: Number of GPU ticks at start of the drawobj
526 * @retired: Number of GPU ticks at the end of the drawobj
527 */
528struct adreno_drawobj_profile_entry {
529 uint64_t started;
530 uint64_t retired;
531};
532
533#define ADRENO_DRAWOBJ_PROFILE_COUNT \
534 (PAGE_SIZE / sizeof(struct adreno_drawobj_profile_entry))
535
536#define ADRENO_DRAWOBJ_PROFILE_OFFSET(_index, _member) \
537 ((_index) * sizeof(struct adreno_drawobj_profile_entry) \
538 + offsetof(struct adreno_drawobj_profile_entry, _member))
539
540
541/**
542 * adreno_regs: List of registers that are used in kgsl driver for all
543 * 3D devices. Each device type has different offset value for the same
544 * register, so an array of register offsets are declared for every device
545 * and are indexed by the enumeration values defined in this enum
546 */
547enum adreno_regs {
548 ADRENO_REG_CP_ME_RAM_WADDR,
549 ADRENO_REG_CP_ME_RAM_DATA,
550 ADRENO_REG_CP_PFP_UCODE_DATA,
551 ADRENO_REG_CP_PFP_UCODE_ADDR,
552 ADRENO_REG_CP_WFI_PEND_CTR,
553 ADRENO_REG_CP_RB_BASE,
554 ADRENO_REG_CP_RB_BASE_HI,
555 ADRENO_REG_CP_RB_RPTR_ADDR_LO,
556 ADRENO_REG_CP_RB_RPTR_ADDR_HI,
557 ADRENO_REG_CP_RB_RPTR,
558 ADRENO_REG_CP_RB_WPTR,
559 ADRENO_REG_CP_CNTL,
560 ADRENO_REG_CP_ME_CNTL,
561 ADRENO_REG_CP_RB_CNTL,
562 ADRENO_REG_CP_IB1_BASE,
563 ADRENO_REG_CP_IB1_BASE_HI,
564 ADRENO_REG_CP_IB1_BUFSZ,
565 ADRENO_REG_CP_IB2_BASE,
566 ADRENO_REG_CP_IB2_BASE_HI,
567 ADRENO_REG_CP_IB2_BUFSZ,
568 ADRENO_REG_CP_TIMESTAMP,
569 ADRENO_REG_CP_SCRATCH_REG6,
570 ADRENO_REG_CP_SCRATCH_REG7,
571 ADRENO_REG_CP_ME_RAM_RADDR,
572 ADRENO_REG_CP_ROQ_ADDR,
573 ADRENO_REG_CP_ROQ_DATA,
574 ADRENO_REG_CP_MERCIU_ADDR,
575 ADRENO_REG_CP_MERCIU_DATA,
576 ADRENO_REG_CP_MERCIU_DATA2,
577 ADRENO_REG_CP_MEQ_ADDR,
578 ADRENO_REG_CP_MEQ_DATA,
579 ADRENO_REG_CP_HW_FAULT,
580 ADRENO_REG_CP_PROTECT_STATUS,
581 ADRENO_REG_CP_PREEMPT,
582 ADRENO_REG_CP_PREEMPT_DEBUG,
583 ADRENO_REG_CP_PREEMPT_DISABLE,
584 ADRENO_REG_CP_PROTECT_REG_0,
585 ADRENO_REG_CP_CONTEXT_SWITCH_SMMU_INFO_LO,
586 ADRENO_REG_CP_CONTEXT_SWITCH_SMMU_INFO_HI,
587 ADRENO_REG_RBBM_STATUS,
588 ADRENO_REG_RBBM_STATUS3,
589 ADRENO_REG_RBBM_PERFCTR_CTL,
590 ADRENO_REG_RBBM_PERFCTR_LOAD_CMD0,
591 ADRENO_REG_RBBM_PERFCTR_LOAD_CMD1,
592 ADRENO_REG_RBBM_PERFCTR_LOAD_CMD2,
593 ADRENO_REG_RBBM_PERFCTR_LOAD_CMD3,
594 ADRENO_REG_RBBM_PERFCTR_PWR_1_LO,
595 ADRENO_REG_RBBM_INT_0_MASK,
596 ADRENO_REG_RBBM_INT_0_STATUS,
597 ADRENO_REG_RBBM_PM_OVERRIDE2,
598 ADRENO_REG_RBBM_INT_CLEAR_CMD,
599 ADRENO_REG_RBBM_SW_RESET_CMD,
600 ADRENO_REG_RBBM_BLOCK_SW_RESET_CMD,
601 ADRENO_REG_RBBM_BLOCK_SW_RESET_CMD2,
602 ADRENO_REG_RBBM_CLOCK_CTL,
603 ADRENO_REG_VPC_DEBUG_RAM_SEL,
604 ADRENO_REG_VPC_DEBUG_RAM_READ,
605 ADRENO_REG_PA_SC_AA_CONFIG,
606 ADRENO_REG_SQ_GPR_MANAGEMENT,
607 ADRENO_REG_SQ_INST_STORE_MANAGEMENT,
608 ADRENO_REG_TP0_CHICKEN,
609 ADRENO_REG_RBBM_RBBM_CTL,
610 ADRENO_REG_UCHE_INVALIDATE0,
611 ADRENO_REG_UCHE_INVALIDATE1,
612 ADRENO_REG_RBBM_PERFCTR_LOAD_VALUE_LO,
613 ADRENO_REG_RBBM_PERFCTR_LOAD_VALUE_HI,
614 ADRENO_REG_RBBM_SECVID_TRUST_CONTROL,
615 ADRENO_REG_RBBM_ALWAYSON_COUNTER_LO,
616 ADRENO_REG_RBBM_ALWAYSON_COUNTER_HI,
617 ADRENO_REG_RBBM_SECVID_TRUST_CONFIG,
618 ADRENO_REG_RBBM_SECVID_TSB_CONTROL,
619 ADRENO_REG_RBBM_SECVID_TSB_TRUSTED_BASE,
620 ADRENO_REG_RBBM_SECVID_TSB_TRUSTED_BASE_HI,
621 ADRENO_REG_RBBM_SECVID_TSB_TRUSTED_SIZE,
622 ADRENO_REG_VBIF_XIN_HALT_CTRL0,
623 ADRENO_REG_VBIF_XIN_HALT_CTRL1,
624 ADRENO_REG_VBIF_VERSION,
Kyle Pieferb1027b02017-02-10 13:58:58 -0800625 ADRENO_REG_GMU_AO_INTERRUPT_EN,
Kyle Piefere7b06b42017-04-06 13:53:01 -0700626 ADRENO_REG_GMU_AO_HOST_INTERRUPT_CLR,
627 ADRENO_REG_GMU_AO_HOST_INTERRUPT_STATUS,
628 ADRENO_REG_GMU_AO_HOST_INTERRUPT_MASK,
Kyle Pieferb1027b02017-02-10 13:58:58 -0800629 ADRENO_REG_GMU_PWR_COL_KEEPALIVE,
630 ADRENO_REG_GMU_AHB_FENCE_STATUS,
631 ADRENO_REG_GMU_RPMH_POWER_STATE,
632 ADRENO_REG_GMU_HFI_CTRL_STATUS,
633 ADRENO_REG_GMU_HFI_VERSION_INFO,
634 ADRENO_REG_GMU_HFI_SFR_ADDR,
635 ADRENO_REG_GMU_GMU2HOST_INTR_CLR,
636 ADRENO_REG_GMU_GMU2HOST_INTR_INFO,
Kyle Piefere7b06b42017-04-06 13:53:01 -0700637 ADRENO_REG_GMU_GMU2HOST_INTR_MASK,
Kyle Pieferb1027b02017-02-10 13:58:58 -0800638 ADRENO_REG_GMU_HOST2GMU_INTR_SET,
639 ADRENO_REG_GMU_HOST2GMU_INTR_CLR,
640 ADRENO_REG_GMU_HOST2GMU_INTR_RAW_INFO,
Shrenuj Bansala419c792016-10-20 14:05:11 -0700641 ADRENO_REG_REGISTER_MAX,
642};
643
644enum adreno_int_bits {
645 ADRENO_INT_RBBM_AHB_ERROR,
646 ADRENO_INT_BITS_MAX,
647};
648
649/**
650 * adreno_reg_offsets: Holds array of register offsets
651 * @offsets: Offset array of size defined by enum adreno_regs
652 * @offset_0: This is the index of the register in offset array whose value
653 * is 0. 0 is a valid register offset and during initialization of the
654 * offset array we need to know if an offset value is correctly defined to 0
655 */
656struct adreno_reg_offsets {
657 unsigned int *const offsets;
658 enum adreno_regs offset_0;
659};
660
661#define ADRENO_REG_UNUSED 0xFFFFFFFF
662#define ADRENO_REG_SKIP 0xFFFFFFFE
663#define ADRENO_REG_DEFINE(_offset, _reg) [_offset] = _reg
664#define ADRENO_INT_DEFINE(_offset, _val) ADRENO_REG_DEFINE(_offset, _val)
665
666/*
667 * struct adreno_vbif_data - Describes vbif register value pair
668 * @reg: Offset to vbif register
669 * @val: The value that should be programmed in the register at reg
670 */
671struct adreno_vbif_data {
672 unsigned int reg;
673 unsigned int val;
674};
675
676/*
677 * struct adreno_vbif_platform - Holds an array of vbif reg value pairs
678 * for a particular core
679 * @devfunc: Pointer to platform/core identification function
680 * @vbif: Array of reg value pairs for vbif registers
681 */
682struct adreno_vbif_platform {
683 int (*devfunc)(struct adreno_device *);
684 const struct adreno_vbif_data *vbif;
685};
686
687/*
688 * struct adreno_vbif_snapshot_registers - Holds an array of vbif registers
689 * listed for snapshot dump for a particular core
690 * @version: vbif version
691 * @mask: vbif revision mask
692 * @registers: vbif registers listed for snapshot dump
693 * @count: count of vbif registers listed for snapshot
694 */
695struct adreno_vbif_snapshot_registers {
696 const unsigned int version;
697 const unsigned int mask;
698 const unsigned int *registers;
699 const int count;
700};
701
702/**
703 * struct adreno_coresight_register - Definition for a coresight (tracebus)
704 * debug register
705 * @offset: Offset of the debug register in the KGSL mmio region
706 * @initial: Default value to write when coresight is enabled
707 * @value: Current shadow value of the register (to be reprogrammed after power
708 * collapse)
709 */
710struct adreno_coresight_register {
711 unsigned int offset;
712 unsigned int initial;
713 unsigned int value;
714};
715
716struct adreno_coresight_attr {
717 struct device_attribute attr;
718 struct adreno_coresight_register *reg;
719};
720
721ssize_t adreno_coresight_show_register(struct device *device,
722 struct device_attribute *attr, char *buf);
723
724ssize_t adreno_coresight_store_register(struct device *dev,
725 struct device_attribute *attr, const char *buf, size_t size);
726
727#define ADRENO_CORESIGHT_ATTR(_attrname, _reg) \
728 struct adreno_coresight_attr coresight_attr_##_attrname = { \
729 __ATTR(_attrname, 0644, \
730 adreno_coresight_show_register, \
731 adreno_coresight_store_register), \
732 (_reg), }
733
734/**
735 * struct adreno_coresight - GPU specific coresight definition
736 * @registers - Array of GPU specific registers to configure trace bus output
737 * @count - Number of registers in the array
738 * @groups - Pointer to an attribute list of control files
739 * @atid - The unique ATID value of the coresight device
740 */
741struct adreno_coresight {
742 struct adreno_coresight_register *registers;
743 unsigned int count;
744 const struct attribute_group **groups;
745 unsigned int atid;
746};
747
748
749struct adreno_irq_funcs {
750 void (*func)(struct adreno_device *, int);
751};
752#define ADRENO_IRQ_CALLBACK(_c) { .func = _c }
753
754struct adreno_irq {
755 unsigned int mask;
756 struct adreno_irq_funcs *funcs;
757};
758
759/*
760 * struct adreno_debugbus_block - Holds info about debug buses of a chip
761 * @block_id: Bus identifier
762 * @dwords: Number of dwords of data that this block holds
763 */
764struct adreno_debugbus_block {
765 unsigned int block_id;
766 unsigned int dwords;
767};
768
769/*
770 * struct adreno_snapshot_section_sizes - Structure holding the size of
771 * different sections dumped during device snapshot
772 * @cp_pfp: CP PFP data section size
773 * @cp_me: CP ME data section size
774 * @vpc_mem: VPC memory section size
775 * @cp_meq: CP MEQ size
776 * @shader_mem: Size of shader memory of 1 shader section
777 * @cp_merciu: CP MERCIU size
778 * @roq: ROQ size
779 */
780struct adreno_snapshot_sizes {
781 int cp_pfp;
782 int cp_me;
783 int vpc_mem;
784 int cp_meq;
785 int shader_mem;
786 int cp_merciu;
787 int roq;
788};
789
790/*
791 * struct adreno_snapshot_data - Holds data used in snapshot
792 * @sect_sizes: Has sections sizes
793 */
794struct adreno_snapshot_data {
795 struct adreno_snapshot_sizes *sect_sizes;
796};
797
798struct adreno_gpudev {
799 /*
800 * These registers are in a different location on different devices,
801 * so define them in the structure and use them as variables.
802 */
803 const struct adreno_reg_offsets *reg_offsets;
804 unsigned int *const int_bits;
805 const struct adreno_ft_perf_counters *ft_perf_counters;
806 unsigned int ft_perf_counters_count;
807
808 struct adreno_perfcounters *perfcounters;
809 const struct adreno_invalid_countables *invalid_countables;
810 struct adreno_snapshot_data *snapshot_data;
811
812 struct adreno_coresight *coresight;
813
814 struct adreno_irq *irq;
815 int num_prio_levels;
816 unsigned int vbif_xin_halt_ctrl0_mask;
817 /* GPU specific function hooks */
818 void (*irq_trace)(struct adreno_device *, unsigned int status);
819 void (*snapshot)(struct adreno_device *, struct kgsl_snapshot *);
820 void (*platform_setup)(struct adreno_device *);
821 void (*init)(struct adreno_device *);
822 void (*remove)(struct adreno_device *);
823 int (*rb_start)(struct adreno_device *, unsigned int start_type);
824 int (*microcode_read)(struct adreno_device *);
825 void (*perfcounter_init)(struct adreno_device *);
826 void (*perfcounter_close)(struct adreno_device *);
827 void (*start)(struct adreno_device *);
828 bool (*is_sptp_idle)(struct adreno_device *);
829 int (*regulator_enable)(struct adreno_device *);
830 void (*regulator_disable)(struct adreno_device *);
831 void (*pwrlevel_change_settings)(struct adreno_device *,
832 unsigned int prelevel, unsigned int postlevel,
833 bool post);
834 uint64_t (*read_throttling_counters)(struct adreno_device *);
835 void (*count_throttles)(struct adreno_device *, uint64_t adj);
836 int (*enable_pwr_counters)(struct adreno_device *,
837 unsigned int counter);
838 unsigned int (*preemption_pre_ibsubmit)(
839 struct adreno_device *adreno_dev,
840 struct adreno_ringbuffer *rb,
841 unsigned int *cmds,
842 struct kgsl_context *context);
843 int (*preemption_yield_enable)(unsigned int *);
844 unsigned int (*preemption_post_ibsubmit)(
845 struct adreno_device *adreno_dev,
846 unsigned int *cmds);
847 int (*preemption_init)(struct adreno_device *);
848 void (*preemption_schedule)(struct adreno_device *);
849 void (*enable_64bit)(struct adreno_device *);
850 void (*clk_set_options)(struct adreno_device *,
851 const char *, struct clk *);
Sushmita Susheelendra7f66cf72016-09-12 11:04:43 -0600852 void (*llc_configure_gpu_scid)(struct adreno_device *adreno_dev);
Sushmita Susheelendra906564d2017-01-10 15:53:55 -0700853 void (*llc_configure_gpuhtw_scid)(struct adreno_device *adreno_dev);
Sushmita Susheelendra7f66cf72016-09-12 11:04:43 -0600854 void (*llc_enable_overrides)(struct adreno_device *adreno_dev);
Kyle Pieferb1027b02017-02-10 13:58:58 -0800855 void (*pre_reset)(struct adreno_device *);
856 int (*oob_set)(struct adreno_device *adreno_dev, unsigned int set_mask,
857 unsigned int check_mask,
858 unsigned int clear_mask);
859 void (*oob_clear)(struct adreno_device *adreno_dev,
860 unsigned int clear_mask);
Carter Cooperdf7ba702017-03-20 11:28:04 -0600861 void (*gpu_keepalive)(struct adreno_device *adreno_dev,
862 bool state);
Kyle Pieferb1027b02017-02-10 13:58:58 -0800863 int (*rpmh_gpu_pwrctrl)(struct adreno_device *, unsigned int ops,
864 unsigned int arg1, unsigned int arg2);
Oleg Perelet62d5cec2017-03-27 16:14:52 -0700865 bool (*hw_isidle)(struct adreno_device *);
866 int (*wait_for_gmu_idle)(struct adreno_device *);
Lynus Vaz1fde74d2017-03-20 18:02:47 +0530867 const char *(*iommu_fault_block)(struct adreno_device *adreno_dev,
868 unsigned int fsynr1);
Shrenuj Bansal49d0e9f2017-05-08 16:10:24 -0700869 int (*soft_reset)(struct adreno_device *);
Shrenuj Bansala419c792016-10-20 14:05:11 -0700870};
871
872/**
873 * enum kgsl_ft_policy_bits - KGSL fault tolerance policy bits
874 * @KGSL_FT_OFF: Disable fault detection (not used)
875 * @KGSL_FT_REPLAY: Replay the faulting command
876 * @KGSL_FT_SKIPIB: Skip the faulting indirect buffer
877 * @KGSL_FT_SKIPFRAME: Skip the frame containing the faulting IB
878 * @KGSL_FT_DISABLE: Tells the dispatcher to disable FT for the command obj
879 * @KGSL_FT_TEMP_DISABLE: Disables FT for all commands
880 * @KGSL_FT_THROTTLE: Disable the context if it faults too often
881 * @KGSL_FT_SKIPCMD: Skip the command containing the faulting IB
882 */
883enum kgsl_ft_policy_bits {
884 KGSL_FT_OFF = 0,
885 KGSL_FT_REPLAY = 1,
886 KGSL_FT_SKIPIB = 2,
887 KGSL_FT_SKIPFRAME = 3,
888 KGSL_FT_DISABLE = 4,
889 KGSL_FT_TEMP_DISABLE = 5,
890 KGSL_FT_THROTTLE = 6,
891 KGSL_FT_SKIPCMD = 7,
892 /* KGSL_FT_MAX_BITS is used to calculate the mask */
893 KGSL_FT_MAX_BITS,
894 /* Internal bits - set during GFT */
895 /* Skip the PM dump on replayed command obj's */
896 KGSL_FT_SKIP_PMDUMP = 31,
897};
898
899#define KGSL_FT_POLICY_MASK GENMASK(KGSL_FT_MAX_BITS - 1, 0)
900
901#define KGSL_FT_DEFAULT_POLICY \
902 (BIT(KGSL_FT_REPLAY) | \
903 BIT(KGSL_FT_SKIPCMD) | \
904 BIT(KGSL_FT_THROTTLE))
905
906#define ADRENO_FT_TYPES \
907 { BIT(KGSL_FT_OFF), "off" }, \
908 { BIT(KGSL_FT_REPLAY), "replay" }, \
909 { BIT(KGSL_FT_SKIPIB), "skipib" }, \
910 { BIT(KGSL_FT_SKIPFRAME), "skipframe" }, \
911 { BIT(KGSL_FT_DISABLE), "disable" }, \
912 { BIT(KGSL_FT_TEMP_DISABLE), "temp" }, \
913 { BIT(KGSL_FT_THROTTLE), "throttle"}, \
914 { BIT(KGSL_FT_SKIPCMD), "skipcmd" }
915
916/**
917 * enum kgsl_ft_pagefault_policy_bits - KGSL pagefault policy bits
918 * @KGSL_FT_PAGEFAULT_INT_ENABLE: No longer used, but retained for compatibility
919 * @KGSL_FT_PAGEFAULT_GPUHALT_ENABLE: enable GPU halt on pagefaults
920 * @KGSL_FT_PAGEFAULT_LOG_ONE_PER_PAGE: log one pagefault per page
921 * @KGSL_FT_PAGEFAULT_LOG_ONE_PER_INT: log one pagefault per interrupt
922 */
923enum {
924 KGSL_FT_PAGEFAULT_INT_ENABLE = 0,
925 KGSL_FT_PAGEFAULT_GPUHALT_ENABLE = 1,
926 KGSL_FT_PAGEFAULT_LOG_ONE_PER_PAGE = 2,
927 KGSL_FT_PAGEFAULT_LOG_ONE_PER_INT = 3,
928 /* KGSL_FT_PAGEFAULT_MAX_BITS is used to calculate the mask */
929 KGSL_FT_PAGEFAULT_MAX_BITS,
930};
931
932#define KGSL_FT_PAGEFAULT_MASK GENMASK(KGSL_FT_PAGEFAULT_MAX_BITS - 1, 0)
933
934#define KGSL_FT_PAGEFAULT_DEFAULT_POLICY 0
935
936#define FOR_EACH_RINGBUFFER(_dev, _rb, _i) \
937 for ((_i) = 0, (_rb) = &((_dev)->ringbuffers[0]); \
938 (_i) < (_dev)->num_ringbuffers; \
939 (_i)++, (_rb)++)
940
941struct adreno_ft_perf_counters {
942 unsigned int counter;
943 unsigned int countable;
944};
945
946extern unsigned int *adreno_ft_regs;
947extern unsigned int adreno_ft_regs_num;
948extern unsigned int *adreno_ft_regs_val;
949
950extern struct adreno_gpudev adreno_a3xx_gpudev;
951extern struct adreno_gpudev adreno_a4xx_gpudev;
952extern struct adreno_gpudev adreno_a5xx_gpudev;
Shrenuj Bansalacf1ef42016-06-01 11:11:27 -0700953extern struct adreno_gpudev adreno_a6xx_gpudev;
Shrenuj Bansala419c792016-10-20 14:05:11 -0700954
955extern int adreno_wake_nice;
956extern unsigned int adreno_wake_timeout;
957
958long adreno_ioctl(struct kgsl_device_private *dev_priv,
959 unsigned int cmd, unsigned long arg);
960
961long adreno_ioctl_helper(struct kgsl_device_private *dev_priv,
962 unsigned int cmd, unsigned long arg,
963 const struct kgsl_ioctl *cmds, int len);
964
Carter Cooper1d8f5472017-03-15 15:01:09 -0600965int a5xx_critical_packet_submit(struct adreno_device *adreno_dev,
966 struct adreno_ringbuffer *rb);
967int adreno_set_unsecured_mode(struct adreno_device *adreno_dev,
968 struct adreno_ringbuffer *rb);
Carter Cooper8567af02017-03-15 14:22:03 -0600969void adreno_spin_idle_debug(struct adreno_device *adreno_dev, const char *str);
Shrenuj Bansala419c792016-10-20 14:05:11 -0700970int adreno_spin_idle(struct adreno_device *device, unsigned int timeout);
971int adreno_idle(struct kgsl_device *device);
972bool adreno_isidle(struct kgsl_device *device);
973
974int adreno_set_constraint(struct kgsl_device *device,
975 struct kgsl_context *context,
976 struct kgsl_device_constraint *constraint);
977
978void adreno_shadermem_regread(struct kgsl_device *device,
979 unsigned int offsetwords,
980 unsigned int *value);
981
982void adreno_snapshot(struct kgsl_device *device,
983 struct kgsl_snapshot *snapshot,
984 struct kgsl_context *context);
985
986int adreno_reset(struct kgsl_device *device, int fault);
987
988void adreno_fault_skipcmd_detached(struct adreno_device *adreno_dev,
989 struct adreno_context *drawctxt,
990 struct kgsl_drawobj *drawobj);
991
992int adreno_coresight_init(struct adreno_device *adreno_dev);
993
994void adreno_coresight_start(struct adreno_device *adreno_dev);
995void adreno_coresight_stop(struct adreno_device *adreno_dev);
996
997void adreno_coresight_remove(struct adreno_device *adreno_dev);
998
999bool adreno_hw_isidle(struct adreno_device *adreno_dev);
1000
1001void adreno_fault_detect_start(struct adreno_device *adreno_dev);
1002void adreno_fault_detect_stop(struct adreno_device *adreno_dev);
1003
1004void adreno_hang_int_callback(struct adreno_device *adreno_dev, int bit);
1005void adreno_cp_callback(struct adreno_device *adreno_dev, int bit);
1006
1007int adreno_sysfs_init(struct adreno_device *adreno_dev);
1008void adreno_sysfs_close(struct adreno_device *adreno_dev);
1009
1010void adreno_irqctrl(struct adreno_device *adreno_dev, int state);
1011
1012long adreno_ioctl_perfcounter_get(struct kgsl_device_private *dev_priv,
1013 unsigned int cmd, void *data);
1014
1015long adreno_ioctl_perfcounter_put(struct kgsl_device_private *dev_priv,
1016 unsigned int cmd, void *data);
1017
1018int adreno_efuse_map(struct adreno_device *adreno_dev);
1019int adreno_efuse_read_u32(struct adreno_device *adreno_dev, unsigned int offset,
1020 unsigned int *val);
1021void adreno_efuse_unmap(struct adreno_device *adreno_dev);
1022
1023#define ADRENO_TARGET(_name, _id) \
1024static inline int adreno_is_##_name(struct adreno_device *adreno_dev) \
1025{ \
1026 return (ADRENO_GPUREV(adreno_dev) == (_id)); \
1027}
1028
1029static inline int adreno_is_a3xx(struct adreno_device *adreno_dev)
1030{
1031 return ((ADRENO_GPUREV(adreno_dev) >= 300) &&
1032 (ADRENO_GPUREV(adreno_dev) < 400));
1033}
1034
1035ADRENO_TARGET(a304, ADRENO_REV_A304)
1036ADRENO_TARGET(a305, ADRENO_REV_A305)
1037ADRENO_TARGET(a305b, ADRENO_REV_A305B)
1038ADRENO_TARGET(a305c, ADRENO_REV_A305C)
1039ADRENO_TARGET(a306, ADRENO_REV_A306)
1040ADRENO_TARGET(a306a, ADRENO_REV_A306A)
1041ADRENO_TARGET(a310, ADRENO_REV_A310)
1042ADRENO_TARGET(a320, ADRENO_REV_A320)
1043ADRENO_TARGET(a330, ADRENO_REV_A330)
1044
1045static inline int adreno_is_a330v2(struct adreno_device *adreno_dev)
1046{
1047 return ((ADRENO_GPUREV(adreno_dev) == ADRENO_REV_A330) &&
1048 (ADRENO_CHIPID_PATCH(adreno_dev->chipid) > 0));
1049}
1050
1051static inline int adreno_is_a330v21(struct adreno_device *adreno_dev)
1052{
1053 return ((ADRENO_GPUREV(adreno_dev) == ADRENO_REV_A330) &&
1054 (ADRENO_CHIPID_PATCH(adreno_dev->chipid) > 0xF));
1055}
1056
1057static inline int adreno_is_a4xx(struct adreno_device *adreno_dev)
1058{
1059 return ADRENO_GPUREV(adreno_dev) >= 400 &&
1060 ADRENO_GPUREV(adreno_dev) < 500;
1061}
1062
1063ADRENO_TARGET(a405, ADRENO_REV_A405);
1064
1065static inline int adreno_is_a405v2(struct adreno_device *adreno_dev)
1066{
1067 return (ADRENO_GPUREV(adreno_dev) == ADRENO_REV_A405) &&
1068 (ADRENO_CHIPID_PATCH(adreno_dev->chipid) == 0x10);
1069}
1070
1071ADRENO_TARGET(a418, ADRENO_REV_A418)
1072ADRENO_TARGET(a420, ADRENO_REV_A420)
1073ADRENO_TARGET(a430, ADRENO_REV_A430)
1074
1075static inline int adreno_is_a430v2(struct adreno_device *adreno_dev)
1076{
1077 return ((ADRENO_GPUREV(adreno_dev) == ADRENO_REV_A430) &&
1078 (ADRENO_CHIPID_PATCH(adreno_dev->chipid) == 1));
1079}
1080
1081static inline int adreno_is_a5xx(struct adreno_device *adreno_dev)
1082{
1083 return ADRENO_GPUREV(adreno_dev) >= 500 &&
1084 ADRENO_GPUREV(adreno_dev) < 600;
1085}
1086
1087ADRENO_TARGET(a505, ADRENO_REV_A505)
1088ADRENO_TARGET(a506, ADRENO_REV_A506)
Rajesh Kemisettiaed6ec72017-02-06 09:37:00 +05301089ADRENO_TARGET(a508, ADRENO_REV_A508)
Shrenuj Bansala419c792016-10-20 14:05:11 -07001090ADRENO_TARGET(a510, ADRENO_REV_A510)
1091ADRENO_TARGET(a512, ADRENO_REV_A512)
1092ADRENO_TARGET(a530, ADRENO_REV_A530)
1093ADRENO_TARGET(a540, ADRENO_REV_A540)
1094
1095static inline int adreno_is_a530v1(struct adreno_device *adreno_dev)
1096{
1097 return (ADRENO_GPUREV(adreno_dev) == ADRENO_REV_A530) &&
1098 (ADRENO_CHIPID_PATCH(adreno_dev->chipid) == 0);
1099}
1100
1101static inline int adreno_is_a530v2(struct adreno_device *adreno_dev)
1102{
1103 return (ADRENO_GPUREV(adreno_dev) == ADRENO_REV_A530) &&
1104 (ADRENO_CHIPID_PATCH(adreno_dev->chipid) == 1);
1105}
1106
1107static inline int adreno_is_a530v3(struct adreno_device *adreno_dev)
1108{
1109 return (ADRENO_GPUREV(adreno_dev) == ADRENO_REV_A530) &&
1110 (ADRENO_CHIPID_PATCH(adreno_dev->chipid) == 2);
1111}
1112
1113static inline int adreno_is_a505_or_a506(struct adreno_device *adreno_dev)
1114{
1115 return ADRENO_GPUREV(adreno_dev) >= 505 &&
1116 ADRENO_GPUREV(adreno_dev) <= 506;
1117}
1118
1119static inline int adreno_is_a540v1(struct adreno_device *adreno_dev)
1120{
1121 return (ADRENO_GPUREV(adreno_dev) == ADRENO_REV_A540) &&
1122 (ADRENO_CHIPID_PATCH(adreno_dev->chipid) == 0);
1123}
1124
1125static inline int adreno_is_a540v2(struct adreno_device *adreno_dev)
1126{
1127 return (ADRENO_GPUREV(adreno_dev) == ADRENO_REV_A540) &&
1128 (ADRENO_CHIPID_PATCH(adreno_dev->chipid) == 1);
1129}
1130
Shrenuj Bansalacf1ef42016-06-01 11:11:27 -07001131static inline int adreno_is_a6xx(struct adreno_device *adreno_dev)
1132{
1133 return ADRENO_GPUREV(adreno_dev) >= 600 &&
1134 ADRENO_GPUREV(adreno_dev) < 700;
1135}
1136
1137ADRENO_TARGET(a630, ADRENO_REV_A630)
1138
Shrenuj Bansal397e5892017-03-13 13:38:47 -07001139static inline int adreno_is_a630v1(struct adreno_device *adreno_dev)
1140{
1141 return (ADRENO_GPUREV(adreno_dev) == ADRENO_REV_A630) &&
1142 (ADRENO_CHIPID_PATCH(adreno_dev->chipid) == 0);
1143}
1144
Shrenuj Bansala419c792016-10-20 14:05:11 -07001145/*
1146 * adreno_checkreg_off() - Checks the validity of a register enum
1147 * @adreno_dev: Pointer to adreno device
1148 * @offset_name: The register enum that is checked
1149 */
1150static inline bool adreno_checkreg_off(struct adreno_device *adreno_dev,
1151 enum adreno_regs offset_name)
1152{
1153 struct adreno_gpudev *gpudev = ADRENO_GPU_DEVICE(adreno_dev);
1154
1155 if (offset_name >= ADRENO_REG_REGISTER_MAX ||
1156 gpudev->reg_offsets->offsets[offset_name] == ADRENO_REG_UNUSED)
1157 return false;
1158
1159 /*
1160 * GPU register programming is kept common as much as possible
1161 * across the cores, Use ADRENO_REG_SKIP when certain register
1162 * programming needs to be skipped for certain GPU cores.
1163 * Example: Certain registers on a5xx like IB1_BASE are 64 bit.
1164 * Common programming programs 64bit register but upper 32 bits
1165 * are skipped in a4xx and a3xx using ADRENO_REG_SKIP.
1166 */
1167 if (gpudev->reg_offsets->offsets[offset_name] == ADRENO_REG_SKIP)
1168 return false;
1169
1170 return true;
1171}
1172
1173/*
1174 * adreno_readreg() - Read a register by getting its offset from the
1175 * offset array defined in gpudev node
1176 * @adreno_dev: Pointer to the the adreno device
1177 * @offset_name: The register enum that is to be read
1178 * @val: Register value read is placed here
1179 */
1180static inline void adreno_readreg(struct adreno_device *adreno_dev,
1181 enum adreno_regs offset_name, unsigned int *val)
1182{
1183 struct adreno_gpudev *gpudev = ADRENO_GPU_DEVICE(adreno_dev);
1184
1185 if (adreno_checkreg_off(adreno_dev, offset_name))
1186 kgsl_regread(KGSL_DEVICE(adreno_dev),
1187 gpudev->reg_offsets->offsets[offset_name], val);
1188 else
1189 *val = 0;
1190}
1191
1192/*
1193 * adreno_writereg() - Write a register by getting its offset from the
1194 * offset array defined in gpudev node
1195 * @adreno_dev: Pointer to the the adreno device
1196 * @offset_name: The register enum that is to be written
1197 * @val: Value to write
1198 */
1199static inline void adreno_writereg(struct adreno_device *adreno_dev,
1200 enum adreno_regs offset_name, unsigned int val)
1201{
1202 struct adreno_gpudev *gpudev = ADRENO_GPU_DEVICE(adreno_dev);
1203
1204 if (adreno_checkreg_off(adreno_dev, offset_name))
1205 kgsl_regwrite(KGSL_DEVICE(adreno_dev),
1206 gpudev->reg_offsets->offsets[offset_name], val);
1207}
1208
1209/*
1210 * adreno_getreg() - Returns the offset value of a register from the
1211 * register offset array in the gpudev node
1212 * @adreno_dev: Pointer to the the adreno device
1213 * @offset_name: The register enum whore offset is returned
1214 */
1215static inline unsigned int adreno_getreg(struct adreno_device *adreno_dev,
1216 enum adreno_regs offset_name)
1217{
1218 struct adreno_gpudev *gpudev = ADRENO_GPU_DEVICE(adreno_dev);
1219
1220 if (!adreno_checkreg_off(adreno_dev, offset_name))
1221 return ADRENO_REG_REGISTER_MAX;
1222 return gpudev->reg_offsets->offsets[offset_name];
1223}
1224
1225/*
Kyle Pieferb1027b02017-02-10 13:58:58 -08001226 * adreno_read_gmureg() - Read a GMU register by getting its offset from the
1227 * offset array defined in gpudev node
1228 * @adreno_dev: Pointer to the the adreno device
1229 * @offset_name: The register enum that is to be read
1230 * @val: Register value read is placed here
1231 */
1232static inline void adreno_read_gmureg(struct adreno_device *adreno_dev,
1233 enum adreno_regs offset_name, unsigned int *val)
1234{
1235 struct adreno_gpudev *gpudev = ADRENO_GPU_DEVICE(adreno_dev);
1236
1237 if (adreno_checkreg_off(adreno_dev, offset_name))
1238 kgsl_gmu_regread(KGSL_DEVICE(adreno_dev),
1239 gpudev->reg_offsets->offsets[offset_name], val);
1240 else
Carter Cooper83454bf2017-03-20 11:26:04 -06001241 *val = 0;
Kyle Pieferb1027b02017-02-10 13:58:58 -08001242}
1243
1244/*
1245 * adreno_write_gmureg() - Write a GMU register by getting its offset from the
1246 * offset array defined in gpudev node
1247 * @adreno_dev: Pointer to the the adreno device
1248 * @offset_name: The register enum that is to be written
1249 * @val: Value to write
1250 */
1251static inline void adreno_write_gmureg(struct adreno_device *adreno_dev,
1252 enum adreno_regs offset_name, unsigned int val)
1253{
1254 struct adreno_gpudev *gpudev = ADRENO_GPU_DEVICE(adreno_dev);
1255
1256 if (adreno_checkreg_off(adreno_dev, offset_name))
1257 kgsl_gmu_regwrite(KGSL_DEVICE(adreno_dev),
1258 gpudev->reg_offsets->offsets[offset_name], val);
1259}
1260
1261/*
Shrenuj Bansala419c792016-10-20 14:05:11 -07001262 * adreno_get_int() - Returns the offset value of an interrupt bit from
1263 * the interrupt bit array in the gpudev node
1264 * @adreno_dev: Pointer to the the adreno device
1265 * @bit_name: The interrupt bit enum whose bit is returned
1266 */
1267static inline unsigned int adreno_get_int(struct adreno_device *adreno_dev,
1268 enum adreno_int_bits bit_name)
1269{
1270 struct adreno_gpudev *gpudev = ADRENO_GPU_DEVICE(adreno_dev);
1271
1272 if (bit_name >= ADRENO_INT_BITS_MAX)
1273 return -ERANGE;
1274
1275 return gpudev->int_bits[bit_name];
1276}
1277
1278/**
1279 * adreno_gpu_fault() - Return the current state of the GPU
1280 * @adreno_dev: A pointer to the adreno_device to query
1281 *
1282 * Return 0 if there is no fault or positive with the last type of fault that
1283 * occurred
1284 */
1285static inline unsigned int adreno_gpu_fault(struct adreno_device *adreno_dev)
1286{
1287 /* make sure we're reading the latest value */
1288 smp_rmb();
1289 return atomic_read(&adreno_dev->dispatcher.fault);
1290}
1291
1292/**
1293 * adreno_set_gpu_fault() - Set the current fault status of the GPU
1294 * @adreno_dev: A pointer to the adreno_device to set
1295 * @state: fault state to set
1296 *
1297 */
1298static inline void adreno_set_gpu_fault(struct adreno_device *adreno_dev,
1299 int state)
1300{
1301 /* only set the fault bit w/o overwriting other bits */
1302 atomic_add(state, &adreno_dev->dispatcher.fault);
1303
1304 /* make sure other CPUs see the update */
1305 smp_wmb();
1306}
1307
1308
1309/**
1310 * adreno_clear_gpu_fault() - Clear the GPU fault register
1311 * @adreno_dev: A pointer to an adreno_device structure
1312 *
1313 * Clear the GPU fault status for the adreno device
1314 */
1315
1316static inline void adreno_clear_gpu_fault(struct adreno_device *adreno_dev)
1317{
1318 atomic_set(&adreno_dev->dispatcher.fault, 0);
1319
1320 /* make sure other CPUs see the update */
1321 smp_wmb();
1322}
1323
1324/**
1325 * adreno_gpu_halt() - Return the GPU halt refcount
1326 * @adreno_dev: A pointer to the adreno_device
1327 */
1328static inline int adreno_gpu_halt(struct adreno_device *adreno_dev)
1329{
1330 /* make sure we're reading the latest value */
1331 smp_rmb();
1332 return atomic_read(&adreno_dev->halt);
1333}
1334
1335
1336/**
1337 * adreno_clear_gpu_halt() - Clear the GPU halt refcount
1338 * @adreno_dev: A pointer to the adreno_device
1339 */
1340static inline void adreno_clear_gpu_halt(struct adreno_device *adreno_dev)
1341{
1342 atomic_set(&adreno_dev->halt, 0);
1343
1344 /* make sure other CPUs see the update */
1345 smp_wmb();
1346}
1347
1348/**
1349 * adreno_get_gpu_halt() - Increment GPU halt refcount
1350 * @adreno_dev: A pointer to the adreno_device
1351 */
1352static inline void adreno_get_gpu_halt(struct adreno_device *adreno_dev)
1353{
1354 atomic_inc(&adreno_dev->halt);
1355}
1356
1357/**
1358 * adreno_put_gpu_halt() - Decrement GPU halt refcount
1359 * @adreno_dev: A pointer to the adreno_device
1360 */
1361static inline void adreno_put_gpu_halt(struct adreno_device *adreno_dev)
1362{
1363 /* Make sure the refcount is good */
1364 int ret = atomic_dec_if_positive(&adreno_dev->halt);
1365
1366 WARN(ret < 0, "GPU halt refcount unbalanced\n");
1367}
1368
1369
1370/*
1371 * adreno_vbif_start() - Program VBIF registers, called in device start
1372 * @adreno_dev: Pointer to device whose vbif data is to be programmed
1373 * @vbif_platforms: list register value pair of vbif for a family
1374 * of adreno cores
1375 * @num_platforms: Number of platforms contained in vbif_platforms
1376 */
1377static inline void adreno_vbif_start(struct adreno_device *adreno_dev,
1378 const struct adreno_vbif_platform *vbif_platforms,
1379 int num_platforms)
1380{
1381 int i;
1382 const struct adreno_vbif_data *vbif = NULL;
1383
1384 for (i = 0; i < num_platforms; i++) {
1385 if (vbif_platforms[i].devfunc(adreno_dev)) {
1386 vbif = vbif_platforms[i].vbif;
1387 break;
1388 }
1389 }
1390
1391 while ((vbif != NULL) && (vbif->reg != 0)) {
1392 kgsl_regwrite(KGSL_DEVICE(adreno_dev), vbif->reg, vbif->val);
1393 vbif++;
1394 }
1395}
1396
1397/**
1398 * adreno_set_protected_registers() - Protect the specified range of registers
1399 * from being accessed by the GPU
1400 * @adreno_dev: pointer to the Adreno device
1401 * @index: Pointer to the index of the protect mode register to write to
1402 * @reg: Starting dword register to write
1403 * @mask_len: Size of the mask to protect (# of registers = 2 ** mask_len)
1404 *
1405 * Add the range of registers to the list of protected mode registers that will
1406 * cause an exception if the GPU accesses them. There are 16 available
1407 * protected mode registers. Index is used to specify which register to write
1408 * to - the intent is to call this function multiple times with the same index
1409 * pointer for each range and the registers will be magically programmed in
1410 * incremental fashion
1411 */
1412static inline void adreno_set_protected_registers(
1413 struct adreno_device *adreno_dev, unsigned int *index,
1414 unsigned int reg, int mask_len)
1415{
1416 unsigned int val;
1417 unsigned int base =
1418 adreno_getreg(adreno_dev, ADRENO_REG_CP_PROTECT_REG_0);
1419 unsigned int offset = *index;
1420 unsigned int max_slots = adreno_dev->gpucore->num_protected_regs ?
1421 adreno_dev->gpucore->num_protected_regs : 16;
1422
1423 /* Do we have a free slot? */
1424 if (WARN(*index >= max_slots, "Protected register slots full: %d/%d\n",
1425 *index, max_slots))
1426 return;
1427
1428 /*
1429 * On A4XX targets with more than 16 protected mode registers
1430 * the upper registers are not contiguous with the lower 16
1431 * registers so we have to adjust the base and offset accordingly
1432 */
1433
1434 if (adreno_is_a4xx(adreno_dev) && *index >= 0x10) {
1435 base = A4XX_CP_PROTECT_REG_10;
1436 offset = *index - 0x10;
1437 }
1438
1439 val = 0x60000000 | ((mask_len & 0x1F) << 24) | ((reg << 2) & 0xFFFFF);
1440
1441 kgsl_regwrite(KGSL_DEVICE(adreno_dev), base + offset, val);
1442 *index = *index + 1;
1443}
1444
1445#ifdef CONFIG_DEBUG_FS
1446void adreno_debugfs_init(struct adreno_device *adreno_dev);
1447void adreno_context_debugfs_init(struct adreno_device *adreno_dev,
1448 struct adreno_context *ctx);
1449#else
1450static inline void adreno_debugfs_init(struct adreno_device *adreno_dev) { }
1451static inline void adreno_context_debugfs_init(struct adreno_device *device,
1452 struct adreno_context *context)
1453 { }
1454#endif
1455
1456/**
1457 * adreno_compare_pm4_version() - Compare the PM4 microcode version
1458 * @adreno_dev: Pointer to the adreno_device struct
1459 * @version: Version number to compare again
1460 *
1461 * Compare the current version against the specified version and return -1 if
1462 * the current code is older, 0 if equal or 1 if newer.
1463 */
1464static inline int adreno_compare_pm4_version(struct adreno_device *adreno_dev,
1465 unsigned int version)
1466{
Shrenuj Bansalacf1ef42016-06-01 11:11:27 -07001467 if (adreno_dev->fw[ADRENO_FW_PM4].version == version)
Shrenuj Bansala419c792016-10-20 14:05:11 -07001468 return 0;
1469
Shrenuj Bansalacf1ef42016-06-01 11:11:27 -07001470 return (adreno_dev->fw[ADRENO_FW_PM4].version > version) ? 1 : -1;
Shrenuj Bansala419c792016-10-20 14:05:11 -07001471}
1472
1473/**
1474 * adreno_compare_pfp_version() - Compare the PFP microcode version
1475 * @adreno_dev: Pointer to the adreno_device struct
1476 * @version: Version number to compare against
1477 *
1478 * Compare the current version against the specified version and return -1 if
1479 * the current code is older, 0 if equal or 1 if newer.
1480 */
1481static inline int adreno_compare_pfp_version(struct adreno_device *adreno_dev,
1482 unsigned int version)
1483{
Shrenuj Bansalacf1ef42016-06-01 11:11:27 -07001484 if (adreno_dev->fw[ADRENO_FW_PFP].version == version)
Shrenuj Bansala419c792016-10-20 14:05:11 -07001485 return 0;
1486
Shrenuj Bansalacf1ef42016-06-01 11:11:27 -07001487 return (adreno_dev->fw[ADRENO_FW_PFP].version > version) ? 1 : -1;
Shrenuj Bansala419c792016-10-20 14:05:11 -07001488}
1489
1490/*
1491 * adreno_bootstrap_ucode() - Checks if Ucode bootstrapping is supported
1492 * @adreno_dev: Pointer to the the adreno device
1493 */
1494static inline int adreno_bootstrap_ucode(struct adreno_device *adreno_dev)
1495{
1496 return (ADRENO_FEATURE(adreno_dev, ADRENO_USE_BOOTSTRAP) &&
1497 adreno_compare_pfp_version(adreno_dev,
1498 adreno_dev->gpucore->pfp_bstrp_ver) >= 0) ? 1 : 0;
1499}
1500
1501/**
1502 * adreno_in_preempt_state() - Check if preemption state is equal to given state
1503 * @adreno_dev: Device whose preemption state is checked
1504 * @state: State to compare against
1505 */
1506static inline bool adreno_in_preempt_state(struct adreno_device *adreno_dev,
1507 enum adreno_preempt_states state)
1508{
1509 return atomic_read(&adreno_dev->preempt.state) == state;
1510}
1511/**
1512 * adreno_set_preempt_state() - Set the specified preemption state
1513 * @adreno_dev: Device to change preemption state
1514 * @state: State to set
1515 */
1516static inline void adreno_set_preempt_state(struct adreno_device *adreno_dev,
1517 enum adreno_preempt_states state)
1518{
1519 /*
1520 * atomic_set doesn't use barriers, so we need to do it ourselves. One
1521 * before...
1522 */
1523 smp_wmb();
1524 atomic_set(&adreno_dev->preempt.state, state);
1525
1526 /* ... and one after */
1527 smp_wmb();
1528}
1529
1530static inline bool adreno_is_preemption_enabled(
1531 struct adreno_device *adreno_dev)
1532{
1533 return test_bit(ADRENO_DEVICE_PREEMPTION, &adreno_dev->priv);
1534}
1535/**
1536 * adreno_ctx_get_rb() - Return the ringbuffer that a context should
1537 * use based on priority
1538 * @adreno_dev: The adreno device that context is using
1539 * @drawctxt: The context pointer
1540 */
1541static inline struct adreno_ringbuffer *adreno_ctx_get_rb(
1542 struct adreno_device *adreno_dev,
1543 struct adreno_context *drawctxt)
1544{
1545 struct kgsl_context *context;
1546 int level;
1547
1548 if (!drawctxt)
1549 return NULL;
1550
1551 context = &(drawctxt->base);
1552
1553 /*
1554 * If preemption is disabled then everybody needs to go on the same
1555 * ringbuffer
1556 */
1557
1558 if (!adreno_is_preemption_enabled(adreno_dev))
1559 return &(adreno_dev->ringbuffers[0]);
1560
1561 /*
1562 * Math to convert the priority field in context structure to an RB ID.
1563 * Divide up the context priority based on number of ringbuffer levels.
1564 */
1565 level = context->priority / adreno_dev->num_ringbuffers;
1566 if (level < adreno_dev->num_ringbuffers)
1567 return &(adreno_dev->ringbuffers[level]);
1568 else
1569 return &(adreno_dev->ringbuffers[
1570 adreno_dev->num_ringbuffers - 1]);
1571}
1572
1573/*
1574 * adreno_compare_prio_level() - Compares 2 priority levels based on enum values
1575 * @p1: First priority level
1576 * @p2: Second priority level
1577 *
1578 * Returns greater than 0 if p1 is higher priority, 0 if levels are equal else
1579 * less than 0
1580 */
1581static inline int adreno_compare_prio_level(int p1, int p2)
1582{
1583 return p2 - p1;
1584}
1585
1586void adreno_readreg64(struct adreno_device *adreno_dev,
1587 enum adreno_regs lo, enum adreno_regs hi, uint64_t *val);
1588
1589void adreno_writereg64(struct adreno_device *adreno_dev,
1590 enum adreno_regs lo, enum adreno_regs hi, uint64_t val);
1591
1592unsigned int adreno_get_rptr(struct adreno_ringbuffer *rb);
1593
1594static inline bool adreno_rb_empty(struct adreno_ringbuffer *rb)
1595{
1596 return (adreno_get_rptr(rb) == rb->wptr);
1597}
1598
1599static inline bool adreno_soft_fault_detect(struct adreno_device *adreno_dev)
1600{
1601 return adreno_dev->fast_hang_detect &&
1602 !test_bit(ADRENO_DEVICE_ISDB_ENABLED, &adreno_dev->priv);
1603}
1604
1605static inline bool adreno_long_ib_detect(struct adreno_device *adreno_dev)
1606{
1607 return adreno_dev->long_ib_detect &&
1608 !test_bit(ADRENO_DEVICE_ISDB_ENABLED, &adreno_dev->priv);
1609}
1610
1611/*
1612 * adreno_support_64bit() - Check the feature flag only if it is in
1613 * 64bit kernel otherwise return false
1614 * adreno_dev: The adreno device
1615 */
1616#if BITS_PER_LONG == 64
1617static inline bool adreno_support_64bit(struct adreno_device *adreno_dev)
1618{
1619 return ADRENO_FEATURE(adreno_dev, ADRENO_64BIT);
1620}
1621#else
1622static inline bool adreno_support_64bit(struct adreno_device *adreno_dev)
1623{
1624 return false;
1625}
1626#endif /*BITS_PER_LONG*/
1627
1628static inline void adreno_ringbuffer_set_global(
1629 struct adreno_device *adreno_dev, int name)
1630{
1631 struct kgsl_device *device = KGSL_DEVICE(adreno_dev);
1632
1633 kgsl_sharedmem_writel(device,
1634 &adreno_dev->ringbuffers[0].pagetable_desc,
1635 PT_INFO_OFFSET(current_global_ptname), name);
1636}
1637
1638static inline void adreno_ringbuffer_set_pagetable(struct adreno_ringbuffer *rb,
1639 struct kgsl_pagetable *pt)
1640{
1641 struct adreno_device *adreno_dev = ADRENO_RB_DEVICE(rb);
1642 struct kgsl_device *device = KGSL_DEVICE(adreno_dev);
1643 unsigned long flags;
1644
1645 spin_lock_irqsave(&rb->preempt_lock, flags);
1646
1647 kgsl_sharedmem_writel(device, &rb->pagetable_desc,
1648 PT_INFO_OFFSET(current_rb_ptname), pt->name);
1649
1650 kgsl_sharedmem_writeq(device, &rb->pagetable_desc,
1651 PT_INFO_OFFSET(ttbr0), kgsl_mmu_pagetable_get_ttbr0(pt));
1652
1653 kgsl_sharedmem_writel(device, &rb->pagetable_desc,
1654 PT_INFO_OFFSET(contextidr),
1655 kgsl_mmu_pagetable_get_contextidr(pt));
1656
1657 spin_unlock_irqrestore(&rb->preempt_lock, flags);
1658}
1659
1660static inline unsigned int counter_delta(struct kgsl_device *device,
1661 unsigned int reg, unsigned int *counter)
1662{
1663 unsigned int val;
1664 unsigned int ret = 0;
1665
1666 /* Read the value */
1667 kgsl_regread(device, reg, &val);
1668
1669 /* Return 0 for the first read */
1670 if (*counter != 0) {
1671 if (val < *counter)
1672 ret = (0xFFFFFFFF - *counter) + val;
1673 else
1674 ret = val - *counter;
1675 }
1676
1677 *counter = val;
1678 return ret;
1679}
Carter Cooper05f2a6b2017-03-20 11:43:11 -06001680
1681static inline int adreno_perfcntr_active_oob_get(
1682 struct adreno_device *adreno_dev)
1683{
1684 struct adreno_gpudev *gpudev = ADRENO_GPU_DEVICE(adreno_dev);
1685 int ret;
1686
1687 ret = kgsl_active_count_get(KGSL_DEVICE(adreno_dev));
1688 if (ret)
1689 return ret;
1690
1691 if (gpudev->oob_set) {
1692 ret = gpudev->oob_set(adreno_dev, OOB_PERFCNTR_SET_MASK,
1693 OOB_PERFCNTR_CHECK_MASK,
1694 OOB_PERFCNTR_CLEAR_MASK);
1695 if (ret)
1696 kgsl_active_count_put(KGSL_DEVICE(adreno_dev));
1697 }
1698
1699 return ret;
1700}
1701
1702static inline void adreno_perfcntr_active_oob_put(
1703 struct adreno_device *adreno_dev)
1704{
1705 struct adreno_gpudev *gpudev = ADRENO_GPU_DEVICE(adreno_dev);
1706
1707 if (gpudev->oob_clear)
1708 gpudev->oob_clear(adreno_dev, OOB_PERFCNTR_CLEAR_MASK);
1709
1710 kgsl_active_count_put(KGSL_DEVICE(adreno_dev));
1711}
1712
Kyle Piefere923b7a2017-03-28 17:31:48 -07001713/**
1714 * adreno_vbif_clear_pending_transactions() - Clear transactions in VBIF pipe
1715 * @device: Pointer to the device whose VBIF pipe is to be cleared
1716 */
1717static inline int adreno_vbif_clear_pending_transactions(
1718 struct kgsl_device *device)
1719{
1720 struct adreno_device *adreno_dev = ADRENO_DEVICE(device);
1721 struct adreno_gpudev *gpudev = ADRENO_GPU_DEVICE(adreno_dev);
1722 unsigned int mask = gpudev->vbif_xin_halt_ctrl0_mask;
1723 unsigned int val;
1724 unsigned long wait_for_vbif;
1725 int ret = 0;
1726
1727 adreno_writereg(adreno_dev, ADRENO_REG_VBIF_XIN_HALT_CTRL0, mask);
1728 /* wait for the transactions to clear */
1729 wait_for_vbif = jiffies + msecs_to_jiffies(100);
1730 while (1) {
1731 adreno_readreg(adreno_dev,
1732 ADRENO_REG_VBIF_XIN_HALT_CTRL1, &val);
1733 if ((val & mask) == mask)
1734 break;
1735 if (time_after(jiffies, wait_for_vbif)) {
1736 KGSL_DRV_ERR(device,
1737 "Wait limit reached for VBIF XIN Halt\n");
1738 ret = -ETIMEDOUT;
1739 break;
1740 }
1741 }
1742 adreno_writereg(adreno_dev, ADRENO_REG_VBIF_XIN_HALT_CTRL0, 0);
1743 return ret;
1744}
1745
Shrenuj Bansala419c792016-10-20 14:05:11 -07001746#endif /*__ADRENO_H */