Searched +full:panfrost +full:- +full:gpu (Results 1 – 5 of 5) sorted by relevance
/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/panfrost/ |
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) 31 source "drivers/gpu/drm/Kconfig.debug" 57 bool "Display a user-friendly message when a kernel panic occurs" 62 Enable a drm panic handler, which will display a user-friendly message 63 when a kernel panic occurs. It's useful when using a user-space 66 To support Hi-DPI Display, you can enable bigger fonts like 157 contention. A history of each drm modeset lock path hitting -EDEADLK 172 source "drivers/gpu/drm/clients/Kconfig" [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 …]
|