From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulo Zanoni Subject: [PATCH 00/10] Random Haswell fixes Date: Tue, 20 Nov 2012 13:27:34 -0200 Message-ID: <1353425264-3728-1-git-send-email-przanoni@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ye0-f177.google.com (mail-ye0-f177.google.com [209.85.213.177]) by gabe.freedesktop.org (Postfix) with ESMTP id 7C066E62A2 for ; Tue, 20 Nov 2012 07:27:52 -0800 (PST) Received: by mail-ye0-f177.google.com with SMTP id q13so440867yen.36 for ; Tue, 20 Nov 2012 07:27:52 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org Cc: Paulo Zanoni List-Id: intel-gfx@lists.freedesktop.org From: Paulo Zanoni Hi This series contains small random fixes to the Haswell code. Improvements to the VGA code, fixes for machines with ULT CPU or LPT-LP PCH, eDP panel fitter bug fix for IVB+HSW, a workaround and a fix for the "unclaimed write" code. There's really no specific order to apply these patches, they are all independent from each other, except for the 2 panel fitter patches that have an explicit order (and the IVB patch should to through -fixes IMHO). Thanks, Paulo Paulo Zanoni (10): drm/i915: don't limit Haswell CRT encoder to pipe A drm/i915: fix FDI lane calculation drm/i915: use cpu/pch transcoder on intel_enable_pipe drm/i915: fix false positive "Unclaimed write" messages drm/i915: make DP work on LPT-LP machines drm/i915: don't intel_crt_init if DDI A has 4 lanes drm/i915: make the panel fitter work on pipes B and C on IVB drm/i915: make the panel fitter work on pipes B and C on Haswell drm/i915: fix intel_ddi_get_cdclk_freq for ULT machines drm/i915: implement WaMbcDriverBootEnable on Haswell drivers/gpu/drm/i915/i915_drv.c | 9 +++++++ drivers/gpu/drm/i915/i915_drv.h | 3 +++ drivers/gpu/drm/i915/i915_reg.h | 4 +++ drivers/gpu/drm/i915/intel_crt.c | 5 +--- drivers/gpu/drm/i915/intel_ddi.c | 2 ++ drivers/gpu/drm/i915/intel_display.c | 49 ++++++++++++++++++++---------------- drivers/gpu/drm/i915/intel_pm.c | 22 ++++++++++++++++ 7 files changed, 68 insertions(+), 26 deletions(-) -- 1.7.11.7