Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_gem_context.c454 if (!to->is_initialized || is_default_context(to)) in do_switch()
504 to->is_initialized = true; in do_switch()
H A Di915_drv.h529 bool is_initialized; member