Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_guc_submission.c78 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()
Dintel_guc_fwif.h231 enum host2guc_action { enum