From patchwork Thu Feb 19 14:33:12 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lespiau, Damien" X-Patchwork-Id: 5852271 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D9DB99F30C for ; Thu, 19 Feb 2015 14:33:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0FDE92025A for ; Thu, 19 Feb 2015 14:33:17 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 0287A20259 for ; Thu, 19 Feb 2015 14:33:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 417DC6E5C1; Thu, 19 Feb 2015 06:33:15 -0800 (PST) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTP id EE3C36E5C1 for ; Thu, 19 Feb 2015 06:33:13 -0800 (PST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 19 Feb 2015 06:33:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,609,1418112000"; d="scan'208";a="456784884" Received: from joffroy-mobl1.ger.corp.intel.com (HELO strange.ger.corp.intel.com) ([10.252.19.249]) by FMSMGA003.fm.intel.com with ESMTP; 19 Feb 2015 06:18:04 -0800 From: Damien Lespiau To: intel-gfx@lists.freedesktop.org Date: Thu, 19 Feb 2015 14:33:12 +0000 Message-Id: <1424356392-10211-1-git-send-email-damien.lespiau@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [Intel-gfx] [PATCH] drm/i915/skl: Update the 800mV+2bB HDMI translation entry X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This translation entry was updated after electrical validation by the hw team. The other entries may be updated as well, but we have no ETA for those. Suggested-by: Sonika Jindal Cc: Sonika Jindal Signed-off-by: Damien Lespiau Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang.he@intel.com) --- drivers/gpu/drm/i915/intel_ddi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_ddi.c b/drivers/gpu/drm/i915/intel_ddi.c index f14e8a2..75c084f 100644 --- a/drivers/gpu/drm/i915/intel_ddi.c +++ b/drivers/gpu/drm/i915/intel_ddi.c @@ -149,7 +149,7 @@ static const struct ddi_buf_trans skl_ddi_translations_hdmi[] = { { 0x00003015, 0x00000088 }, /* 5: 600 800 2.5 */ { 0x00005013, 0x00000080 }, /* 6: 600 1000 4.5 */ { 0x00000018, 0x00000088 }, /* 7: 800 800 0 */ - { 0x00000096, 0x00000080 }, /* 8: 800 1000 2 */ + { 0x00004014, 0x00000087 }, /* 8: 800 1000 2 */ { 0x00000018, 0x00000080 }, /* 9: 1200 1200 0 */ };