Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_tuning.c178 xe_rtp_process_to_sr(&ctx, gt_tunings, ARRAY_SIZE(gt_tunings), &gt->reg_sr); in xe_tuning_process_gt()
189 xe_rtp_process_to_sr(&ctx, engine_tunings, ARRAY_SIZE(engine_tunings), in xe_tuning_process_engine()
209 xe_rtp_process_to_sr(&ctx, lrc_tunings, ARRAY_SIZE(lrc_tunings), &hwe->reg_lrc); in xe_tuning_process_lrc()
H A Dxe_rtp.c249 void xe_rtp_process_to_sr(struct xe_rtp_process_ctx *ctx, in xe_rtp_process_to_sr() function
284 EXPORT_SYMBOL_IF_KUNIT(xe_rtp_process_to_sr);
H A Dxe_reg_whitelist.c139 xe_rtp_process_to_sr(&ctx, register_whitelist, ARRAY_SIZE(register_whitelist), in xe_reg_whitelist_process_engine()
H A Dxe_rtp.h431 void xe_rtp_process_to_sr(struct xe_rtp_process_ctx *ctx,
H A Dxe_wa.c875 xe_rtp_process_to_sr(&ctx, gt_was, ARRAY_SIZE(gt_was), &gt->reg_sr); in xe_wa_process_gt()
893 xe_rtp_process_to_sr(&ctx, engine_was, ARRAY_SIZE(engine_was), &hwe->reg_sr); in xe_wa_process_engine()
910 xe_rtp_process_to_sr(&ctx, lrc_was, ARRAY_SIZE(lrc_was), &hwe->reg_lrc); in xe_wa_process_lrc()
H A Dxe_hw_engine.c402 xe_rtp_process_to_sr(&ctx, lrc_setup, ARRAY_SIZE(lrc_setup), &hwe->reg_lrc); in xe_hw_engine_setup_default_lrc_state()
466 xe_rtp_process_to_sr(&ctx, engine_entries, ARRAY_SIZE(engine_entries), &hwe->reg_sr); in hw_engine_setup_default_state()
/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_rtp_test.c323 xe_rtp_process_to_sr(&ctx, param->entries, count_rtp_entries, reg_sr); in xe_rtp_process_to_sr_tests()