mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 05:50:12 +01:00
amdgpu: squash trivial documentation typo
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
This commit is contained in:
parent
a30da8e9b3
commit
c19fa2b1ca
1 changed files with 1 additions and 1 deletions
|
|
@ -709,7 +709,7 @@ int amdgpu_bo_cpu_unmap(amdgpu_bo_handle buf_handle);
|
|||
/**
|
||||
* Wait until a buffer is not used by the device.
|
||||
*
|
||||
* \param dev - \c [in] Device handle. See #amdgpu_lib_initialize()
|
||||
* \param dev - \c [in] Device handle. See #amdgpu_device_initialize()
|
||||
* \param buf_handle - \c [in] Buffer handle.
|
||||
* \param timeout_ns - Timeout in nanoseconds.
|
||||
* \param buffer_busy - 0 if buffer is idle, all GPU access was completed
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue