From 095acd5f8739aa8322820d460e617898baf092df Mon Sep 17 00:00:00 2001 From: Deepak S Date: Sat, 17 Jan 2015 11:05:59 +0530 Subject: [PATCH] drm/i915: New offset for reading frequencies on CHV. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Use new Sideband offset to read max/min/gaur freq based on the SKU it is running on. Based on the Number of EU, we read different bits to identify the max frequencies at which system can run. v2: reuse mask definitions & INTEL_INFO() to get device info (Ville) v3: add break in switch conditions (Ville) Signed-off-by: Deepak S Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-format-patch failed