diff options
| author | Zhanjun Dong <zhanjun.dong@intel.com> | 2024-10-04 12:34:28 -0700 |
|---|---|---|
| committer | Matt Roper <matthew.d.roper@intel.com> | 2024-10-08 09:47:02 -0700 |
| commit | 0f1fdf5592259cc68ee5ec968c6cddb26d0ecf77 (patch) | |
| tree | 606c2889cd1e2ccf8d4645ee4f79689d9f2e9b1f /drivers/gpu/drm/xe/xe_hw_engine.h | |
| parent | ecb6336463911d6eb684998754f8701d0f437f18 (diff) | |
| download | linux-next-0f1fdf5592259cc68ee5ec968c6cddb26d0ecf77.tar.gz linux-next-0f1fdf5592259cc68ee5ec968c6cddb26d0ecf77.zip | |
drm/xe/guc: Save manual engine capture into capture list
Save manual engine capture into capture list.
This removes duplicate register definitions across manual-capture vs
guc-err-capture.
Signed-off-by: Zhanjun Dong <zhanjun.dong@intel.com>
Reviewed-by: Alan Previn <alan.previn.teres.alexis@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241004193428.3311145-7-zhanjun.dong@intel.com
Diffstat (limited to 'drivers/gpu/drm/xe/xe_hw_engine.h')
| -rw-r--r-- | drivers/gpu/drm/xe/xe_hw_engine.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/xe/xe_hw_engine.h b/drivers/gpu/drm/xe/xe_hw_engine.h index c2428326a366..da0a6922a26f 100644 --- a/drivers/gpu/drm/xe/xe_hw_engine.h +++ b/drivers/gpu/drm/xe/xe_hw_engine.h @@ -58,8 +58,6 @@ u32 xe_hw_engine_mask_per_class(struct xe_gt *gt, struct xe_hw_engine_snapshot * xe_hw_engine_snapshot_capture(struct xe_hw_engine *hwe, struct xe_sched_job *job); void xe_hw_engine_snapshot_free(struct xe_hw_engine_snapshot *snapshot); -void xe_hw_engine_snapshot_print(struct xe_hw_engine_snapshot *snapshot, - struct drm_printer *p); void xe_hw_engine_print(struct xe_hw_engine *hwe, struct drm_printer *p); void xe_hw_engine_setup_default_lrc_state(struct xe_hw_engine *hwe); |
