HomeSort by: relevance | last modified time | path
    Searched refs:vmwgfx_task (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/vmwgfx/
vmwgfx_task.h 1 /* $NetBSD: vmwgfx_task.h,v 1.2 2022/07/18 23:34:03 riastradh Exp $ */
35 struct vmwgfx_task { struct
37 SIMPLEQ_ENTRY(vmwgfx_task) queue;
40 void (*vt_fn)(struct vmwgfx_task *);
44 vmwgfx_task_init(struct vmwgfx_task *task, void (*fn)(struct vmwgfx_task *))
50 void vmwgfx_task_schedule(device_t, struct vmwgfx_task *);
vmwgfx_pci.c 55 #include "vmwgfx_task.h"
57 SIMPLEQ_HEAD(vmwgfx_task_head, vmwgfx_task);
246 struct vmwgfx_task *const task = SIMPLEQ_FIRST(&sc->sc_tasks);
319 struct vmwgfx_task *const task = container_of(work, struct vmwgfx_task,
326 vmwgfx_task_schedule(device_t self, struct vmwgfx_task *task)
vmwgfxfb.c 41 #include "vmwgfx_task.h"
48 struct vmwgfx_task sc_attach_task;
56 static void vmwgfxfb_attach_task(struct vmwgfx_task *);
118 vmwgfxfb_attach_task(struct vmwgfx_task *task)

Completed in 151 milliseconds