Lines Matching defs:dev_priv

113 static int gen8_ctx_workarounds_init(struct drm_i915_private *dev_priv)  in gen8_ctx_workarounds_init()
162 static int bdw_ctx_workarounds_init(struct drm_i915_private *dev_priv) in bdw_ctx_workarounds_init()
193 static int chv_ctx_workarounds_init(struct drm_i915_private *dev_priv) in chv_ctx_workarounds_init()
210 static int gen9_ctx_workarounds_init(struct drm_i915_private *dev_priv) in gen9_ctx_workarounds_init()
309 static int skl_tune_iz_hashing(struct drm_i915_private *dev_priv) in skl_tune_iz_hashing()
349 static int skl_ctx_workarounds_init(struct drm_i915_private *dev_priv) in skl_ctx_workarounds_init()
360 static int bxt_ctx_workarounds_init(struct drm_i915_private *dev_priv) in bxt_ctx_workarounds_init()
379 static int kbl_ctx_workarounds_init(struct drm_i915_private *dev_priv) in kbl_ctx_workarounds_init()
404 static int glk_ctx_workarounds_init(struct drm_i915_private *dev_priv) in glk_ctx_workarounds_init()
419 static int cfl_ctx_workarounds_init(struct drm_i915_private *dev_priv) in cfl_ctx_workarounds_init()
438 static int cnl_ctx_workarounds_init(struct drm_i915_private *dev_priv) in cnl_ctx_workarounds_init()
477 static int icl_ctx_workarounds_init(struct drm_i915_private *dev_priv) in icl_ctx_workarounds_init()
514 int intel_ctx_workarounds_init(struct drm_i915_private *dev_priv) in intel_ctx_workarounds_init()
583 static void bdw_gt_workarounds_apply(struct drm_i915_private *dev_priv) in bdw_gt_workarounds_apply()
587 static void chv_gt_workarounds_apply(struct drm_i915_private *dev_priv) in chv_gt_workarounds_apply()
591 static void gen9_gt_workarounds_apply(struct drm_i915_private *dev_priv) in gen9_gt_workarounds_apply()
640 static void skl_gt_workarounds_apply(struct drm_i915_private *dev_priv) in skl_gt_workarounds_apply()
659 static void bxt_gt_workarounds_apply(struct drm_i915_private *dev_priv) in bxt_gt_workarounds_apply()
673 static void kbl_gt_workarounds_apply(struct drm_i915_private *dev_priv) in kbl_gt_workarounds_apply()
710 static void glk_gt_workarounds_apply(struct drm_i915_private *dev_priv) in glk_gt_workarounds_apply()
715 static void cfl_gt_workarounds_apply(struct drm_i915_private *dev_priv) in cfl_gt_workarounds_apply()
733 static void wa_init_mcr(struct drm_i915_private *dev_priv) in wa_init_mcr()
797 static void cnl_gt_workarounds_apply(struct drm_i915_private *dev_priv) in cnl_gt_workarounds_apply()
817 static void icl_gt_workarounds_apply(struct drm_i915_private *dev_priv) in icl_gt_workarounds_apply()
910 void intel_gt_workarounds_apply(struct drm_i915_private *dev_priv) in intel_gt_workarounds_apply()
1053 struct drm_i915_private *dev_priv = engine->i915; in whitelist_apply() local