Home
last modified time | relevance | path

Searched defs:acc_queue (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
Dxe_gt_types.h282 struct acc_queue { struct
284 struct xe_gt *gt;
287 u32 data[ACC_QUEUE_NUM_DW];
293 u16 tail;
298 u16 head;
300 spinlock_t lock;
302 struct work_struct worker;
304 } acc_queue[NUM_ACC_QUEUE]; member
Dxe_gt_pagefault.c618 static bool get_acc(struct acc_queue *acc_queue, struct acc *acc) in get_acc()
650 struct acc_queue *acc_queue = container_of(w, struct acc_queue, worker); in acc_queue_work_func() local
674 static bool acc_queue_full(struct acc_queue *acc_queue) in acc_queue_full()
685 struct acc_queue *acc_queue; in xe_guc_access_counter_notify_handler() local