Searched +full:panfrost +full:- +full:gpu (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/gpu/drm/ci/ |
H A D | test.yml | 1 .test-rules: 3 - if: '$FD_FARM == "offline" && $RUNNER_TAG =~ /^google-freedreno-/' 5 - if: '$COLLABORA_FARM == "offline" && $RUNNER_TAG =~ /^mesa-ci-x86-64-lava-/' 7 - !reference [.no_scheduled_pipelines-rules, rules] 8 - when: on_success 10 .lava-test: 12 - .test-rules 16 - rm -rf install 17 - tar -xf artifacts/install.tar 18 - mv install/* artifacts/. [all …]
|
H A D | gitlab-ci.yml | 2 DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa 3 DRM_CI_COMMIT_SHA: &drm-ci-commit-sha c6a9a9c3bce90923f7700219354e0b6e5a3c9ba6 6 TARGET_BRANCH: drm-next 10 DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/mesa/deqp-runner.git 13 FDO_UPSTREAM_REPO: helen.fornazier/linux # The repo where the git-archive daily runs 14 MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb 16 CI_PRE_CLONE_SCRIPT: |- 17 set -o xtrace 18 …-L --retry 4 -f --retry-all-errors --retry-delay 60 -s ${DRM_CI_PROJECT_URL}/-/raw/${DRM_CI_COMMIT… 19 bash download-git-cache.sh [all …]
|
/linux/Documentation/gpu/ |
H A D | panfrost.rst | 1 .. SPDX-License-Identifier: GPL-2.0+ 4 drm/Panfrost Mali Driver 7 .. _panfrost-usage-stats: 9 Panfrost DRM client usage stats implementation 12 The drm/Panfrost driver implements the DRM client usage stats specification as 13 documented in :ref:`drm-client-usage-stats`. 23 drm-driver: panfrost 24 drm-client-id: 14 25 drm-engine-fragment: 1846584880 ns 26 drm-cycles-fragment: 1424359409 [all …]
|
/linux/drivers/gpu/drm/ci/xfails/ |
H A D | msm-apq8096-skips.txt | 2 kms_cursor_legacy@all-pipes-torture-move 7 ^panfrost.* 21 # gpu fault 24 # *** gpu fault: ttbr0=00000001030ea000 iova=0000000001074000 dir=WRITE type=PERMISSION source=1f03… 25 # msm_mdp 901000.display-controller: RBBM | ME master split | status=0x701000B0 26 # watchdog: BUG: soft lockup - CPU#0 stuck for 26s! [kworker/u16:3:46]
|
H A D | panfrost-g12b-skips.txt | 14 # Panfrost is not a KMS driver, so skip the KMS tests 17 # Skip display functionality tests for GPU-only drivers
|
H A D | panfrost-mt8183-skips.txt | 14 # Panfrost is not a KMS driver, so skip the KMS tests 17 # Skip display functionality tests for GPU-only drivers
|
H A D | panfrost-rk3399-skips.txt | 17 # Panfrost is not a KMS driver, so skip the KMS tests 20 # Skip display functionality tests for GPU-only drivers
|
H A D | panfrost-rk3288-skips.txt | 17 # Panfrost is not a KMS driver, so skip the KMS tests 20 # Skip display functionality tests for GPU-only drivers
|
H A D | i915-tgl-skips.txt | 4 # GPU hangs, then the whole machine 8 kms_flip@absolute-wf_vblank@a-edp1 11 kms_plane_scaling@invalid-parameters 17 ^panfrost.*
|
H A D | i915-kbl-skips.txt | 5 kms_plane_scaling@invalid-parameters 11 ^panfrost.* 37 # GPU hang
|
H A D | amdgpu-stoney-skips.txt | 7 ^panfrost.* 23 # GPU reset seen and it hangs the machine 24 amdgpu/amd_deadlock@amdgpu-deadlock-sdma 25 amdgpu/amd_deadlock@amdgpu-gfx-illegal-reg-access 26 amdgpu/amd_dispatch@amdgpu-reset-test-gfx-with-IP-GFX-and-COMPUTE 33 amdgpu/amd_vrr_range@freesync-parsing
|
/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_drv.c | 1 // SPDX-License-Identifier: GPL-2.0 38 ret = pm_runtime_resume_and_get(pfdev->dev); in panfrost_ioctl_query_timestamp() 46 pm_runtime_put(pfdev->dev); in panfrost_ioctl_query_timestamp() 53 struct panfrost_device *pfdev = ddev->dev_private; in panfrost_ioctl_get_param() 56 if (param->pad != 0) in panfrost_ioctl_get_param() 57 return -EINVAL; in panfrost_ioctl_get_param() 61 param->value = pfdev->features.member; \ in panfrost_ioctl_get_param() 66 param->value = pfdev->features.member[param->param - \ in panfrost_ioctl_get_param() 70 switch (param->param) { in panfrost_ioctl_get_param() 98 ret = panfrost_ioctl_query_timestamp(pfdev, ¶m->value); in panfrost_ioctl_get_param() [all …]
|
H A D | panfrost_job.c | 1 // SPDX-License-Identifier: GPL-2.0 10 #include <linux/dma-resv.h> 27 #define job_write(dev, reg, data) writel(data, dev->iomem + (reg)) 28 #define job_read(dev, reg) readl(dev->iomem + (reg)) 51 /* panfrost seqno for signaled() test */ 64 return "panfrost"; in panfrost_fence_get_driver_name() 71 switch (f->queue) { in panfrost_fence_get_timeline_name() 73 return "panfrost-js-0"; in panfrost_fence_get_timeline_name() 75 return "panfrost-js-1"; in panfrost_fence_get_timeline_name() 77 return "panfrost-js-2"; in panfrost_fence_get_timeline_name() [all …]
|
/linux/drivers/soc/rockchip/ |
H A D | dtpm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 38 [8] = { .name = "/gpu@ff9a0000", 61 MODULE_SOFTDEP("pre: panfrost cpufreq-dt");
|
/linux/drivers/gpu/drm/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 16 # gallium uses SYS_kcmp for os_same_file_description() to de-duplicate 21 Kernel-level support for the Direct Rendering Infrastructure (DRI) 62 Use dynamic-debug to avoid drm_debug_enabled() runtime overheads. 95 Documentation/dev-tools/kunit/. 107 bool "Display a user-friendly message when a kernel panic occurs" 111 Enable a drm panic handler, which will display a user-friendly message 112 when a kernel panic occurs. It's useful when using a user-space 115 To support Hi-DPI Display, you can enable bigger fonts like 206 contention. A history of each drm modeset lock path hitting -EDEADLK [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|