Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Di915_pci.c279 .has_full_ppgtt = 1, \
334 .has_full_ppgtt = 1,
427 .has_full_ppgtt = 1,
502 .has_full_ppgtt = 1, \
H A Di915_gem_gtt.c138 bool has_full_ppgtt; in intel_sanitize_enable_ppgtt() local
144 has_full_ppgtt = dev_priv->info.has_full_ppgtt; in intel_sanitize_enable_ppgtt()
149 has_full_ppgtt = false; in intel_sanitize_enable_ppgtt()
163 if (enable_ppgtt == 2 && has_full_ppgtt) in intel_sanitize_enable_ppgtt()
185 if (has_full_ppgtt) in intel_sanitize_enable_ppgtt()
H A Di915_drv.h777 func(has_full_ppgtt); \