diff options
author | John Harrison <John.C.Harrison@Intel.com> | 2023-01-27 03:28:42 +0300 |
---|---|---|
committer | John Harrison <John.C.Harrison@Intel.com> | 2023-01-28 00:01:26 +0300 |
commit | 583ebae783b8241a30581c084ad6226051b594c5 (patch) | |
tree | 5d4c1ee12f9378251ac4891d261c38ab6481dbf4 /drivers/gpu/drm/i915/i915_gpu_error.h | |
parent | e9823f0fc375b87a461faaaeea886491660b3083 (diff) | |
download | linux-583ebae783b8241a30581c084ad6226051b594c5.tar.xz |
drm/i915/guc: Rename GuC register state capture node to be more obvious
The GuC specific register state entry in the error capture object was
just called 'capture'. Although the companion 'node' entry was called
'guc_capture_node'. Rename the base entry to be 'guc_capture' instead
so that it is a) more consistent and b) more obvious what it is.
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230127002842.3169194-9-John.C.Harrison@Intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/i915_gpu_error.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_gpu_error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_gpu_error.h b/drivers/gpu/drm/i915/i915_gpu_error.h index efc75cc2ffdb..56027ffbce51 100644 --- a/drivers/gpu/drm/i915/i915_gpu_error.h +++ b/drivers/gpu/drm/i915/i915_gpu_error.h @@ -94,7 +94,7 @@ struct intel_engine_coredump { struct intel_instdone instdone; /* GuC matched capture-lists info */ - struct intel_guc_state_capture *capture; + struct intel_guc_state_capture *guc_capture; struct __guc_capture_parsed_output *guc_capture_node; struct i915_gem_context_coredump { |