Home
last modified time | relevance | path

Searched refs:execlist_port (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_ringbuffer.h246 struct execlist_port { struct
707 const struct execlist_port *port);
722 static inline struct execlist_port *
724 struct execlist_port * const port) in execlists_port_complete()
731 memmove(port, port + 1, m * sizeof(struct execlist_port)); in execlists_port_complete()
732 memset(port + m, 0, sizeof(struct execlist_port)); in execlists_port_complete()
Dintel_guc_submission.c652 struct execlist_port *port = execlists->port; in guc_submit()
670 static void port_assign(struct execlist_port *port, struct i915_request *rq) in port_assign()
682 static inline int port_prio(const struct execlist_port *port) in port_prio()
690 struct execlist_port *port = execlists->port; in __guc_dequeue()
692 const struct execlist_port * const last_port = in __guc_dequeue()
787 struct execlist_port *port = execlists->port; in guc_submission_tasklet()
Dintel_lrc.c383 const struct execlist_port *port) in execlists_user_begin()
452 struct execlist_port *port = execlists->port; in execlists_submit_ports()
525 static void port_assign(struct execlist_port *port, struct i915_request *rq) in port_assign()
584 struct execlist_port *port = execlists->port; in execlists_dequeue()
585 const struct execlist_port * const last_port = in execlists_dequeue()
781 struct execlist_port *port = execlists->port; in execlists_cancel_port_requests()
904 struct execlist_port *port = execlists->port; in process_csb()
Dintel_engine_cs.c1636 const struct execlist_port *port = execlists->port; in intel_enable_engine_stats()