Skip to content

Instantly share code, notes, and snippets.

@Sonicadvance1
Created February 26, 2023 04:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sonicadvance1/d9f6ed914039f3d6299a4674e966aed9 to your computer and use it in GitHub Desktop.
Save Sonicadvance1/d9f6ed914039f3d6299a4674e966aed9 to your computer and use it in GitHub Desktop.
@@ -290,6 +290,8 @@ struct drm_pancsf_group_submit {
/** @group_handle: Handle of the group to queue jobs to. */
__u32 group_handle;
+ __u32 __pad;
+
/** @syncs: Array of queue submit operations. */
struct drm_pancsf_obj_array queue_submits;
};
@@ -342,6 +344,8 @@ struct drm_pancsf_group_create {
/** @priority: Group priority (see drm_drm_pancsf_cs_group_priority). */
__u8 priority;
+ __u8 __pad[4];
+
/** @compute_core_mask: Mask encoding cores that can be used for compute jobs. */
__u64 compute_core_mask;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment