Searched defs:drm_i915_private (Results 1 – 1 of 1) sorted by relevance
1701 struct drm_i915_private { struct1702 struct drm_device *dev;1703 struct kmem_cache *objects;1704 struct kmem_cache *vmas;1705 struct kmem_cache *requests;1707 const struct intel_device_info info;1709 int relative_constants_mode;1711 void __iomem *regs;1713 struct intel_uncore uncore;1715 struct i915_virtual_gpu vgpu;[all …]