Symbol: xe_execlist_port
drivers/gpu/drm/xe/xe_execlist.c
112
static void __xe_execlist_port_idle(struct xe_execlist_port *port)
drivers/gpu/drm/xe/xe_execlist.c
133
static void __xe_execlist_port_start_next_active(struct xe_execlist_port *port)
drivers/gpu/drm/xe/xe_execlist.c
172
static void xe_execlist_port_irq_handler_locked(struct xe_execlist_port *port)
drivers/gpu/drm/xe/xe_execlist.c
188
struct xe_execlist_port *port = hwe->exl_port;
drivers/gpu/drm/xe/xe_execlist.c
195
static void xe_execlist_port_wake_locked(struct xe_execlist_port *port,
drivers/gpu/drm/xe/xe_execlist.c
208
struct xe_execlist_port *port = exl->port;
drivers/gpu/drm/xe/xe_execlist.c
236
struct xe_execlist_port *port =
drivers/gpu/drm/xe/xe_execlist.c
237
container_of(timer, struct xe_execlist_port, irq_fail);
drivers/gpu/drm/xe/xe_execlist.c
247
struct xe_execlist_port *xe_execlist_port_create(struct xe_device *xe,
drivers/gpu/drm/xe/xe_execlist.c
251
struct xe_execlist_port *port;
drivers/gpu/drm/xe/xe_execlist.c
288
void xe_execlist_port_destroy(struct xe_execlist_port *port)
drivers/gpu/drm/xe/xe_execlist.c
88
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
150
struct xe_execlist_port *exl_port;
drivers/gpu/drm/xe/xe_hw_engine_types.h
65
struct xe_execlist_port;