| /linux/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) 146 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line) [all …]
|
| /linux/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.
|
| H A D | index.rst | 16 drm-compute
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-vsp1-hgo.rst | 24 The HGO can compute histograms independently per channel, on the maximum of the 30 to compute three 64-bins histograms. RGB, YCbCr and HSV image formats are 33 channels to compute a single 64-bins histogram. Only the RGB image format is 35 - In *256 bins normal mode*, the HGO operates on the Y channel to compute a 38 channels to compute a single 256-bins histogram. Only the RGB image format is
|
| /linux/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/tools/perf/ |
| H A D | builtin-diff.c | 124 static int compute = COMPUTE_DELTA_ABS; variable 219 if (compute == COMPUTE_WEIGHTED_DIFF) in setup_compute_opt() 352 switch (compute) { in formula_fprintf() 426 switch (compute) { in diff__process_sample_event() 692 if (compute == COMPUTE_CYCLES) { in hists__precompute() 703 switch (compute) { in hists__precompute() 940 if (compute == COMPUTE_CYCLES) in hists__process() 1211 if (compute == COMPUTE_STREAM) { in __cmd_diff() 1221 if (compute == COMPUTE_STREAM) in __cmd_diff() 1255 OPT_CALLBACK('c', "compute", &compute, [all …]
|
| /linux/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/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";
|
| H A D | rk3588-turing-rk1.dts | 4 * "compute node" system, where the carrier board is functioning more like a
|
| /linux/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/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/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 172 Offset of the free_list's member. This value is used to compute the number 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 [all …]
|
| /linux/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/arch/arm64/boot/dts/qcom/ |
| H A D | lemans.dtsi | 6695 compute-cb@1 { 6696 compatible = "qcom,fastrpc-compute-cb"; 6702 compute-cb@2 { 6703 compatible = "qcom,fastrpc-compute-cb"; 6709 compute-cb@3 { 6710 compatible = "qcom,fastrpc-compute-cb"; 6767 compute-cb@1 { 6768 compatible = "qcom,fastrpc-compute-cb"; 6774 compute-cb@2 { 6775 compatible = "qcom,fastrpc-compute-cb"; [all …]
|
| H A D | sm6350.dtsi | 1128 compute_noc: interconnect-compute-noc { 1129 compatible = "qcom,sm6350-compute-noc"; 1426 compute-cb@3 { 1427 compatible = "qcom,fastrpc-compute-cb"; 1432 compute-cb@4 { 1433 compatible = "qcom,fastrpc-compute-cb"; 1438 compute-cb@5 { 1439 compatible = "qcom,fastrpc-compute-cb"; 1686 compute-cb@1 { 1687 compatible = "qcom,fastrpc-compute-cb"; [all …]
|
| H A D | sm8350.dtsi | 1998 compute-cb@3 { 1999 compatible = "qcom,fastrpc-compute-cb"; 2004 compute-cb@4 { 2005 compatible = "qcom,fastrpc-compute-cb"; 2010 compute-cb@5 { 2011 compatible = "qcom,fastrpc-compute-cb"; 2307 compute-cb@1 { 2308 compatible = "qcom,fastrpc-compute-cb"; 2313 compute-cb@2 { 2314 compatible = "qcom,fastrpc-compute-cb"; [all …]
|
| H A D | sm6115.dtsi | 2810 compute-cb@3 { 2811 compatible = "qcom,fastrpc-compute-cb"; 2816 compute-cb@4 { 2817 compatible = "qcom,fastrpc-compute-cb"; 2822 compute-cb@5 { 2823 compatible = "qcom,fastrpc-compute-cb"; 2828 compute-cb@6 { 2829 compatible = "qcom,fastrpc-compute-cb"; 2834 compute-cb@7 { 2835 compatible = "qcom,fastrpc-compute-cb"; [all …]
|
| /linux/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
|
| /linux/Documentation/driver-api/cxl/allocation/ |
| H A D | page-allocator.rst | 23 for a compute node to have no local DRAM, and for CXL memory to be the 24 `local` capacity for that compute node.
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_pixpll.h | 54 int (*compute)(struct lsdc_pixpll * const this, member
|
| /linux/drivers/gpu/drm/panfrost/ |
| H A D | TODO | 11 - Compute job support. So called 'compute only' jobs need to be plumbed up to
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | numaperf.rst | 8 Some platforms may have multiple types of memory attached to a compute 17 CPUs, they may still be local to one or more compute nodes relative to 18 other nodes. The following diagram shows one such example of two compute 19 nodes with local memory and a memory only node for each of compute node::
|