| /linux-6.15/Documentation/devicetree/bindings/misc/ |
| H A D | qcom,fastrpc.yaml | 68 "(compute-)?cb@[0-9]*$": 72 Each subnode of the Fastrpc represents compute context banks available on the dsp. 76 const: qcom,fastrpc-compute-cb 129 compute-cb@1 { 130 compatible = "qcom,fastrpc-compute-cb"; 135 compute-cb@2 { 136 compatible = "qcom,fastrpc-compute-cb"; 141 compute-cb@3 { 142 compatible = "qcom,fastrpc-compute-cb";
|
| /linux-6.15/scripts/coccinelle/misc/ |
| H A D | array_size_dup.cocci | 5 /// 1. An opencoded expression is used before array_size() to compute the same size 6 /// 2. An opencoded expression is used after array_size() to compute the same size 43 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line) 51 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line) 72 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line) 80 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line) 108 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line) 116 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line) 138 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line) 172 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line) [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/arm/bcm/ |
| H A D | bcm2835.yaml | 22 - raspberrypi,4-compute-module 41 - raspberrypi,compute-module 58 - raspberrypi,3-compute-module 59 - raspberrypi,3-compute-module-lite
|
| /linux-6.15/Documentation/gpu/ |
| H A D | drm-compute.rst | 2 Long running workloads and compute 5 Long running workloads (compute) are workloads that will not complete in 10 10 Some hardware may schedule compute jobs, and have no way to pre-empt them, or 16 As with normal compute jobs, dma-fence may not be used at all. In this case, 18 from the long compute job's address space on unbind immediately, not even 26 The first approach you will likely try is to pin all buffers used by compute. 34 older compute jobs to start a new one.
|
| /linux-6.15/drivers/accel/ |
| H A D | Kconfig | 5 # This framework provides support for compute acceleration devices, such 14 Framework for device drivers of compute acceleration devices, such 19 This framework is integrated with the DRM subsystem as compute
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-vsp1-hgo.rst | 23 The HGO can compute histograms independently per channel, on the maximum of the 29 to compute three 64-bins histograms. RGB, YCbCr and HSV image formats are 32 channels to compute a single 64-bins histogram. Only the RGB image format is 34 - In *256 bins normal mode*, the HGO operates on the Y channel to compute a 37 channels to compute a single 256-bins histogram. Only the RGB image format is
|
| /linux-6.15/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-edgeble-neu6a-io.dts | 13 compatible = "edgeble,neural-compute-module-6a-io", 14 "edgeble,neural-compute-module-6a", "rockchip,rk3588";
|
| H A D | rk3588-edgeble-neu6b-io.dts | 13 compatible = "edgeble,neural-compute-module-6a-io", 14 "edgeble,neural-compute-module-6b", "rockchip,rk3588";
|
| H A D | rk3588-edgeble-neu6a.dtsi | 9 compatible = "edgeble,neural-compute-module-6a", "rockchip,rk3588";
|
| H A D | rk3588-edgeble-neu6b.dtsi | 9 compatible = "edgeble,neural-compute-module-6b", "rockchip,rk3588";
|
| /linux-6.15/drivers/gpu/drm/imagination/ |
| H A D | pvr_context.c | 176 pvr_queue_destroy(ctx->queues.compute); in pvr_context_destroy_queues() 220 ctx->queues.compute = pvr_queue_create(ctx, DRM_PVR_JOB_TYPE_COMPUTE, in pvr_context_create_queues() 222 if (IS_ERR(ctx->queues.compute)) { in pvr_context_create_queues() 223 err = PTR_ERR(ctx->queues.compute); in pvr_context_create_queues() 224 ctx->queues.compute = NULL; in pvr_context_create_queues() 263 pvr_queue_kill(ctx->queues.compute); in pvr_context_kill_queues()
|
| H A D | pvr_context.h | 83 struct pvr_queue *compute; member 102 return ctx->type == DRM_PVR_CTX_TYPE_COMPUTE ? ctx->queues.compute : NULL; in pvr_context_get_queue_for_job()
|
| /linux-6.15/arch/xtensa/lib/ |
| H A D | strncpy_user.S | 94 sub a2, a11, a2 # compute strlen 149 sub a2, a11, a2 # compute strlen 156 sub a2, a11, a2 # compute strlen 164 sub a2, a11, a2 # compute strlen 174 sub a2, a11, a2 # compute strlen 200 sub a2, a11, a2 # compute strlen
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-diff.c | 352 switch (compute) { in formula_fprintf() 426 switch (compute) { in diff__process_sample_event() 703 switch (compute) { in hists__precompute() 940 if (compute == COMPUTE_CYCLES) in hists__process() 1221 if (compute == COMPUTE_STREAM) in __cmd_diff() 1840 switch (compute) { in ui_init() 1926 compute = COMPUTE_DELTA; in diff__config() 1928 compute = COMPUTE_DELTA_ABS; in diff__config() 1930 compute = COMPUTE_RATIO; in diff__config() 1972 compute = COMPUTE_STREAM; in cmd_diff() [all …]
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | fam15h_power.rst | 67 compute unit power accumulator sample period 76 the ratio of compute unit power accumulator sample period to the 80 max compute unit accumulated power which is indicated by 84 compute unit accumulated power which is indicated by 110 v. Calculate the average power consumption for a compute unit over
|
| /linux-6.15/Documentation/devicetree/bindings/interconnect/ |
| H A D | qcom,rpmh.yaml | 30 - qcom,sc7180-compute-noc 42 - qcom,sc8180x-compute-noc 75 - qcom,sm8150-compute-noc 84 - qcom,sm8250-compute-noc 101 - qcom,sm8350-compute-noc
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-diff.txt | 92 --compute:: 95 diff.compute config option. See COMPARISON METHODS section for 113 Specify compute sorting column number. 0 means sorting by baseline 211 baseline/A compute/B compute/C samples 222 baseline/B compute/A compute/C samples 233 baseline/C compute/B compute/A samples
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | dma-buf.rst | 255 * Long-running compute command buffers, while still using traditional end of 257 fences which get reattached when the compute job is rescheduled. 304 userspace is allowed to use userspace fencing or long running compute 327 faults on GPUs are limited to pure compute workloads. 330 compute side, like compute units or command submission engines. If both a 3D 331 job with a DMA fence and a compute workload using recoverable page faults are 334 - The 3D workload might need to wait for the compute job to finish and release 337 - The compute workload might be stuck in a page fault, because the memory 348 achieved through e.g. through dedicated engines and minimal compute unit 359 fences must complete before a compute job with page fault handling can be [all …]
|
| /linux-6.15/Documentation/accel/ |
| H A D | introduction.rst | 7 The Linux compute accelerators subsystem is designed to expose compute 16 Typically, a compute accelerator will belong to one of the following 61 from trying to use an accelerator as a GPU, the compute accelerators will be 91 to expose both graphics and compute device char files should be handled by
|
| /linux-6.15/Documentation/admin-guide/kdump/ |
| H A D | vmcoreinfo.rst | 111 and it is widely used to compute contiguous memory. 141 The size of a nodemask_t type. Used to compute the number of online 147 User-space tools compute their values based on the offset of these 157 These values are used to check the memory type and to compute the 166 User-space tools compute required values based on the offset of these 320 array. Used by tools to compute the number of free pages. 377 The kernel randomization offset. Used to compute the page offset. If 383 Currently unused by Makedumpfile. Used to compute the module virtual 422 The maximum number of bits for virtual addresses. Used to compute the 441 The kernel randomization offset. Used to compute the page offset. If [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/i2c/ |
| H A D | snps,designware-i2c.yaml | 86 This value is used to compute the tLOW period. 92 This value is used to compute the tHIGH period. 109 This value is used to compute the tHIGH and tLOW periods for high speed
|
| /linux-6.15/arch/arm/boot/dts/rockchip/ |
| H A D | rv1126-edgeble-neu2-io.dts | 13 compatible = "edgeble,neural-compute-module-2-io", 14 "edgeble,neural-compute-module-2", "rockchip,rv1126";
|
| /linux-6.15/Documentation/gpu/amdgpu/ |
| H A D | driver-core.rst | 67 This is the graphics and compute engine, i.e., the block that 89 This is the microcontroller that controls the compute queues on the 90 GFX/compute engine. 112 and compute queues on the GFX/compute engine. You can use it to
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | sa8775p.dtsi | 4902 compute-cb@1 { 4918 compute-cb@2 { 4934 compute-cb@3 { 4950 compute-cb@4 { 4966 compute-cb@5 { 4982 compute-cb@6 { 4998 compute-cb@7 { 5014 compute-cb@8 { 5030 compute-cb@9 { 5130 compute-cb@1 { [all …]
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-driver-habanalabs | 138 the MME compute engine. Writes to this parameter affect the 149 Description: Displays the current clock frequency, in Hz, of the MME compute 202 Soft-reset will reset only the compute and DMA engines of the 227 a compute-reset which is executed after a device release 241 the TPC compute engines. Writes to this parameter affect the 252 Description: Displays the current clock frequency, in Hz, of the TPC compute
|