Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_tuning.c142 xe_rtp_process_to_sr(&ctx, gt_tunings, &gt->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()
Dxe_rtp.c248 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);
Dxe_rtp.h431 void xe_rtp_process_to_sr(struct xe_rtp_process_ctx *ctx,
Dxe_reg_whitelist.c140 xe_rtp_process_to_sr(&ctx, register_whitelist, &hwe->reg_whitelist); in xe_reg_whitelist_process_engine()
Dxe_wa.c853 xe_rtp_process_to_sr(&ctx, gt_was, &gt->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()
Dxe_hw_engine.c406 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/
Dxe_rtp_test.c323 xe_rtp_process_to_sr(&ctx, param->entries, reg_sr); in xe_rtp_process_to_sr_tests()