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

/freebsd-11-stable/sys/dev/drm/
H A Ddrm_context.c183 int drm_context_switch(struct drm_device *dev, int old, int new) function
283 return drm_context_switch(dev, dev->last_context, ctx->handle);
H A DdrmP.h744 int drm_context_switch(struct drm_device *dev, int old, int new);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_context.c264 static int drm_context_switch(struct drm_device * dev, int old, int new) function
429 return drm_context_switch(dev, dev->last_context, ctx->handle);

Completed in 111 milliseconds