Symbol: xe_execlist_port
drivers/gpu/drm/xe/xe_execlist.c
121
static void __xe_execlist_port_idle(struct xe_execlist_port *port)
drivers/gpu/drm/xe/xe_execlist.c
142
static void __xe_execlist_port_start_next_active(struct xe_execlist_port *port)
drivers/gpu/drm/xe/xe_execlist.c
181
static void xe_execlist_port_irq_handler_locked(struct xe_execlist_port *port)
drivers/gpu/drm/xe/xe_execlist.c
197
struct xe_execlist_port *port = hwe->exl_port;
drivers/gpu/drm/xe/xe_execlist.c
204
static void xe_execlist_port_wake_locked(struct xe_execlist_port *port,
drivers/gpu/drm/xe/xe_execlist.c
217
struct xe_execlist_port *port = exl->port;
drivers/gpu/drm/xe/xe_execlist.c
245
struct xe_execlist_port *port =
drivers/gpu/drm/xe/xe_execlist.c
246
container_of(timer, struct xe_execlist_port, irq_fail);
drivers/gpu/drm/xe/xe_execlist.c
256
struct xe_execlist_port *xe_execlist_port_create(struct xe_device *xe,
drivers/gpu/drm/xe/xe_execlist.c
260
struct xe_execlist_port *port;
drivers/gpu/drm/xe/xe_execlist.c
297
void xe_execlist_port_destroy(struct xe_execlist_port *port)
drivers/gpu/drm/xe/xe_execlist.c
97
static void __xe_execlist_port_start(struct xe_execlist_port *port,
drivers/gpu/drm/xe/xe_execlist.h
17
struct xe_execlist_port *xe_execlist_port_create(struct xe_device *xe,
drivers/gpu/drm/xe/xe_execlist.h
19
void xe_execlist_port_destroy(struct xe_execlist_port *port);
drivers/gpu/drm/xe/xe_execlist_types.h
41
struct xe_execlist_port *port;
drivers/gpu/drm/xe/xe_hw_engine_types.h
140
struct xe_execlist_port *exl_port;
drivers/gpu/drm/xe/xe_hw_engine_types.h
65
struct xe_execlist_port;