Home
last modified time | relevance | path

Searched refs:dbc_id (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/drm/
H A Dqaic_accel.h118 __u32 dbc_id; member
130 __u32 dbc_id; member
260 __u32 dbc_id; member
306 __u32 dbc_id; member
329 __u32 dbc_id; member
342 __u32 dbc_id; member
/openbmc/linux/drivers/accel/qaic/
H A Dqaic_control.c130 __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].dma_addr = resources->dma_addr; in save_dbc_buf()
307 qdev->dbc[dbc_id].total_size = resources->total_size; in save_dbc_buf()
308 qdev->dbc[dbc_id].nelem = resources->nelem; in save_dbc_buf()
[all …]
H A Dqaic.h263 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 Dqaic_data.c909 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() argument
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()
[all …]