Lines Matching +full:read +full:- +full:only
1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
3 * Copyright (C) 2020-2023 Intel Corporation
76 * struct drm_ivpu_param - Get/Set VPU parameters
85 * PCI Device ID of the VPU device (read-only)
88 * VPU device revision (read-only)
92 * platform type when executing on a simulator or emulator (read-only)
95 * Current PLL frequency (read-only)
98 * Maximum number of simultaneously existing contexts (read-only)
101 * Lowest VPU virtual address available in the current context (read-only)
104 * Value of current context scheduling priority (read-write).
108 * Current context ID, always greater than 0 (read-only)
111 * Firmware API version array (read-only)
114 * Heartbeat value from an engine (read-only).
118 * Device-unique inference ID (read-only)
121 * VPU tile configuration (read-only)
124 * VPU SKU ID (read-only)
153 * struct drm_ivpu_bo_create - Create BO backed by SHMEM
202 * struct drm_ivpu_bo_info - Query buffer object info
230 * struct drm_ivpu_submit - Submit commands to the VPU
265 /** @flags: Reserved for future use - must be zero */
272 * to be executed. The offset has to be 8-byte aligned.
281 * struct drm_ivpu_bo_wait - Wait for BO to become inactive
290 /** @flags: Reserved for future use - must be zero */
301 * Valid only if @handle points to a command buffer.
305 /** @pad: Padding - must be zero */