From c93043ae1deaa0f9bd394ac2d8c6881deb19b53a Mon Sep 17 00:00:00 2001 From: Jeff McGee Date: Fri, 27 Feb 2015 12:12:28 -0800 Subject: [PATCH] drm/i915/chv: Determine CHV slice/subslice/EU info MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Total EU was already being detected on CHV, so we just add the additional info parameters. The detection method is changed to be more robust in the case of subslice fusing - we don't want to trust the EU fuse bits corresponding to subslices which are fused-off. v2: Fixed subslice disable bitmasks and removed unnecessary ? operation (Ville) Signed-off-by: Jeff McGee Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-format-patch failed