commit | 3cb3e3434b9f9c34e98605658818b72fdaef0795 | [log] [tgz] |
---|---|---|
author | Matthew Brost <matthew.brost@intel.com> | Thu Sep 09 09:47:42 2021 -0700 |
committer | John Harrison <John.C.Harrison@Intel.com> | Mon Sep 13 11:30:52 2021 -0700 |
tree | 4f4736fc0ded237234f28564138bddebe88b0fe0 | |
parent | 9798b1724ba43f19deb44d2aa729af0e1cf4cd0d [diff] |
drm/i915/guc: Move fields protected by guc->contexts_lock into sub structure To make ownership of locking clear move fields (guc_id, guc_id_ref, guc_id_link) to sub structure guc_id in intel_context. Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Signed-off-by: Matthew Brost <matthew.brost@intel.com> Signed-off-by: John Harrison <John.C.Harrison@Intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210909164744.31249-22-matthew.brost@intel.com