From patchwork Fri Jun 13 21:45:41 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paulo Zanoni X-Patchwork-Id: 4351831 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.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3C3D99F314 for ; Fri, 13 Jun 2014 21:46:14 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6AE952026D for ; Fri, 13 Jun 2014 21:46:13 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 6649D201CD for ; Fri, 13 Jun 2014 21:46:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EC72F6E0FA; Fri, 13 Jun 2014 14:46:11 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-yh0-f51.google.com (mail-yh0-f51.google.com [209.85.213.51]) by gabe.freedesktop.org (Postfix) with ESMTP id AC4E26E0FA for ; Fri, 13 Jun 2014 14:46:10 -0700 (PDT) Received: by mail-yh0-f51.google.com with SMTP id f10so2612889yha.10 for ; Fri, 13 Jun 2014 14:46:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=4VivwtvWWiuR0NcGOkMtoJEztemqSs4eOAhnNUklqGQ=; b=xyd9azDNZwwvjGTZeCWsqwzx3QxlQzjp5RmmS9gPle4q9YtIHo6swAahXyAMwk+JOn T+Y4+OxAGA3Mc1owPDcnbn11Z4hkoFQKuqC+E6xQO74ThLujVrVZveqInUVC9PQk50yt njdlHqbh85GMB0Vlz5W273hPQGWkb0JuI1sk3J4/eEhL5KaO/ijBKqzraOTJFNy5pMtQ T4xGlm14e5gno79XLYbpPJMrepn7YMWAa66uE5Lh1I17JjFqCG+vRm42OHirTQvzFdTD vCRVASH6Lr/ERPn+6k5h5qFHjKrO03zGAr/OP/fPDvF61IzwVVxfiHHUOsf8+EhbE8yV psqQ== X-Received: by 10.236.101.49 with SMTP id a37mr8361278yhg.84.1402695970334; Fri, 13 Jun 2014 14:46:10 -0700 (PDT) Received: from localhost.localdomain ([177.156.109.177]) by mx.google.com with ESMTPSA id k59sm8191378yhh.32.2014.06.13.14.46.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 13 Jun 2014 14:46:09 -0700 (PDT) From: Paulo Zanoni To: intel-gfx@lists.freedesktop.org Date: Fri, 13 Jun 2014 18:45:41 -0300 Message-Id: <1402695941-5995-2-git-send-email-przanoni@gmail.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1402695941-5995-1-git-send-email-przanoni@gmail.com> References: <1402695941-5995-1-git-send-email-przanoni@gmail.com> Cc: Paulo Zanoni Subject: [Intel-gfx] [PATCH 2/2] drm/i915: update intel_dp_voltage_max comment X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.15 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.7 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 From: Paulo Zanoni Any comment containing "current Intel hardware supports" quickly becomes obsolete, so remove it and let people discover the information by looking at the function implementation. Signed-off-by: Paulo Zanoni Reviewed-by: Damien Lespiau --- drivers/gpu/drm/i915/intel_dp.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c index dc58044..6381d4c 100644 --- a/drivers/gpu/drm/i915/intel_dp.c +++ b/drivers/gpu/drm/i915/intel_dp.c @@ -2319,11 +2319,7 @@ intel_dp_get_link_status(struct intel_dp *intel_dp, uint8_t link_status[DP_LINK_ DP_LINK_STATUS_SIZE) == DP_LINK_STATUS_SIZE; } -/* - * These are source-specific values; current Intel hardware supports - * a maximum voltage of 800mV and a maximum pre-emphasis of 6dB - */ - +/* These are source-specific values. */ static uint8_t intel_dp_voltage_max(struct intel_dp *intel_dp) {