Home
last modified time | relevance | path

Searched refs:_gt (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_gt_print.h13 #define gt_err(_gt, _fmt, ...) \ argument
14 drm_err(&(_gt)->i915->drm, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__)
16 #define gt_warn(_gt, _fmt, ...) \ argument
17 drm_warn(&(_gt)->i915->drm, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__)
20 drm_warn_once(&(_gt)->i915->drm, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__)
23 drm_notice(&(_gt)->i915->drm, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__)
26 drm_info(&(_gt)->i915->drm, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__)
29 drm_dbg(&(_gt)->i915->drm, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__)
32 drm_err_ratelimited(&(_gt)->i915->drm, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__)
35 dev_notice_ratelimited((_gt)->i915->drm.dev, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__)
[all …]
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_gt_printk.h13 #define xe_gt_printk(_gt, _level, _fmt, ...) \ argument
14 drm_##_level(&gt_to_xe(_gt)->drm, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__)
16 #define xe_gt_err_once(_gt, _fmt, ...) \ argument
19 #define xe_gt_err(_gt, _fmt, ...) \ argument
22 #define xe_gt_warn(_gt, _fmt, ...) \ argument
25 #define xe_gt_notice(_gt, _fmt, ...) \ argument
28 #define xe_gt_info(_gt, _fmt, ...) \ argument
31 #define xe_gt_dbg(_gt, _fmt, ...) \ argument
38 drm_WARN(&gt_to_xe(_gt)->drm, _condition, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__)
41 drm_WARN_ONCE(&gt_to_xe(_gt)->drm, _condition, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__)
[all …]
H A Dxe_gt_sriov_printk.h15 #define xe_gt_sriov_err(_gt, _fmt, ...) \ argument
16 __xe_gt_sriov_printk(_gt, err, _fmt, ##__VA_ARGS__)
18 #define xe_gt_sriov_notice(_gt, _fmt, ...) \ argument
19 __xe_gt_sriov_printk(_gt, notice, _fmt, ##__VA_ARGS__)
21 #define xe_gt_sriov_info(_gt, _fmt, ...) \ argument
22 __xe_gt_sriov_printk(_gt, info, _fmt, ##__VA_ARGS__)
24 #define xe_gt_sriov_dbg(_gt, _fmt, ...) \ argument
25 __xe_gt_sriov_printk(_gt, dbg, _fmt, ##__VA_ARGS__)
29 #define xe_gt_sriov_dbg_verbose(_gt, _fmt, ...) xe_gt_sriov_dbg(_gt, _fmt, ##__VA_ARGS__) argument
31 #define xe_gt_sriov_dbg_verbose(_gt, _fmt, ...) typecheck(struct xe_gt *, (_gt)) argument
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_gpu_error.c783 if ((gt->_gt->info.sfc_mask & BIT(i)) == 0 || in err_print_gt_global()
784 !HAS_ENGINE(gt->_gt, _VCS(i * 2))) in err_print_gt_global()
1203 struct i915_ggtt *ggtt = gt->_gt->ggtt; in gt_record_fences()
1204 struct intel_uncore *uncore = gt->_gt->uncore; in gt_record_fences()
1690 for_each_engine(engine, gt->_gt, id) { in gt_record_engines()
1736 const struct intel_uc *uc = &gt->_gt->uc; in gt_record_uc()
1773 struct intel_uncore *uncore = gt->_gt->uncore; in gt_record_display_regs()
1794 struct intel_uncore *uncore = gt->_gt->uncore; in gt_record_global_nonguc_regs()
1839 struct intel_uncore *uncore = gt->_gt->uncore; in gt_record_global_regs()
1913 !HAS_ENGINE(gt->_gt, _VCS(i * 2))) in gt_record_global_regs()
[all …]
H A Di915_gpu_error.h140 const struct intel_gt *_gt; member