Searched refs:dbc_id (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | qaic_accel.h | 112 * @dbc_id: Out. Id of the assigned DBC for successful request. 118 __u32 dbc_id; member 125 * @dbc_id: In. Id of assigned DBC. 130 __u32 dbc_id; member 242 * @dbc_id: In. Associate the sliced BO with this DBC. 260 __u32 dbc_id; member 302 * @dbc_id: In. DBC to submit the BOs on. 306 __u32 dbc_id; member 323 * @dbc_id: In. DBC the BO is submitted to. 329 __u32 dbc_id; member 342 __u32 dbc_id; global() member [all...] |
/kernel/linux/linux-6.6/drivers/accel/qaic/ |
H A D | qaic.h | 263 int disable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr); 264 void enable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr); 265 void wakeup_dbc(struct qaic_device *qdev, u32 dbc_id); 266 void release_dbc(struct qaic_device *qdev, u32 dbc_id);
|
H A D | qaic_control.c | 130 __le32 dbc_id; member 137 __le32 dbc_id; member 221 u32 dbc_id; member 300 u32 dbc_id = resources->dbc_id; in save_dbc_buf() local 303 wait_event_interruptible(qdev->dbc[dbc_id].dbc_release, !qdev->dbc[dbc_id].in_use); in save_dbc_buf() 304 qdev->dbc[dbc_id].req_q_base = resources->buf; in save_dbc_buf() 305 qdev->dbc[dbc_id].rsp_q_base = resources->rsp_q_base; in save_dbc_buf() 306 qdev->dbc[dbc_id] in save_dbc_buf() 903 u32 dbc_id = le32_to_cpu(in_trans->dbc_id); decode_deactivate() local [all...] |
H A D | qaic_data.c | 909 if (bo->total_slice_nents > qdev->dbc[hdr->dbc_id].nelem) { in qaic_attach_slicing_bo() 916 list_add_tail(&bo->bo_list, &qdev->dbc[hdr->dbc_id].bo_lists); in qaic_attach_slicing_bo() 965 if (args->hdr.dbc_id >= qdev->num_dbc) { in qaic_attach_slice_bo_ioctl() 1001 dbc = &qdev->dbc[args->hdr.dbc_id]; in qaic_attach_slice_bo_ioctl() 1043 static inline int copy_exec_reqs(struct qaic_device *qdev, struct bo_slice *slice, u32 dbc_id, in copy_exec_reqs() argument 1046 struct dma_bridge_chan *dbc = &qdev->dbc[dbc_id]; in copy_exec_reqs() 1085 u64 resize, u32 dbc_id, u32 head, u32 *ptail) in copy_partial_exec_reqs() 1087 struct dma_bridge_chan *dbc = &qdev->dbc[dbc_id]; in copy_partial_exec_reqs() 1343 if (args->hdr.dbc_id >= qdev->num_dbc) { in __qaic_execute_bo_ioctl() 1348 dbc = &qdev->dbc[args->hdr.dbc_id]; in __qaic_execute_bo_ioctl() 1084 copy_partial_exec_reqs(struct qaic_device *qdev, struct bo_slice *slice, u64 resize, u32 dbc_id, u32 head, u32 *ptail) copy_partial_exec_reqs() argument 1819 disable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr) disable_dbc() argument 1837 enable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr) enable_dbc() argument 1842 wakeup_dbc(struct qaic_device *qdev, u32 dbc_id) wakeup_dbc() argument 1856 release_dbc(struct qaic_device *qdev, u32 dbc_id) release_dbc() argument [all...] |
Completed in 5 milliseconds