Searched refs:host2guc_action (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_guc_submission.c | 78 static int host2guc_action(struct intel_guc *guc, u32 *data, u32 len) in host2guc_action() function 140 return host2guc_action(guc, data, 2); in host2guc_allocate_doorbell() 151 return host2guc_action(guc, data, 2); in host2guc_release_doorbell() 172 return host2guc_action(guc, data, ARRAY_SIZE(data)); in host2guc_sample_forcewake() 949 return host2guc_action(guc, data, ARRAY_SIZE(data)); in intel_guc_suspend() 974 return host2guc_action(guc, data, ARRAY_SIZE(data)); in intel_guc_resume()
|
D | intel_guc_fwif.h | 231 enum host2guc_action { enum
|