Searched defs:drm_i915_private (Results 1 – 1 of 1) sorted by relevance
878 typedef struct drm_i915_private { struct879 struct drm_device *dev;880 struct kmem_cache *slab;882 const struct intel_device_info *info;884 int relative_constants_mode;886 void __iomem *regs;888 struct drm_i915_gt_funcs gt;891 unsigned gt_fifo_count;893 unsigned forcewake_count;895 spinlock_t gt_lock;[all …]