Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dexeclist.c45 #define same_context(a, b) (((a)->context_id == (b)->context_id) && \ macro
H A Dscheduler.c1610 #define same_context(a, b) (((a)->context_id == (b)->context_id) && \ macro
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_request.c1685 bool same_context = prev->context == rq->context; in __i915_request_ensure_ordering() local