Home
last modified time | relevance | path

Searched defs:i915_gtt (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/i915/
Di915_drv.h403 struct i915_gtt { struct
404 unsigned long start; /* Start offset of used GTT */
405 size_t total; /* Total size GTT can map */
406 size_t stolen_size; /* Total size of stolen memory */
408 unsigned long mappable_end; /* End offset that we can CPU map */
409 struct io_mapping *mappable; /* Mapping to our CPU mappable region */
410 phys_addr_t mappable_base; /* PA of our GMADR */
413 void __iomem *gsm;
415 bool do_idle_maps;
416 dma_addr_t scratch_page_dma;
[all …]