1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2013-2014 Red Hat
4 * Author: Rob Clark <robdclark@gmail.com>
6 * Copyright (c) 2014,2017 The Linux Foundation. All rights reserved.
9 #include "adreno_gpu.h"
11 bool hang_debug = false;
12 MODULE_PARM_DESC(hang_debug, "Dump registers when hang is detected (can be slow!)");
13 module_param_named(hang_debug, hang_debug, bool, 0600);
15 bool snapshot_debugbus = false;
16 MODULE_PARM_DESC(snapshot_debugbus, "Include debugbus sections in GPU devcoredump (if not fused off)");
17 module_param_named(snapshot_debugbus, snapshot_debugbus, bool, 0600);
19 bool allow_vram_carveout = false;
20 MODULE_PARM_DESC(allow_vram_carveout, "Allow using VRAM Carveout, in place of IOMMU");
21 module_param_named(allow_vram_carveout, allow_vram_carveout, bool, 0600);
23 static const struct adreno_info gpulist[] = {
25 .rev = ADRENO_REV(2, 0, 0, 0),
29 [ADRENO_FW_PM4] = "yamato_pm4.fw",
30 [ADRENO_FW_PFP] = "yamato_pfp.fw",
33 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
34 .init = a2xx_gpu_init,
35 }, { /* a200 on i.mx51 has only 128kib gmem */
36 .rev = ADRENO_REV(2, 0, 0, 1),
40 [ADRENO_FW_PM4] = "yamato_pm4.fw",
41 [ADRENO_FW_PFP] = "yamato_pfp.fw",
44 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
45 .init = a2xx_gpu_init,
47 .rev = ADRENO_REV(2, 2, 0, ANY_ID),
51 [ADRENO_FW_PM4] = "leia_pm4_470.fw",
52 [ADRENO_FW_PFP] = "leia_pfp_470.fw",
55 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
56 .init = a2xx_gpu_init,
58 .rev = ADRENO_REV(3, 0, 5, ANY_ID),
62 [ADRENO_FW_PM4] = "a300_pm4.fw",
63 [ADRENO_FW_PFP] = "a300_pfp.fw",
66 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
67 .init = a3xx_gpu_init,
69 .rev = ADRENO_REV(3, 0, 6, 0),
70 .revn = 307, /* because a305c is revn==306 */
73 [ADRENO_FW_PM4] = "a300_pm4.fw",
74 [ADRENO_FW_PFP] = "a300_pfp.fw",
77 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
78 .init = a3xx_gpu_init,
80 .rev = ADRENO_REV(3, 2, ANY_ID, ANY_ID),
84 [ADRENO_FW_PM4] = "a300_pm4.fw",
85 [ADRENO_FW_PFP] = "a300_pfp.fw",
88 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
89 .init = a3xx_gpu_init,
91 .rev = ADRENO_REV(3, 3, 0, ANY_ID),
95 [ADRENO_FW_PM4] = "a330_pm4.fw",
96 [ADRENO_FW_PFP] = "a330_pfp.fw",
99 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
100 .init = a3xx_gpu_init,
102 .rev = ADRENO_REV(4, 0, 5, ANY_ID),
106 [ADRENO_FW_PM4] = "a420_pm4.fw",
107 [ADRENO_FW_PFP] = "a420_pfp.fw",
110 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
111 .init = a4xx_gpu_init,
113 .rev = ADRENO_REV(4, 2, 0, ANY_ID),
117 [ADRENO_FW_PM4] = "a420_pm4.fw",
118 [ADRENO_FW_PFP] = "a420_pfp.fw",
120 .gmem = (SZ_1M + SZ_512K),
121 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
122 .init = a4xx_gpu_init,
124 .rev = ADRENO_REV(4, 3, 0, ANY_ID),
128 [ADRENO_FW_PM4] = "a420_pm4.fw",
129 [ADRENO_FW_PFP] = "a420_pfp.fw",
131 .gmem = (SZ_1M + SZ_512K),
132 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
133 .init = a4xx_gpu_init,
135 .rev = ADRENO_REV(5, 0, 6, ANY_ID),
139 [ADRENO_FW_PM4] = "a530_pm4.fw",
140 [ADRENO_FW_PFP] = "a530_pfp.fw",
142 .gmem = (SZ_128K + SZ_8K),
144 * Increase inactive period to 250 to avoid bouncing
145 * the GDSC which appears to make it grumpy
147 .inactive_period = 250,
148 .quirks = ADRENO_QUIRK_TWO_PASS_USE_WFI |
149 ADRENO_QUIRK_LMLOADKILL_DISABLE,
150 .init = a5xx_gpu_init,
151 .zapfw = "a506_zap.mdt",
153 .rev = ADRENO_REV(5, 0, 8, ANY_ID),
157 [ADRENO_FW_PM4] = "a530_pm4.fw",
158 [ADRENO_FW_PFP] = "a530_pfp.fw",
160 .gmem = (SZ_128K + SZ_8K),
162 * Increase inactive period to 250 to avoid bouncing
163 * the GDSC which appears to make it grumpy
165 .inactive_period = 250,
166 .quirks = ADRENO_QUIRK_LMLOADKILL_DISABLE,
167 .init = a5xx_gpu_init,
168 .zapfw = "a508_zap.mdt",
170 .rev = ADRENO_REV(5, 0, 9, ANY_ID),
174 [ADRENO_FW_PM4] = "a530_pm4.fw",
175 [ADRENO_FW_PFP] = "a530_pfp.fw",
177 .gmem = (SZ_256K + SZ_16K),
179 * Increase inactive period to 250 to avoid bouncing
180 * the GDSC which appears to make it grumpy
182 .inactive_period = 250,
183 .quirks = ADRENO_QUIRK_LMLOADKILL_DISABLE,
184 .init = a5xx_gpu_init,
185 /* Adreno 509 uses the same ZAP as 512 */
186 .zapfw = "a512_zap.mdt",
188 .rev = ADRENO_REV(5, 1, 0, ANY_ID),
192 [ADRENO_FW_PM4] = "a530_pm4.fw",
193 [ADRENO_FW_PFP] = "a530_pfp.fw",
197 * Increase inactive period to 250 to avoid bouncing
198 * the GDSC which appears to make it grumpy
200 .inactive_period = 250,
201 .init = a5xx_gpu_init,
203 .rev = ADRENO_REV(5, 1, 2, ANY_ID),
207 [ADRENO_FW_PM4] = "a530_pm4.fw",
208 [ADRENO_FW_PFP] = "a530_pfp.fw",
210 .gmem = (SZ_256K + SZ_16K),
212 * Increase inactive period to 250 to avoid bouncing
213 * the GDSC which appears to make it grumpy
215 .inactive_period = 250,
216 .quirks = ADRENO_QUIRK_LMLOADKILL_DISABLE,
217 .init = a5xx_gpu_init,
218 .zapfw = "a512_zap.mdt",
220 .rev = ADRENO_REV(5, 3, 0, 2),
224 [ADRENO_FW_PM4] = "a530_pm4.fw",
225 [ADRENO_FW_PFP] = "a530_pfp.fw",
226 [ADRENO_FW_GPMU] = "a530v3_gpmu.fw2",
230 * Increase inactive period to 250 to avoid bouncing
231 * the GDSC which appears to make it grumpy
233 .inactive_period = 250,
234 .quirks = ADRENO_QUIRK_TWO_PASS_USE_WFI |
235 ADRENO_QUIRK_FAULT_DETECT_MASK,
236 .init = a5xx_gpu_init,
237 .zapfw = "a530_zap.mdt",
239 .rev = ADRENO_REV(5, 4, 0, ANY_ID),
243 [ADRENO_FW_PM4] = "a530_pm4.fw",
244 [ADRENO_FW_PFP] = "a530_pfp.fw",
245 [ADRENO_FW_GPMU] = "a540_gpmu.fw2",
249 * Increase inactive period to 250 to avoid bouncing
250 * the GDSC which appears to make it grumpy
252 .inactive_period = 250,
253 .quirks = ADRENO_QUIRK_LMLOADKILL_DISABLE,
254 .init = a5xx_gpu_init,
255 .zapfw = "a540_zap.mdt",
257 .rev = ADRENO_REV(6, 1, 8, ANY_ID),
261 [ADRENO_FW_SQE] = "a630_sqe.fw",
262 [ADRENO_FW_GMU] = "a630_gmu.bin",
265 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
266 .init = a6xx_gpu_init,
268 .rev = ADRENO_REV(6, 1, 9, ANY_ID),
272 [ADRENO_FW_SQE] = "a630_sqe.fw",
273 [ADRENO_FW_GMU] = "a619_gmu.bin",
276 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
277 .init = a6xx_gpu_init,
278 .zapfw = "a615_zap.mdt",
281 .rev = ADRENO_REV(6, 3, 0, ANY_ID),
285 [ADRENO_FW_SQE] = "a630_sqe.fw",
286 [ADRENO_FW_GMU] = "a630_gmu.bin",
289 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
290 .init = a6xx_gpu_init,
291 .zapfw = "a630_zap.mdt",
294 .rev = ADRENO_REV(6, 4, 0, ANY_ID),
298 [ADRENO_FW_SQE] = "a630_sqe.fw",
299 [ADRENO_FW_GMU] = "a640_gmu.bin",
302 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
303 .init = a6xx_gpu_init,
304 .zapfw = "a640_zap.mdt",
307 .rev = ADRENO_REV(6, 5, 0, ANY_ID),
311 [ADRENO_FW_SQE] = "a650_sqe.fw",
312 [ADRENO_FW_GMU] = "a650_gmu.bin",
314 .gmem = SZ_1M + SZ_128K,
315 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
316 .init = a6xx_gpu_init,
317 .zapfw = "a650_zap.mdt",
319 .address_space_size = SZ_16G,
321 .rev = ADRENO_REV(6, 6, 0, ANY_ID),
325 [ADRENO_FW_SQE] = "a660_sqe.fw",
326 [ADRENO_FW_GMU] = "a660_gmu.bin",
328 .gmem = SZ_1M + SZ_512K,
329 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
330 .init = a6xx_gpu_init,
331 .zapfw = "a660_zap.mdt",
333 .address_space_size = SZ_16G,
335 .rev = ADRENO_REV(6, 3, 5, ANY_ID),
337 [ADRENO_FW_SQE] = "a660_sqe.fw",
338 [ADRENO_FW_GMU] = "a660_gmu.bin",
341 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
342 .init = a6xx_gpu_init,
344 .address_space_size = SZ_16G,
346 .rev = ADRENO_REV(6, 8, 0, ANY_ID),
350 [ADRENO_FW_SQE] = "a630_sqe.fw",
351 [ADRENO_FW_GMU] = "a640_gmu.bin",
354 .inactive_period = DRM_MSM_INACTIVE_PERIOD,
355 .init = a6xx_gpu_init,
356 .zapfw = "a640_zap.mdt",
361 MODULE_FIRMWARE("qcom/a300_pm4.fw");
362 MODULE_FIRMWARE("qcom/a300_pfp.fw");
363 MODULE_FIRMWARE("qcom/a330_pm4.fw");
364 MODULE_FIRMWARE("qcom/a330_pfp.fw");
365 MODULE_FIRMWARE("qcom/a420_pm4.fw");
366 MODULE_FIRMWARE("qcom/a420_pfp.fw");
367 MODULE_FIRMWARE("qcom/a530_pm4.fw");
368 MODULE_FIRMWARE("qcom/a530_pfp.fw");
369 MODULE_FIRMWARE("qcom/a530v3_gpmu.fw2");
370 MODULE_FIRMWARE("qcom/a530_zap.mdt");
371 MODULE_FIRMWARE("qcom/a530_zap.b00");
372 MODULE_FIRMWARE("qcom/a530_zap.b01");
373 MODULE_FIRMWARE("qcom/a530_zap.b02");
374 MODULE_FIRMWARE("qcom/a619_gmu.bin");
375 MODULE_FIRMWARE("qcom/a630_sqe.fw");
376 MODULE_FIRMWARE("qcom/a630_gmu.bin");
377 MODULE_FIRMWARE("qcom/a630_zap.mbn");
379 static inline bool _rev_match(uint8_t entry, uint8_t id)
381 return (entry == ANY_ID) || (entry == id);
384 bool adreno_cmp_rev(struct adreno_rev rev1, struct adreno_rev rev2)
387 return _rev_match(rev1.core, rev2.core) &&
388 _rev_match(rev1.major, rev2.major) &&
389 _rev_match(rev1.minor, rev2.minor) &&
390 _rev_match(rev1.patchid, rev2.patchid);
393 const struct adreno_info *adreno_info(struct adreno_rev rev)
398 for (i = 0; i < ARRAY_SIZE(gpulist); i++) {
399 const struct adreno_info *info = &gpulist[i];
400 if (adreno_cmp_rev(info->rev, rev))
407 struct msm_gpu *adreno_load_gpu(struct drm_device *dev)
409 struct msm_drm_private *priv = dev->dev_private;
410 struct platform_device *pdev = priv->gpu_pdev;
411 struct msm_gpu *gpu = NULL;
412 struct adreno_gpu *adreno_gpu;
416 gpu = dev_to_gpu(&pdev->dev);
419 dev_err_once(dev->dev, "no GPU device was found\n");
423 adreno_gpu = to_adreno_gpu(gpu);
426 * The number one reason for HW init to fail is if the firmware isn't
427 * loaded yet. Try that first and don't bother continuing on
431 ret = adreno_load_fw(adreno_gpu);
436 * Now that we have firmware loaded, and are ready to begin
437 * booting the gpu, go ahead and enable runpm:
439 pm_runtime_enable(&pdev->dev);
441 /* Make sure pm runtime is active and reset any previous errors */
442 pm_runtime_set_active(&pdev->dev);
444 ret = pm_runtime_get_sync(&pdev->dev);
446 pm_runtime_put_sync(&pdev->dev);
447 DRM_DEV_ERROR(dev->dev, "Couldn't power up the GPU: %d\n", ret);
451 mutex_lock(&gpu->lock);
452 ret = msm_gpu_hw_init(gpu);
453 mutex_unlock(&gpu->lock);
454 pm_runtime_put_autosuspend(&pdev->dev);
456 DRM_DEV_ERROR(dev->dev, "gpu hw init failed: %d\n", ret);
460 #ifdef CONFIG_DEBUG_FS
461 if (gpu->funcs->debugfs_init) {
462 gpu->funcs->debugfs_init(gpu, dev->primary);
463 gpu->funcs->debugfs_init(gpu, dev->render);
470 static int find_chipid(struct device *dev, struct adreno_rev *rev)
472 struct device_node *node = dev->of_node;
477 /* first search the compat strings for qcom,adreno-XYZ.W: */
478 ret = of_property_read_string_index(node, "compatible", 0, &compat);
480 unsigned int r, patch;
482 if (sscanf(compat, "qcom,adreno-%u.%u", &r, &patch) == 2 ||
483 sscanf(compat, "amd,imageon-%u.%u", &r, &patch) == 2) {
489 rev->patchid = patch;
495 /* and if that fails, fall back to legacy "qcom,chipid" property: */
496 ret = of_property_read_u32(node, "qcom,chipid", &chipid);
498 DRM_DEV_ERROR(dev, "could not parse qcom,chipid: %d\n", ret);
502 rev->core = (chipid >> 24) & 0xff;
503 rev->major = (chipid >> 16) & 0xff;
504 rev->minor = (chipid >> 8) & 0xff;
505 rev->patchid = (chipid & 0xff);
507 dev_warn(dev, "Using legacy qcom,chipid binding!\n");
508 dev_warn(dev, "Use compatible qcom,adreno-%u%u%u.%u instead.\n",
509 rev->core, rev->major, rev->minor, rev->patchid);
514 static int adreno_bind(struct device *dev, struct device *master, void *data)
516 static struct adreno_platform_config config = {};
517 const struct adreno_info *info;
518 struct msm_drm_private *priv = dev_get_drvdata(master);
519 struct drm_device *drm = priv->dev;
523 ret = find_chipid(dev, &config.rev);
527 dev->platform_data = &config;
528 priv->gpu_pdev = to_platform_device(dev);
530 info = adreno_info(config.rev);
533 dev_warn(drm->dev, "Unknown GPU revision: %u.%u.%u.%u\n",
534 config.rev.core, config.rev.major,
535 config.rev.minor, config.rev.patchid);
539 DBG("Found GPU: %u.%u.%u.%u", config.rev.core, config.rev.major,
540 config.rev.minor, config.rev.patchid);
542 priv->is_a2xx = config.rev.core == 2;
543 priv->has_cached_coherent = config.rev.core >= 6;
545 gpu = info->init(drm);
547 dev_warn(drm->dev, "failed to load adreno gpu\n");
554 static void adreno_unbind(struct device *dev, struct device *master,
557 struct msm_drm_private *priv = dev_get_drvdata(master);
558 struct msm_gpu *gpu = dev_to_gpu(dev);
560 pm_runtime_force_suspend(dev);
561 gpu->funcs->destroy(gpu);
563 priv->gpu_pdev = NULL;
566 static const struct component_ops a3xx_ops = {
568 .unbind = adreno_unbind,
571 static void adreno_device_register_headless(void)
573 /* on imx5, we don't have a top-level mdp/dpu node
574 * this creates a dummy node for the driver for that case
576 struct platform_device_info dummy_info = {
586 platform_device_register_full(&dummy_info);
589 static int adreno_probe(struct platform_device *pdev)
594 ret = component_add(&pdev->dev, &a3xx_ops);
598 if (of_device_is_compatible(pdev->dev.of_node, "amd,imageon"))
599 adreno_device_register_headless();
604 static int adreno_remove(struct platform_device *pdev)
606 component_del(&pdev->dev, &a3xx_ops);
610 static void adreno_shutdown(struct platform_device *pdev)
612 pm_runtime_force_suspend(&pdev->dev);
615 static const struct of_device_id dt_match[] = {
616 { .compatible = "qcom,adreno" },
617 { .compatible = "qcom,adreno-3xx" },
618 /* for compatibility with imx5 gpu: */
619 { .compatible = "amd,imageon" },
620 /* for backwards compat w/ downstream kgsl DT files: */
621 { .compatible = "qcom,kgsl-3d0" },
625 static int adreno_runtime_resume(struct device *dev)
627 struct msm_gpu *gpu = dev_to_gpu(dev);
629 return gpu->funcs->pm_resume(gpu);
632 static int adreno_runtime_suspend(struct device *dev)
634 struct msm_gpu *gpu = dev_to_gpu(dev);
637 * We should be holding a runpm ref, which will prevent
638 * runtime suspend. In the system suspend path, we've
639 * already waited for active jobs to complete.
641 WARN_ON_ONCE(gpu->active_submits);
643 return gpu->funcs->pm_suspend(gpu);
646 static void suspend_scheduler(struct msm_gpu *gpu)
651 * Shut down the scheduler before we force suspend, so that
652 * suspend isn't racing with scheduler kthread feeding us
655 * Note, we just want to park the thread, and let any jobs
656 * that are already on the hw queue complete normally, as
657 * opposed to the drm_sched_stop() path used for handling
658 * faulting/timed-out jobs. We can't really cancel any jobs
659 * already on the hw queue without racing with the GPU.
661 for (i = 0; i < gpu->nr_rings; i++) {
662 struct drm_gpu_scheduler *sched = &gpu->rb[i]->sched;
663 kthread_park(sched->thread);
667 static void resume_scheduler(struct msm_gpu *gpu)
671 for (i = 0; i < gpu->nr_rings; i++) {
672 struct drm_gpu_scheduler *sched = &gpu->rb[i]->sched;
673 kthread_unpark(sched->thread);
677 static int adreno_system_suspend(struct device *dev)
679 struct msm_gpu *gpu = dev_to_gpu(dev);
685 suspend_scheduler(gpu);
687 remaining = wait_event_timeout(gpu->retire_event,
688 gpu->active_submits == 0,
689 msecs_to_jiffies(1000));
690 if (remaining == 0) {
691 dev_err(dev, "Timeout waiting for GPU to suspend\n");
696 ret = pm_runtime_force_suspend(dev);
699 resume_scheduler(gpu);
704 static int adreno_system_resume(struct device *dev)
706 struct msm_gpu *gpu = dev_to_gpu(dev);
711 resume_scheduler(gpu);
712 return pm_runtime_force_resume(dev);
715 static const struct dev_pm_ops adreno_pm_ops = {
716 SYSTEM_SLEEP_PM_OPS(adreno_system_suspend, adreno_system_resume)
717 RUNTIME_PM_OPS(adreno_runtime_suspend, adreno_runtime_resume, NULL)
720 static struct platform_driver adreno_driver = {
721 .probe = adreno_probe,
722 .remove = adreno_remove,
723 .shutdown = adreno_shutdown,
726 .of_match_table = dt_match,
727 .pm = &adreno_pm_ops,
731 void __init adreno_register(void)
733 platform_driver_register(&adreno_driver);
736 void __exit adreno_unregister(void)
738 platform_driver_unregister(&adreno_driver);