Home
last modified time | relevance | path

Searched refs:drmCommandNone (Results 1 – 4 of 4) sorted by relevance

/third_party/libdrm/
Dcore-symbols.txt26 drmCommandNone
Dxf86drm.h626 extern int drmCommandNone(int fd, unsigned long drmCommandIndex);
Dxf86drm.c2582 drm_public int drmCommandNone(int fd, unsigned long drmCommandIndex) in drmCommandNone() function
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c707 drmCommandNone(brw->screen->fd, DRM_I915_GEM_THROTTLE); in throttle()