Home
last modified time | relevance | path

Searched refs:compute (Results 1 – 25 of 148) sorted by relevance

123456

/Linux-v6.6/scripts/coccinelle/misc/
Darray_size_dup.cocci5 /// 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-v6.6/drivers/accel/
DKconfig5 # 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-v6.6/Documentation/userspace-api/media/v4l/
Dmetafmt-vsp1-hgo.rst23 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-v6.6/arch/xtensa/lib/
Dstrncpy_user.S94 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-v6.6/arch/arm64/boot/dts/rockchip/
Drk3588-edgeble-neu6a-io.dts12 compatible = "edgeble,neural-compute-module-6a-io",
13 "edgeble,neural-compute-module-6a", "rockchip,rk3588";
Drk3588-edgeble-neu6b-io.dts12 compatible = "edgeble,neural-compute-module-6b-io",
13 "edgeble,neural-compute-module-6b", "rockchip,rk3588";
Drk3588-edgeble-neu6a.dtsi7 compatible = "edgeble,neural-compute-module-6a", "rockchip,rk3588";
/Linux-v6.6/tools/perf/
Dbuiltin-diff.c123 static int compute = COMPUTE_DELTA_ABS; variable
218 if (compute == COMPUTE_WEIGHTED_DIFF) in setup_compute_opt()
351 switch (compute) { in formula_fprintf()
425 switch (compute) { in diff__process_sample_event()
705 if (compute == COMPUTE_CYCLES) { in hists__precompute()
716 switch (compute) { in hists__precompute()
953 if (compute == COMPUTE_CYCLES) in hists__process()
1224 if (compute == COMPUTE_STREAM) { in __cmd_diff()
1234 if (compute == COMPUTE_STREAM) in __cmd_diff()
1268 OPT_CALLBACK('c', "compute", &compute,
[all …]
/Linux-v6.6/Documentation/hwmon/
Dfam15h_power.rst67 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-v6.6/Documentation/admin-guide/kdump/
Dvmcoreinfo.rst111 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
432 These values are used to compute the number of nodes the crashed kernel used.
[all …]
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-max96115 Description: The value of the shunt resistor used to compute power drain on
12 Description: The value of the shunt resistor used to compute current flowing
Dsysfs-driver-habanalabs138 the MME compute engine. Writes to this parameter affect the
149 Description: Displays the current clock frequency, in Hz, of the MME compute
190 Soft-reset will reset only the compute and DMA engines of the
215 a compute-reset which is executed after a device release
229 the TPC compute engines. Writes to this parameter affect the
240 Description: Displays the current clock frequency, in Hz, of the TPC compute
/Linux-v6.6/tools/perf/Documentation/
Dperf-diff.txt92 --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-v6.6/Documentation/driver-api/
Ddma-buf.rst239 * Long-running compute command buffers, while still using traditional end of
241 fences which get reattached when the compute job is rescheduled.
288 userspace is allowed to use userspace fencing or long running compute
311 faults on GPUs are limited to pure compute workloads.
314 compute side, like compute units or command submission engines. If both a 3D
315 job with a DMA fence and a compute workload using recoverable page faults are
318 - The 3D workload might need to wait for the compute job to finish and release
321 - The compute workload might be stuck in a page fault, because the memory
332 achieved through e.g. through dedicated engines and minimal compute unit
343 fences must complete before a compute job with page fault handling can be
[all …]
/Linux-v6.6/Documentation/accel/
Dintroduction.rst7 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-v6.6/arch/arm/boot/dts/rockchip/
Drv1126-edgeble-neu2-io.dts13 compatible = "edgeble,neural-compute-module-2-io",
14 "edgeble,neural-compute-module-2", "rockchip,rv1126";
/Linux-v6.6/Documentation/gpu/amdgpu/
Ddriver-core.rst67 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-v6.6/arch/arm64/boot/dts/qcom/
Dsm6350.dtsi1124 compute_noc: interconnect-compute-noc {
1125 compatible = "qcom,sm6350-compute-noc";
1303 compute-cb@3 {
1304 compatible = "qcom,fastrpc-compute-cb";
1309 compute-cb@4 {
1310 compatible = "qcom,fastrpc-compute-cb";
1315 compute-cb@5 {
1316 compatible = "qcom,fastrpc-compute-cb";
1563 compute-cb@1 {
1564 compatible = "qcom,fastrpc-compute-cb";
[all …]
Dsm6115.dtsi2343 compute-cb@3 {
2344 compatible = "qcom,fastrpc-compute-cb";
2349 compute-cb@4 {
2350 compatible = "qcom,fastrpc-compute-cb";
2355 compute-cb@5 {
2356 compatible = "qcom,fastrpc-compute-cb";
2361 compute-cb@6 {
2362 compatible = "qcom,fastrpc-compute-cb";
2367 compute-cb@7 {
2368 compatible = "qcom,fastrpc-compute-cb";
[all …]
Dsm8350.dtsi2107 compute-cb@1 {
2108 compatible = "qcom,fastrpc-compute-cb";
2113 compute-cb@2 {
2114 compatible = "qcom,fastrpc-compute-cb";
2119 compute-cb@3 {
2120 compatible = "qcom,fastrpc-compute-cb";
2294 compatible = "qcom,sm8350-compute-noc";
3320 compute-cb@3 {
3321 compatible = "qcom,fastrpc-compute-cb";
3326 compute-cb@4 {
[all …]
Dsm8150.dtsi1796 compatible = "qcom,sm8150-compute-noc";
2180 compute-cb@1 {
2181 compatible = "qcom,fastrpc-compute-cb";
2186 compute-cb@2 {
2187 compatible = "qcom,fastrpc-compute-cb";
2192 compute-cb@3 {
2193 compatible = "qcom,fastrpc-compute-cb";
3358 compute-cb@1 {
3359 compatible = "qcom,fastrpc-compute-cb";
3364 compute-cb@2 {
[all …]
/Linux-v6.6/drivers/gpu/drm/loongson/
Dlsdc_pixpll.h54 int (*compute)(struct lsdc_pixpll * const this, member
/Linux-v6.6/drivers/gpu/drm/panfrost/
DTODO11 - Compute job support. So called 'compute only' jobs need to be plumbed up to
/Linux-v6.6/Documentation/admin-guide/mm/
Dnumaperf.rst8 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::
/Linux-v6.6/tools/memory-model/litmus-tests/
Ddep+plain.litmus9 * READ_ONCE(), and therefore using that data to compute the

123456