Home
last modified time | relevance | path

Searched refs:xe_rtp_process_to_sr (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_tuning.c215 xe_rtp_process_to_sr(&ctx, &gt_tunings, &gt->reg_sr, false); in xe_tuning_process_gt()
226 xe_rtp_process_to_sr(&ctx, &engine_tunings, &hwe->reg_sr, false); in xe_tuning_process_engine()
245 xe_rtp_process_to_sr(&ctx, &lrc_tunings, &hwe->reg_lrc, true); in xe_tuning_process_lrc()
H A Dxe_reg_whitelist.c217 xe_rtp_process_to_sr(&ctx, &register_whitelist, &hwe->reg_whitelist, false); in xe_reg_whitelist_process_engine()
220 xe_rtp_process_to_sr(&ctx, &oa_whitelist, &hwe->oa_whitelist, false); in xe_reg_whitelist_process_engine()
H A Dxe_rtp.c346 void xe_rtp_process_to_sr(struct xe_rtp_process_ctx *ctx, in xe_rtp_process_to_sr() function
381 EXPORT_SYMBOL_IF_KUNIT(xe_rtp_process_to_sr);
H A Dxe_wa.c874 xe_rtp_process_to_sr(&ctx, &gt_was, &gt->reg_sr, false); in xe_wa_process_gt()
892 xe_rtp_process_to_sr(&ctx, &engine_was, &hwe->reg_sr, false); in xe_wa_process_engine()
909 xe_rtp_process_to_sr(&ctx, &lrc_was, &hwe->reg_lrc, true); in xe_wa_process_lrc()
H A Dxe_rtp.h510 void xe_rtp_process_to_sr(struct xe_rtp_process_ctx *ctx,
H A Dxe_hw_engine.c376 xe_rtp_process_to_sr(&ctx, &lrc_setup, &hwe->reg_lrc, true); in hw_engine_setup_default_lrc_state()
477 xe_rtp_process_to_sr(&ctx, &engine_sr, &hwe->reg_sr, false); in hw_engine_setup_default_state()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_rtp_test.c542 xe_rtp_process_to_sr(&ctx, &param->table, reg_sr, false); in xe_rtp_process_to_sr_tests()