HomeSort by: relevance | last modified time | path
    Searched defs:stolen_size (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/i915drm/
intel_gtt_subr.c 261 i830_stolen_base(pci_chipset_tag_t pc, pcitag_t tag, bus_size_t stolen_size)
264 return i830_tom(pc) - i830_tseg_size(pc) - stolen_size;
268 i845_stolen_base(pci_chipset_tag_t pc, pcitag_t tag, bus_size_t stolen_size)
271 return i830_tom(pc) - i845_tseg_size(pc) - stolen_size;
275 i85x_stolen_base(pci_chipset_tag_t pc, pcitag_t tag, bus_size_t stolen_size)
278 return i85x_tom(pc) - i85x_tseg_size(pc) - stolen_size;
282 i865_stolen_base(pci_chipset_tag_t pc, pcitag_t tag, bus_size_t stolen_size)
290 gen3_stolen_base(pci_chipset_tag_t pc, pcitag_t tag, bus_size_t stolen_size)
298 gen11_stolen_base(pci_chipset_tag_t pc, pcitag_t tag, bus_size_t stolen_size)
410 bus_size_t stolen_size; local in function:intel_gtt_get
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gmc.h 202 uint64_t stolen_size; member in struct:amdgpu_gmc

Completed in 11 milliseconds