Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_context.c262 static int drm_context_switch(struct drm_device * dev, int old, int new) in drm_context_switch() function
427 return drm_context_switch(dev, dev->last_context, ctx->handle); in drm_switchctx()