[BACK]Return to i915_drv.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / bsd / drm2 / dist / drm / i915

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/external/bsd/drm2/dist/drm/i915/i915_drv.h between version 1.13 and 1.14

version 1.13, 2018/08/27 06:17:05 version 1.14, 2018/08/27 06:18:30
Line 2026  static inline struct drm_i915_private *t
Line 2026  static inline struct drm_i915_private *t
         return dev->dev_private;          return dev->dev_private;
 }  }
   
   #ifndef __NetBSD__
 static inline struct drm_i915_private *dev_to_i915(struct device *dev)  static inline struct drm_i915_private *dev_to_i915(struct device *dev)
 {  {
         return to_i915(dev_get_drvdata(dev));          return to_i915(dev_get_drvdata(dev));
 }  }
   #endif
   
 static inline struct drm_i915_private *guc_to_i915(struct intel_guc *guc)  static inline struct drm_i915_private *guc_to_i915(struct intel_guc *guc)
 {  {

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb <webmaster@jp.NetBSD.org>