File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ union drm_amdgpu_ctx {
348348 * For operation AMDGPU_USERQ_OP_CREATE: user is expected
349349 * to set all fields, excep the parameter 'queue_id'.
350350 * For operation AMDGPU_USERQ_OP_FREE: the only input parameter expected
351- * to be set is 'queue_id', eveything else is ignored.
351+ * to be set is 'queue_id', everything else is ignored.
352352 */
353353struct drm_amdgpu_userq_in {
354354 /** AMDGPU_USERQ_OP_* */
@@ -935,7 +935,7 @@ struct drm_amdgpu_gem_va {
935935#define AMDGPU_HW_IP_UVD_ENC 5
936936#define AMDGPU_HW_IP_VCN_DEC 6
937937/*
938- * From VCN4, AMDGPU_HW_IP_VCN_ENC is re-used to support
938+ * From VCN4, AMDGPU_HW_IP_VCN_ENC is reused to support
939939 * both encoding and decoding jobs.
940940 */
941941#define AMDGPU_HW_IP_VCN_ENC 7
Original file line number Diff line number Diff line change @@ -869,7 +869,7 @@ struct drm_get_cap {
869869 * cursor and have correctly set hotspot properties.
870870 * If this client cap is not set the DRM core will hide cursor plane on
871871 * those virtualized drivers because not setting it implies that the
872- * client is not capable of dealing with those extra restictions .
872+ * client is not capable of dealing with those extra restrictions .
873873 * Clients which do set cursor hotspot and treat the cursor plane
874874 * like a mouse cursor should set this property.
875875 * The client must enable &DRM_CLIENT_CAP_ATOMIC first.
You can’t perform that action at this time.
0 commit comments