[PATCH 1/4] drm/i915/guc: Move guc_ids under submission_state sub-structure

2021-09-13 Thread Matthew Brost
Move guc_ids under submission_state sub-structure as a future patch will use contexts_lock (global GuC submission lock) to protect more data. Introducing the sub-structure makes ownership of the locking / fields clear. v2: (Docs) - Fix Docs warning by adding comment to submission_state

[PATCH 1/4] drm/i915/guc: Move guc_ids under submission_state sub-structure

2021-09-13 Thread Matthew Brost
Move guc_ids under submission_state sub-structure as a future patch will use contexts_lock (global GuC submission lock) to protect more data. Introducing the sub-structure makes ownership of the locking / fields clear. Signed-off-by: Matthew Brost ---