Home
last modified time | relevance | path

Searched defs:wait_for_idle (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/include/
H A Damd_shared.h302 int (*wait_for_idle)(void *handle); member
/openbsd-src/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dmpc.h352 void (*wait_for_idle)(struct mpc *mpc, int id); member
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dselftest_hangcheck.c343 static bool wait_for_idle(struct intel_engine_cs *engine) in wait_for_idle() function