Searched defs:drm_i915_private (Results 1 – 2 of 2) sorted by relevance
105 typedef struct drm_i915_private { struct106 struct drm_device *dev;108 drm_local_map_t *sarea;109 drm_local_map_t *mmio_map;111 drm_i915_sarea_t *sarea_priv;112 drm_i915_ring_buffer_t ring;114 drm_dma_handle_t *status_page_dmah;115 void *hw_status_page;116 dma_addr_t dma_status_page;117 uint32_t counter;[all …]
908 struct drm_i915_private { struct909 struct drm_device drm;911 struct intel_device_info __info; /* Use INTEL_INFO() to access. */912 struct intel_runtime_info __runtime; /* Use RUNTIME_INFO() to access. */913 struct intel_driver_caps caps;922 struct resource dsm;926 struct resource dsm_reserved;937 resource_size_t stolen_usable_size; /* Total size minus reserved ranges */939 struct intel_uncore uncore;940 struct intel_uncore_mmio_debug mmio_debug;[all …]