aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/drm/qaic_accel.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/drm/qaic_accel.h')
-rw-r--r--original/uapi/drm/qaic_accel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/original/uapi/drm/qaic_accel.h b/original/uapi/drm/qaic_accel.h
index 43ac5d8..9dab323 100644
--- a/original/uapi/drm/qaic_accel.h
+++ b/original/uapi/drm/qaic_accel.h
@@ -287,8 +287,9 @@ struct qaic_execute_entry {
* struct qaic_partial_execute_entry - Defines a BO to resize and submit.
* @handle: In. GEM handle of the BO to commit to the device.
* @dir: In. Direction of data. 1 = to device, 2 = from device.
- * @resize: In. New size of the BO. Must be <= the original BO size. 0 is
- * short for no resize.
+ * @resize: In. New size of the BO. Must be <= the original BO size.
+ * @resize as 0 would be interpreted as no DMA transfer is
+ * involved.
*/
struct qaic_partial_execute_entry {
__u32 handle;