Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01209dd5 authored by Damien Lespiau's avatar Damien Lespiau Committed by Daniel Vetter
Browse files

drm/i915/skl: Fence registers on SKL are the same as SNB



v2: Rebased on top of the i915_gpu_error.c extraction.

Reviewed-by: default avatarThomas Wood <thomas.wood@intel.com>
Signed-off-by: default avatarDamien Lespiau <damien.lespiau@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 043efb11
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3151,6 +3151,7 @@ static void i915_gem_write_fence(struct drm_device *dev, int reg,
	     obj->stride, obj->tiling_mode);

	switch (INTEL_INFO(dev)->gen) {
	case 9:
	case 8:
	case 7:
	case 6:
+1 −0
Original line number Diff line number Diff line
@@ -765,6 +765,7 @@ static void i915_gem_record_fences(struct drm_device *dev,

	/* Fences */
	switch (INTEL_INFO(dev)->gen) {
	case 9:
	case 8:
	case 7:
	case 6: