Home
last modified time | relevance | path

Searched refs:intel_guc_client (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c80 static inline bool is_high_priority(struct intel_guc_client *client) in is_high_priority()
86 static int reserve_doorbell(struct intel_guc_client *client) in reserve_doorbell()
118 static bool has_doorbell(struct intel_guc_client *client) in has_doorbell()
126 static void unreserve_doorbell(struct intel_guc_client *client) in unreserve_doorbell()
158 static struct guc_stage_desc *__get_stage_desc(struct intel_guc_client *client) in __get_stage_desc()
172 static void __update_doorbell_desc(struct intel_guc_client *client, u16 new_id) in __update_doorbell_desc()
181 static struct guc_doorbell_info *__get_doorbell(struct intel_guc_client *client) in __get_doorbell()
194 static void __init_doorbell(struct intel_guc_client *client) in __init_doorbell()
203 static void __fini_doorbell(struct intel_guc_client *client) in __fini_doorbell()
219 static int create_doorbell(struct intel_guc_client *client) in create_doorbell()
[all …]
Dselftest_guc.c12 static struct intel_guc_client *clients[ATTEMPTS];
50 static int ring_doorbell_nop(struct intel_guc_client *client) in ring_doorbell_nop()
87 static int validate_client(struct intel_guc_client *client, int client_priority) in validate_client()
96 static bool client_doorbell_in_sync(struct intel_guc_client *client) in client_doorbell_in_sync()
Dintel_guc_submission.h39 struct intel_guc_client { struct
Dintel_guc.h53 struct intel_guc_client *execbuf_client;
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_debugfs.c1885 struct intel_guc_client *client = guc->execbuf_client; in i915_guc_info()