Home
last modified time | relevance | path

Searched refs:h2g (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/pci/drm/i915/gt/uc/
Dintel_guc_submission.c2647 struct guc_update_context_policy h2g; member
2652 size_t bytes = sizeof(policy->h2g.header) + in __guc_context_policy_action_size()
2653 (sizeof(policy->h2g.klv[0]) * policy->count); in __guc_context_policy_action_size()
2660 policy->h2g.header.action = INTEL_GUC_ACTION_HOST2GUC_UPDATE_CONTEXT_POLICIES; in __guc_context_policy_start_klv()
2661 policy->h2g.header.ctx_id = guc_id; in __guc_context_policy_start_klv()
2669 policy->h2g.klv[policy->count].kl = \
2672 policy->h2g.klv[policy->count].value = data; \
2688 return guc_submission_send_busy_loop(guc, (u32 *)&policy->h2g, in MAKE_CONTEXT_POLICY_ADD()
4649 struct guc_update_scheduling_policy h2g; member
4654 u32 *start = (void *)&policy->h2g; in __guc_scheduling_policy_action_size()
[all …]
Dintel_guc_ct.c651 bool h2g = h2g_has_room(ct, h2g_dw); in has_room_nb() local
656 if (unlikely(!h2g || !g2h)) { in has_room_nb()