Searched refs:xe_reg_sr (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_reg_sr.h | 16 struct xe_reg_sr; 20 int xe_reg_sr_init(struct xe_reg_sr *sr, const char *name, struct xe_device *xe); 21 void xe_reg_sr_dump(struct xe_reg_sr *sr, struct drm_printer *p); 23 int xe_reg_sr_add(struct xe_reg_sr *sr, const struct xe_reg_sr_entry *e, 25 void xe_reg_sr_apply_mmio(struct xe_reg_sr *sr, struct xe_gt *gt);
|
D | xe_reg_sr.c | 33 struct xe_reg_sr *sr = arg; in reg_sr_fini() 40 int xe_reg_sr_init(struct xe_reg_sr *sr, const char *name, struct xe_device *xe) in xe_reg_sr_init() 51 static struct xe_reg_sr_entry *alloc_entry(struct xe_reg_sr *sr) in alloc_entry() 86 static void reg_sr_inc_error(struct xe_reg_sr *sr) in reg_sr_inc_error() 93 int xe_reg_sr_add(struct xe_reg_sr *sr, in xe_reg_sr_add() 186 void xe_reg_sr_apply_mmio(struct xe_reg_sr *sr, struct xe_gt *gt) in xe_reg_sr_apply_mmio() 215 struct xe_reg_sr *sr = &hwe->reg_whitelist; in xe_reg_sr_apply_whitelist() 270 void xe_reg_sr_dump(struct xe_reg_sr *sr, struct drm_printer *p) in xe_reg_sr_dump()
|
D | xe_reg_whitelist.h | 13 struct xe_reg_sr; 21 void xe_reg_whitelist_dump(struct xe_reg_sr *sr, struct drm_printer *p);
|
D | xe_hw_engine_types.h | 126 struct xe_reg_sr reg_sr; 130 struct xe_reg_sr reg_whitelist; 134 struct xe_reg_sr reg_lrc;
|
D | xe_rtp.c | 146 struct xe_reg_sr *sr) in rtp_add_sr_entry() 161 struct xe_hw_engine *hwe, struct xe_reg_sr *sr) in rtp_process_one_sr() 250 struct xe_reg_sr *sr) in xe_rtp_process_to_sr()
|
D | xe_rtp.h | 25 struct xe_reg_sr; 433 struct xe_reg_sr *sr);
|
D | xe_reg_sr_types.h | 22 struct xe_reg_sr { struct
|
D | xe_reg_whitelist.c | 165 void xe_reg_whitelist_dump(struct xe_reg_sr *sr, struct drm_printer *p) in xe_reg_whitelist_dump()
|
D | xe_gt_types.h | 173 struct xe_reg_sr reg_sr;
|
D | Makefile | 90 xe_reg_sr.o \
|
D | xe_gt.c | 207 struct xe_reg_sr *sr = &q->hwe->reg_lrc; in emit_wa_job()
|
/linux-6.12.1/drivers/gpu/drm/xe/tests/ |
D | xe_rtp_test.c | 312 struct xe_reg_sr *reg_sr = >->reg_sr; in xe_rtp_process_to_sr_tests()
|