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

Commit 27a1b688 authored by Nick Hoath's avatar Nick Hoath Committed by Daniel Vetter
Browse files

drm/i915/bxt: Enable WaEnableYV12BugFixInHalfSliceChicken7 for Broxton

parent a13d215f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -944,8 +944,9 @@ static int gen9_init_workarounds(struct intel_engine_cs *ring)
				  DISABLE_PIXEL_MASK_CAMMING);
	}

	if (INTEL_REVID(dev) >= SKL_REVID_C0) {
		/* WaEnableYV12BugFixInHalfSliceChicken7:skl */
	if ((IS_SKYLAKE(dev) && INTEL_REVID(dev) >= SKL_REVID_C0) ||
	    IS_BROXTON(dev)) {
		/* WaEnableYV12BugFixInHalfSliceChicken7:skl,bxt */
		WA_SET_BIT_MASKED(GEN9_HALF_SLICE_CHICKEN7,
				  GEN9_ENABLE_YV12_BUGFIX);
	}