Searched defs:drm_i915_private (Results 1 – 1 of 1) sorted by relevance
282 typedef struct drm_i915_private { struct283 struct drm_device *dev;285 const struct intel_device_info *info;287 int has_gem;288 int relative_constants_mode;290 void __iomem *regs;293 unsigned gt_fifo_count;295 unsigned forcewake_count;297 struct spinlock gt_lock;299 struct intel_gmbus {[all …]