Searched refs:xe_guc_buf_flush (Results 1 – 7 of 7) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_guc_buf.h | 33 u64 xe_guc_buf_flush(const struct xe_guc_buf buf);
|
| A D | xe_guc_buf.c | 124 u64 xe_guc_buf_flush(const struct xe_guc_buf buf) in xe_guc_buf_flush() function
|
| A D | xe_gt_sriov_pf_policy.c | 42 return guc_action_update_vgt_policy(guc, xe_guc_buf_flush(buf), num_dwords); in pf_send_policy_klvs()
|
| A D | xe_guc_ads.c | 1027 return guc_ads_action_update_policies(ads, xe_guc_buf_flush(buf)); in xe_guc_ads_scheduler_policy_toggle_reset()
|
| A D | xe_guc.c | 642 ret = __guc_opt_in_features_enable(guc, xe_guc_buf_flush(buf), count); in xe_guc_opt_in_features_enable()
|
| A D | xe_gt_sriov_pf_config.c | 79 return guc_action_update_vf_cfg(guc, vfid, xe_guc_buf_flush(buf), num_dwords); in pf_send_vf_buf_klvs()
|
| /drivers/gpu/drm/xe/tests/ |
| A D | xe_guc_buf_kunit.c | 240 KUNIT_EXPECT_NE(test, 0, xe_guc_buf_flush(buf)); in test_flush()
|
Completed in 25 milliseconds