Searched refs:xe_rtp_process_to_sr (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/xe/ |
D | xe_tuning.c | 142 xe_rtp_process_to_sr(&ctx, gt_tunings, >->reg_sr); in xe_tuning_process_gt() 150 xe_rtp_process_to_sr(&ctx, engine_tunings, &hwe->reg_sr); in xe_tuning_process_engine() 166 xe_rtp_process_to_sr(&ctx, lrc_tunings, &hwe->reg_lrc); in xe_tuning_process_lrc()
|
D | xe_rtp.c | 248 void xe_rtp_process_to_sr(struct xe_rtp_process_ctx *ctx, in xe_rtp_process_to_sr() function 280 EXPORT_SYMBOL_IF_KUNIT(xe_rtp_process_to_sr);
|
D | xe_rtp.h | 431 void xe_rtp_process_to_sr(struct xe_rtp_process_ctx *ctx,
|
D | xe_reg_whitelist.c | 140 xe_rtp_process_to_sr(&ctx, register_whitelist, &hwe->reg_whitelist); in xe_reg_whitelist_process_engine()
|
D | xe_wa.c | 853 xe_rtp_process_to_sr(&ctx, gt_was, >->reg_sr); in xe_wa_process_gt() 871 xe_rtp_process_to_sr(&ctx, engine_was, &hwe->reg_sr); in xe_wa_process_engine() 888 xe_rtp_process_to_sr(&ctx, lrc_was, &hwe->reg_lrc); in xe_wa_process_lrc()
|
D | xe_hw_engine.c | 406 xe_rtp_process_to_sr(&ctx, lrc_setup, &hwe->reg_lrc); in xe_hw_engine_setup_default_lrc_state() 465 xe_rtp_process_to_sr(&ctx, engine_entries, &hwe->reg_sr); in hw_engine_setup_default_state()
|
/linux-6.14.4/drivers/gpu/drm/xe/tests/ |
D | xe_rtp_test.c | 323 xe_rtp_process_to_sr(&ctx, param->entries, reg_sr); in xe_rtp_process_to_sr_tests()
|