Home
last modified time | relevance | path

Searched refs:sync_out (Results 1 – 3 of 3) sorted by relevance

/drivers/pinctrl/qcom/
A Dpinctrl-sm4250-lpass-lpi.c155 LPI_PINGROUP(19, LPI_NO_SLEW, qup_io_00, sync_out, _, _),
156 LPI_PINGROUP(20, LPI_NO_SLEW, qup_io_10, sync_out, _, _),
157 LPI_PINGROUP(21, LPI_NO_SLEW, qup_io_01, sync_out, _, _),
158 LPI_PINGROUP(22, LPI_NO_SLEW, qup_io_11, sync_out, _, _),
159 LPI_PINGROUP(23, LPI_NO_SLEW, qup_io_25, qup_io_05, sync_out, _),
160 LPI_PINGROUP(25, LPI_NO_SLEW, qup_io_26, qup_io_21, sync_out, _),
161 LPI_PINGROUP(26, LPI_NO_SLEW, qup_io_36, qup_io_31, sync_out, _),
200 LPI_FUNCTION(sync_out),
/drivers/gpu/drm/panfrost/
A Dpanfrost_drv.c281 struct drm_syncobj *sync_out = NULL; in panfrost_ioctl_submit() local
292 sync_out = drm_syncobj_find(file, args->out_sync); in panfrost_ioctl_submit()
293 if (!sync_out) in panfrost_ioctl_submit()
333 if (sync_out) in panfrost_ioctl_submit()
334 drm_syncobj_replace_fence(sync_out, job->render_done_fence); in panfrost_ioctl_submit()
342 if (sync_out) in panfrost_ioctl_submit()
343 drm_syncobj_put(sync_out); in panfrost_ioctl_submit()
/drivers/gpu/drm/v3d/
A Dv3d_submit.c233 struct drm_syncobj *sync_out; in v3d_attach_fences_and_unlock_reservation() local
248 sync_out = drm_syncobj_find(file_priv, out_sync); in v3d_attach_fences_and_unlock_reservation()
249 if (sync_out) { in v3d_attach_fences_and_unlock_reservation()
250 drm_syncobj_replace_fence(sync_out, done_fence); in v3d_attach_fences_and_unlock_reservation()
251 drm_syncobj_put(sync_out); in v3d_attach_fences_and_unlock_reservation()

Completed in 9 milliseconds