Home
last modified time | relevance | path

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

123456

/linux-6.3-rc2/Documentation/devicetree/bindings/misc/
A Dqcom,fastrpc.yaml67 "(compute-)?cb@[0-9]*$":
71 Each subnode of the Fastrpc represents compute context banks available on the dsp.
75 const: qcom,fastrpc-compute-cb
126 compute-cb@1 {
127 compatible = "qcom,fastrpc-compute-cb";
132 compute-cb@2 {
133 compatible = "qcom,fastrpc-compute-cb";
138 compute-cb@3 {
139 compatible = "qcom,fastrpc-compute-cb";
/linux-6.3-rc2/scripts/coccinelle/misc/
A 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)
172 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line)
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/bcm/
A Dbcm2835.yaml22 - raspberrypi,4-compute-module
35 - raspberrypi,compute-module
52 - raspberrypi,3-compute-module
53 - raspberrypi,3-compute-module-lite
/linux-6.3-rc2/drivers/accel/
A 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-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dpixfmt-meta-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-6.3-rc2/arch/xtensa/lib/
A 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-6.3-rc2/arch/arm64/boot/dts/rockchip/
A Drk3588-edgeble-neu6a-io.dts12 compatible = "edgeble,neural-compute-module-6a-io",
13 "edgeble,neural-compute-module-6a", "rockchip,rk3588";
A Drk3588-edgeble-neu6a.dtsi7 compatible = "edgeble,neural-compute-module-6a", "rockchip,rk3588";
/linux-6.3-rc2/Documentation/devicetree/bindings/interconnect/
A Dqcom,rpmh.yaml33 - qcom,sc7180-compute-noc
45 - qcom,sc8180x-compute-noc
78 - qcom,sm8150-compute-noc
87 - qcom,sm8250-compute-noc
103 - qcom,sm8350-compute-noc
/linux-6.3-rc2/Documentation/hwmon/
A 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-6.3-rc2/tools/perf/
A Dbuiltin-diff.c351 switch (compute) { in formula_fprintf()
423 switch (compute) { in diff__process_sample_event()
714 switch (compute) { in hists__precompute()
951 if (compute == COMPUTE_CYCLES) in hists__process()
1232 if (compute == COMPUTE_STREAM) in __cmd_diff()
1851 switch (compute) { in ui_init()
1937 compute = COMPUTE_DELTA; in diff__config()
1939 compute = COMPUTE_DELTA_ABS; in diff__config()
1941 compute = COMPUTE_RATIO; in diff__config()
1971 compute = COMPUTE_STREAM; in cmd_diff()
[all …]
/linux-6.3-rc2/Documentation/admin-guide/kdump/
A 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
320 array. Used by tools to compute the number of free pages.
383 The kernel randomization offset. Used to compute the page offset. If
389 Currently unused by Makedumpfile. Used to compute the module virtual
444 node_memblk_s's members. Used to compute the number of nodes.
458 The maximum number of bits for virtual addresses. Used to compute the
[all …]
/linux-6.3-rc2/Documentation/ABI/testing/
A 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
A 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-6.3-rc2/tools/perf/Documentation/
A 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-6.3-rc2/Documentation/driver-api/
A Ddma-buf.rst227 * Long-running compute command buffers, while still using traditional end of
229 fences which get reattached when the compute job is rescheduled.
276 userspace is allowed to use userspace fencing or long running compute
299 faults on GPUs are limited to pure compute workloads.
302 compute side, like compute units or command submission engines. If both a 3D
303 job with a DMA fence and a compute workload using recoverable page faults are
306 - The 3D workload might need to wait for the compute job to finish and release
309 - The compute workload might be stuck in a page fault, because the memory
320 achieved through e.g. through dedicated engines and minimal compute unit
331 fences must complete before a compute job with page fault handling can be
[all …]
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/
A Dsm6350.dtsi1098 compute-cb@3 {
1104 compute-cb@4 {
1110 compute-cb@5 {
1205 compute-cb@1 {
1211 compute-cb@2 {
1217 compute-cb@3 {
1223 compute-cb@4 {
1229 compute-cb@5 {
1235 compute-cb@6 {
1241 compute-cb@7 {
[all …]
A Dsm8350.dtsi2041 compute-cb@1 {
2047 compute-cb@2 {
2053 compute-cb@3 {
3063 compute-cb@3 {
3069 compute-cb@4 {
3075 compute-cb@5 {
3293 compute-cb@1 {
3300 compute-cb@2 {
3307 compute-cb@3 {
3314 compute-cb@4 {
[all …]
A Dsm8150.dtsi2113 compute-cb@1 {
2119 compute-cb@2 {
2125 compute-cb@3 {
3283 compute-cb@1 {
3289 compute-cb@2 {
3295 compute-cb@3 {
3301 compute-cb@4 {
3307 compute-cb@5 {
3313 compute-cb@6 {
3319 compute-cb@7 {
[all …]
/linux-6.3-rc2/Documentation/accel/
A 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-6.3-rc2/arch/arm/boot/dts/
A Drv1126-edgeble-neu2-io.dts13 compatible = "edgeble,neural-compute-module-2-io",
14 "edgeble,neural-compute-module-2", "rockchip,rv1126";
/linux-6.3-rc2/Documentation/gpu/amdgpu/
A 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-6.3-rc2/drivers/gpu/drm/panfrost/
A DTODO11 - Compute job support. So called 'compute only' jobs need to be plumbed up to
/linux-6.3-rc2/Documentation/devicetree/bindings/i2c/
A Dsnps,designware-i2c.yaml77 This value is used to compute the tLOW period.
83 This value is used to compute the tHIGH period.
/linux-6.3-rc2/Documentation/devicetree/bindings/watchdog/
A Datmel,at91sam9-wdt.yaml29 should be less or equal to 16. It is used to compute the WDV field.
36 compute the WDD field.

Completed in 60 milliseconds

123456