Searched full:streamer (Results 1 – 25 of 30) sorted by relevance
12
/linux-6.14.4/Documentation/driver-api/media/drivers/ |
D | vimc-devel.rst | 9 vimc-streamer 12 .. kernel-doc:: drivers/media/test-drivers/vimc/vimc-streamer.h 15 .. kernel-doc:: drivers/media/test-drivers/vimc/vimc-streamer.c
|
/linux-6.14.4/drivers/media/test-drivers/vimc/ |
D | vimc-streamer.c | 3 * vimc-streamer.c Virtual Media Controller Driver 13 #include "vimc-streamer.h" 79 * construct the pipeline used later on the streamer thread. 214 "vimc-streamer thread"); in vimc_streamer_s_stream()
|
D | Makefile | 2 vimc-y := vimc-core.o vimc-common.o vimc-streamer.o vimc-capture.o \
|
D | vimc-streamer.h | 3 * vimc-streamer.h Virtual Media Controller Driver
|
D | vimc-capture.c | 14 #include "vimc-streamer.h"
|
/linux-6.14.4/include/uapi/drm/ |
D | ivpu_accel.h | 99 * Metric streamer support. Provides sampling of various hardware performance 356 /** @metric_group_mask: Indicates metric streamer instance */ 377 /** @metric_group_mask: Indicates metric streamer instance */ 395 /** @metric_group_mask: Indicates metric streamer instance */
|
D | xe_drm.h | 561 * streamer cycle count was captured. 566 * streamer cycles is queried.
|
D | i915_drm.h | 734 /* Frequency of the command streamer timestamps given by the *_TIMESTAMP 1487 * the resource streamer.
|
/linux-6.14.4/drivers/accel/ivpu/ |
D | vpu_jsm_api.h | 731 * @brief Metric streamer start command structure. 740 * A metric group can belong only to one metric streamer instance at a time. 741 * Since each metric streamer instance has a unique set of metric groups, it 742 * can also identify a metric streamer instance if more than one instance was 743 * started. If the VPU device does not support multiple metric streamer instances, 778 * @brief Metric streamer stop command structure. 791 /** Metric group mask that identifies metric streamer instance. */ 1267 * Data sent from the VPU to the host in all metric streamer response messages 1276 /** Metric group mask that identifies metric streamer instance. */ 1285 * Number of samples collected since the metric streamer was started. [all …]
|
D | ivpu_jsm_msg.c | 454 ivpu_warn_ratelimited(vdev, "Failed to start metric streamer: ret %d\n", ret); in ivpu_jsm_metric_streamer_start() 472 ivpu_warn_ratelimited(vdev, "Failed to stop metric streamer: ret %d\n", ret); in ivpu_jsm_metric_streamer_stop() 491 ivpu_warn_ratelimited(vdev, "Failed to update metric streamer: ret %d\n", ret); in ivpu_jsm_metric_streamer_update() 520 ivpu_warn_ratelimited(vdev, "Failed to get metric streamer info: ret %d\n", ret); in ivpu_jsm_metric_streamer_info()
|
/linux-6.14.4/Documentation/devicetree/bindings/display/ |
D | snps,arcpgu.txt | 4 by Synopsys. The ARC PGU is an RGB streamer that reads the data from a
|
D | arm,hdlcd.yaml | 16 RGB streamer that reads the data from a framebuffer and sends it to a single
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/sandybridge/ |
D | other.json | 29 …re Prefetch requests that miss the L1D cache. This accounts for both L1 streamer and IP-based (IPP…
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/jaketown/ |
D | other.json | 29 …re Prefetch requests that miss the L1D cache. This accounts for both L1 streamer and IP-based (IPP…
|
/linux-6.14.4/drivers/gpu/drm/xe/instructions/ |
D | xe_mi_commands.h | 13 * provide general memory operations and command streamer control. MI commands
|
/linux-6.14.4/Documentation/gpu/ |
D | i915.rst | 278 - Render Command Streamer (RCS). An engine for rendering 3D and 280 - Blitting Command Streamer (BCS). An engine for performing blitting and/or 282 - Video Command Streamer. An engine used for video encoding and decoding. Also 284 - Video Enhancement Command Streamer (VECS). An engine for video enhancement. 286 - Compute Command Streamer (CCS). An engine that has access to the media and
|
/linux-6.14.4/drivers/media/usb/dvb-usb-v2/ |
D | lmedm04.h | 22 /* Streamer & PID
|
/linux-6.14.4/include/uapi/linux/ |
D | mtio.h | 94 #define MT_ISQIC02 0x02 /* Generic QIC-02 tape streamer */
|
/linux-6.14.4/drivers/gpu/drm/arm/ |
D | hdlcd_crtc.c | 32 * The HDLCD controller is a dumb RGB streamer that gets connected to
|
/linux-6.14.4/drivers/gpu/drm/i915/gt/ |
D | gen6_engine_cs.c | 197 * Bspec vol 1c.3 - blitter engine command streamer: in mi_flush_dw()
|
D | intel_engine_cs.c | 41 * Resource Streamer, is 66944 bytes, which rounds to 17 pages. 880 * Do not create the command streamer for CCS slices beyond the first. in init_engine_mask()
|
D | intel_ring_submission.c | 973 /* For resource streamer on HSW+ and power context elsewhere */ in switch_context()
|
/linux-6.14.4/drivers/gpu/drm/i915/gvt/ |
D | interrupt.c | 101 [VECS_MI_FLUSH_DW] = "Video Enhanced Streamer MI FLUSH DW notify",
|
/linux-6.14.4/drivers/gpu/drm/xe/ |
D | xe_hw_engine.c | 416 * used by the command streamer when executing commands that in hw_engine_setup_default_state()
|
/linux-6.14.4/tools/include/uapi/drm/ |
D | i915_drm.h | 734 /* Frequency of the command streamer timestamps given by the *_TIMESTAMP 1487 * the resource streamer.
|
12