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

  /src/sys/external/bsd/drm/dist/bsd-core/
drm_context.c 191 int drm_context_switch(struct drm_device *dev, int old, int new) function in typeref:typename:int
291 return drm_context_switch(dev, dev->last_context, ctx->handle);
drmP.h 1032 int drm_context_switch(struct drm_device *dev, int old, int new);
  /src/sys/external/bsd/drm2/dist/drm/
drm_context.c 284 static int drm_context_switch(struct drm_device * dev, int old, int new) function in typeref:typename:int
463 return drm_context_switch(dev, dev->last_context, ctx->handle);

Completed in 15 milliseconds