Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_guc_submission.c89 static inline bool is_high_priority(struct intel_guc_client *client) in is_high_priority()
95 static int reserve_doorbell(struct intel_guc_client *client) in reserve_doorbell()
127 static bool has_doorbell(struct intel_guc_client *client) in has_doorbell()
135 static void unreserve_doorbell(struct intel_guc_client *client) in unreserve_doorbell()
167 static struct guc_stage_desc *__get_stage_desc(struct intel_guc_client *client) in __get_stage_desc()
181 static void __update_doorbell_desc(struct intel_guc_client *client, u16 new_id) in __update_doorbell_desc()
190 static struct guc_doorbell_info *__get_doorbell(struct intel_guc_client *client) in __get_doorbell()
195 static void __create_doorbell(struct intel_guc_client *client) in __create_doorbell()
204 static void __destroy_doorbell(struct intel_guc_client *client) in __destroy_doorbell()
222 static int create_doorbell(struct intel_guc_client *client) in create_doorbell()
[all …]
Dintel_guc.h70 struct intel_guc_client *execbuf_client;
71 struct intel_guc_client *preempt_client;
Dintel_guc_submission.h55 struct intel_guc_client { struct
Di915_debugfs.c2386 struct intel_guc_client *client) in i915_guc_client_info()
2443 struct intel_guc_client *client = guc->execbuf_client; in i915_guc_stage_pool()
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dintel_guc.c30 static struct intel_guc_client *clients[ATTEMPTS];
71 static int validate_client(struct intel_guc_client *client, in validate_client()
88 static bool client_doorbell_in_sync(struct intel_guc_client *client) in client_doorbell_in_sync()