| /linux/Documentation/devicetree/bindings/misc/ |
| 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/scripts/coccinelle/misc/ |
| 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/Documentation/devicetree/bindings/arm/bcm/ |
| 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/drivers/accel/ |
| 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/Documentation/userspace-api/media/v4l/ |
| 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/arch/arm64/boot/dts/rockchip/ |
| A D | rk3588-edgeble-neu6a-io.dts | 13 compatible = "edgeble,neural-compute-module-6a-io", 14 "edgeble,neural-compute-module-6a", "rockchip,rk3588";
|
| A D | rk3588-edgeble-neu6b-io.dts | 13 compatible = "edgeble,neural-compute-module-6a-io", 14 "edgeble,neural-compute-module-6b", "rockchip,rk3588";
|
| A D | rk3588-edgeble-neu6a.dtsi | 9 compatible = "edgeble,neural-compute-module-6a", "rockchip,rk3588";
|
| A D | rk3588-edgeble-neu6b.dtsi | 9 compatible = "edgeble,neural-compute-module-6b", "rockchip,rk3588";
|
| /linux/drivers/gpu/drm/imagination/ |
| A D | pvr_context.c | 188 pvr_queue_destroy(ctx->queues.compute); in pvr_context_destroy_queues() 232 ctx->queues.compute = pvr_queue_create(ctx, DRM_PVR_JOB_TYPE_COMPUTE, in pvr_context_create_queues() 234 if (IS_ERR(ctx->queues.compute)) { in pvr_context_create_queues() 235 err = PTR_ERR(ctx->queues.compute); in pvr_context_create_queues() 236 ctx->queues.compute = NULL; in pvr_context_create_queues() 275 pvr_queue_kill(ctx->queues.compute); in pvr_context_kill_queues()
|
| 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/arch/xtensa/lib/ |
| 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/ |
| A D | builtin-diff.c | 351 switch (compute) { in formula_fprintf() 425 switch (compute) { in diff__process_sample_event() 702 switch (compute) { in hists__precompute() 939 if (compute == COMPUTE_CYCLES) in hists__process() 1220 if (compute == COMPUTE_STREAM) in __cmd_diff() 1839 switch (compute) { in ui_init() 1925 compute = COMPUTE_DELTA; in diff__config() 1927 compute = COMPUTE_DELTA_ABS; in diff__config() 1929 compute = COMPUTE_RATIO; in diff__config() 1971 compute = COMPUTE_STREAM; in cmd_diff() [all …]
|
| /linux/Documentation/hwmon/ |
| 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/Documentation/devicetree/bindings/interconnect/ |
| 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/tools/perf/Documentation/ |
| 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/ |
| 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/accel/ |
| 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/Documentation/admin-guide/kdump/ |
| 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/arch/arm64/boot/dts/qcom/ |
| A D | sa8775p.dtsi | 4010 compute-cb@1 { 4026 compute-cb@2 { 4042 compute-cb@3 { 4058 compute-cb@4 { 4074 compute-cb@5 { 4090 compute-cb@6 { 4106 compute-cb@7 { 4122 compute-cb@8 { 4138 compute-cb@9 { 4238 compute-cb@1 { [all …]
|
| A D | sm6350.dtsi | 1330 compute-cb@3 { 1336 compute-cb@4 { 1342 compute-cb@5 { 1590 compute-cb@1 { 1596 compute-cb@2 { 1602 compute-cb@3 { 1608 compute-cb@4 { 1614 compute-cb@5 { 1620 compute-cb@6 { 1626 compute-cb@7 { [all …]
|
| /linux/arch/arm/boot/dts/rockchip/ |
| A D | rv1126-edgeble-neu2-io.dts | 13 compatible = "edgeble,neural-compute-module-2-io", 14 "edgeble,neural-compute-module-2", "rockchip,rv1126";
|
| /linux/Documentation/gpu/amdgpu/ |
| 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/Documentation/ABI/testing/ |
| 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/drivers/gpu/drm/loongson/ |
| A D | lsdc_pixpll.h | 54 int (*compute)(struct lsdc_pixpll * const this, member
|