Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_pci.c294 .has_full_ppgtt = 1, \
348 .has_full_ppgtt = 1,
441 .has_full_ppgtt = 1,
516 .has_full_ppgtt = 1, \
Dintel_device_info.h90 func(has_full_ppgtt); \
Di915_gem_gtt.c139 bool has_full_ppgtt; in intel_sanitize_enable_ppgtt() local
145 has_full_ppgtt = dev_priv->info.has_full_ppgtt; in intel_sanitize_enable_ppgtt()
150 has_full_ppgtt = false; in intel_sanitize_enable_ppgtt()
164 if (enable_ppgtt == 2 && has_full_ppgtt) in intel_sanitize_enable_ppgtt()
186 if (has_full_ppgtt) in intel_sanitize_enable_ppgtt()