Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_gtt.c106 bool has_full_ppgtt; in sanitize_enable_ppgtt() local
109 has_full_ppgtt = INTEL_INFO(dev)->gen >= 7; in sanitize_enable_ppgtt()
112 has_full_ppgtt = false; /* emulation is too hard */ in sanitize_enable_ppgtt()
125 if (enable_ppgtt == 2 && has_full_ppgtt) in sanitize_enable_ppgtt()