HomeSort by: relevance | last modified time | path
    Searched refs:ppgtt_type (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_device_info.h 163 enum intel_ppgtt_type ppgtt_type; member in struct:intel_device_info
i915_pci.c 396 .ppgtt_type = INTEL_PPGTT_ALIASING, \
445 .ppgtt_type = INTEL_PPGTT_ALIASING, \
502 .ppgtt_type = INTEL_PPGTT_ALIASING,
550 .ppgtt_type = INTEL_PPGTT_FULL, \
597 .ppgtt_type = INTEL_PPGTT_ALIASING,
675 .ppgtt_type = INTEL_PPGTT_FULL, \
intel_device_info.c 103 drm_printf(p, "ppgtt-type: %d\n", info->ppgtt_type);
1045 info->ppgtt_type = INTEL_PPGTT_NONE;
i915_drv.h 1688 #define INTEL_PPGTT(dev_priv) (INTEL_INFO(dev_priv)->ppgtt_type)
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
huge_pages.c 1870 mkwrite_device_info(dev_priv)->ppgtt_type = INTEL_PPGTT_FULL;

Completed in 130 milliseconds