Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp840440ybc; Tue, 12 Nov 2019 10:00:43 -0800 (PST) X-Google-Smtp-Source: APXvYqySFm2h/12TqdnQ9wTOO2DW7qTHyaemxgvplRsHjg8IjX3urM3AWB58HqIMTa8fCi4rjH7V X-Received: by 2002:a50:9fa4:: with SMTP id c33mr34253542edf.176.1573581643380; Tue, 12 Nov 2019 10:00:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573581643; cv=none; d=google.com; s=arc-20160816; b=AiNbWDw5TYxPCMdm5Ul5aJFtl0Kuxrn0Cql0nubGS98MPI/tAAvPu+64fbN1vJTRfz Gr0/wZldxLGRRFmy8xyDF4dNYJl1XX3R6RbljhOWsl7Hin7dBgka+U3Ovk9zWsmZOKPw BM2V86hg3IP5XpMTqfsBjozd2SCCIxZYdn9O21UoIUAiDwGP3CTvDJ+WSMbmO71uk1/T LIh8H+TyqFEnD27nlpzRGlaYmuwTjU0MOonJteM1SNNsjkCoaw6A6ml8b/RqanBiw7go lKd5jvylY5++QGbgZ2BPhJRPF+1Tw4aqcrcW08blJSt92fTSeKfD+O4oLVR2ryXg0br7 7ySw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=h7wd0wquBnwt3xfF880207zL49H2QnHjCwWDdRiT6GM=; b=w0Q4M5GZL3Xajbh3lCGriZmEnosTR8j/iht8Zwh9/a6Hzg+aH70GKh9fZtUiWe9e6F aRMaONFHUV5m+YzWzL2JzBFRKrAqQBnN5sCFRa5bUSLB7ZUDnhg2gImR7ujcgUy1yG2q 9MNKkIcoQJOZS4Xs9rYg1cNKN6ql0Tz3NSeIurX7968sEafWfUbstoIKvliWdihLhNfl JtWUjUB4zB4XvD4fw9hPXwdZa0P+gwJrdoAlJvRvSKVBdkMgiJEwZWOrkYuiz96Nim98 GbF6myVwDwfi5cOZUGWxS4M8ZxckQgqERyZc169Mrk5NaUKLenj5lxPI3PoO5q/Wnysg OBdA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d6si16799528edj.28.2019.11.12.10.00.18; Tue, 12 Nov 2019 10:00:43 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727185AbfKLR7p (ORCPT + 99 others); Tue, 12 Nov 2019 12:59:45 -0500 Received: from verein.lst.de ([213.95.11.211]:57158 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726976AbfKLR7p (ORCPT ); Tue, 12 Nov 2019 12:59:45 -0500 Received: by verein.lst.de (Postfix, from userid 2005) id DB8AF68BE1; Tue, 12 Nov 2019 18:59:40 +0100 (CET) Date: Tue, 12 Nov 2019 18:59:40 +0100 From: Torsten Duwe To: Maxime Ripard Cc: Chen-Yu Tsai , Rob Herring , Mark Rutland , Thierry Reding , David Airlie , Daniel Vetter , Andrzej Hajda , Laurent Pinchart , Icenowy Zheng , Sean Paul , Vasily Khoruzhick , Harald Geyer , Greg Kroah-Hartman , Thomas Gleixner , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] drm/bridge: fix anx6345 compilation for v5.5 Message-ID: <20191112175940.GA13539@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The anx6345 driver originally was copied from anx78xx.c, which has meanwhile seen a few changes. In particular, the removal of drm_dp_link helpers and the discontinuation to include drm_bridge.h from drm_crtc.h breaks compilation in linux-5.5. Apply equivalents of these changes to anx6345.c. Signed-off-by: Torsten Duwe --- The commits in question are ff1e8fb68ea06 and ee68c743f8d07, but I guess the next rebase will change these. next-20191112 plus the anx6345-v5a series plus this patch compile cleanly on arm64. --- a/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c +++ b/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c @@ -19,6 +19,7 @@ #include #include +#include #include #include #include @@ -49,7 +50,6 @@ struct anx6345 { struct i2c_client *client; struct edid *edid; struct drm_connector connector; - struct drm_dp_link link; struct drm_panel *panel; struct regulator *dvdd12; struct regulator *dvdd25; @@ -96,7 +96,7 @@ static ssize_t anx6345_aux_transfer(stru static int anx6345_dp_link_training(struct anx6345 *anx6345) { unsigned int value; - u8 dp_bw; + u8 dp_bw, dpcd[2]; int err; err = anx6345_clear_bits(anx6345->map[I2C_IDX_TXCOM], @@ -144,18 +143,34 @@ static int anx6345_dp_link_training(stru if (err) return err; - /* Check link capabilities */ - err = drm_dp_link_probe(&anx6345->aux, &anx6345->link); - if (err < 0) { - DRM_ERROR("Failed to probe link capabilities: %d\n", err); - return err; - } + /* + * Power up the sink (DP_SET_POWER register is only available on DPCD + * v1.1 and later). + */ + if (anx6345->dpcd[DP_DPCD_REV] >= 0x11) { + err = drm_dp_dpcd_readb(&anx6345->aux, DP_SET_POWER, &dpcd[0]); + if (err < 0) { + DRM_ERROR("Failed to read DP_SET_POWER register: %d\n", + err); + return err; + } + + dpcd[0] &= ~DP_SET_POWER_MASK; + dpcd[0] |= DP_SET_POWER_D0; + + err = drm_dp_dpcd_writeb(&anx6345->aux, DP_SET_POWER, dpcd[0]); + if (err < 0) { + DRM_ERROR("Failed to power up DisplayPort link: %d\n", + err); + return err; + } - /* Power up the sink */ - err = drm_dp_link_power_up(&anx6345->aux, &anx6345->link); - if (err < 0) { - DRM_ERROR("Failed to power up DisplayPort link: %d\n", err); - return err; + /* + * According to the DP 1.1 specification, a "Sink Device must + * exit the power saving state within 1 ms" (Section 2.5.3.1, + * Table 5-52, "Sink Control Field" (register 0x600). + */ + usleep_range(1000, 2000); } /* Possibly enable downspread on the sink */ @@ -194,20 +209,28 @@ static int anx6345_dp_link_training(stru if (err) return err; - value = drm_dp_link_rate_to_bw_code(anx6345->link.rate); + dpcd[0] = drm_dp_max_link_rate(anx6345->dpcd); + dpcd[0] = drm_dp_link_rate_to_bw_code(dpcd[0]); err = regmap_write(anx6345->map[I2C_IDX_DPTX], - SP_DP_MAIN_LINK_BW_SET_REG, value); + SP_DP_MAIN_LINK_BW_SET_REG, dpcd[0]); if (err) return err; + dpcd[1] = drm_dp_max_lane_count(anx6345->dpcd); + err = regmap_write(anx6345->map[I2C_IDX_DPTX], - SP_DP_LANE_COUNT_SET_REG, anx6345->link.num_lanes); + SP_DP_LANE_COUNT_SET_REG, dpcd[1]); if (err) return err; - err = drm_dp_link_configure(&anx6345->aux, &anx6345->link); + if (drm_dp_enhanced_frame_cap(anx6345->dpcd)) + dpcd[1] |= DP_LANE_COUNT_ENHANCED_FRAME_EN; + + err = drm_dp_dpcd_write(&anx6345->aux, DP_LINK_BW_SET, dpcd, + sizeof(dpcd)); + if (err < 0) { - DRM_ERROR("Failed to configure DisplayPort link: %d\n", err); + DRM_ERROR("Failed to configure link: %d\n", err); return err; }