diff options
author | Radhakrishna Sripada <radhakrishna.sripada@intel.com> | 2024-06-07 11:29:39 -0700 |
---|---|---|
committer | Matt Roper <matthew.d.roper@intel.com> | 2024-06-12 09:25:10 -0700 |
commit | 6a04e1fc36ff762312088c2ca819ada3b9f7ab33 (patch) | |
tree | 5b9ee057f8785c4a65efaf309d8d20073e31a2fd /drivers/gpu/drm/xe/xe_guc_ct.c | |
parent | e46d3f813abd2383881c66d21ba04cee9fbdf3a9 (diff) | |
download | lwn-6a04e1fc36ff762312088c2ca819ada3b9f7ab33.tar.gz lwn-6a04e1fc36ff762312088c2ca819ada3b9f7ab33.zip |
drm/xe/trace: Extract guc related traces
xe_trace.h is starting to get over crowded. Move the traces
related to guc to its own file.
v2: Update year in License(Gustavo)
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Suggested-by: Jani Nikula <jani.nikula@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Radhakrishna Sripada <radhakrishna.sripada@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240607182943.3572524-3-radhakrishna.sripada@intel.com
Diffstat (limited to 'drivers/gpu/drm/xe/xe_guc_ct.c')
-rw-r--r-- | drivers/gpu/drm/xe/xe_guc_ct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_guc_ct.c b/drivers/gpu/drm/xe/xe_guc_ct.c index 936b63483e96..aef400133720 100644 --- a/drivers/gpu/drm/xe/xe_guc_ct.c +++ b/drivers/gpu/drm/xe/xe_guc_ct.c @@ -29,7 +29,7 @@ #include "xe_guc_submit.h" #include "xe_map.h" #include "xe_pm.h" -#include "xe_trace.h" +#include "xe_trace_guc.h" /* Used when a CT send wants to block and / or receive data */ struct g2h_fence { |