Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp2493130ybe; Tue, 3 Sep 2019 13:50:14 -0700 (PDT) X-Google-Smtp-Source: APXvYqw2yb5QxIbD+IxrBPreouNVPdNII/4iTTZJ2s/gqZwM3S6tZ+0UpcZP1qBXjSmTHJXkvs4C X-Received: by 2002:a63:5550:: with SMTP id f16mr33295186pgm.426.1567543814542; Tue, 03 Sep 2019 13:50:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567543814; cv=none; d=google.com; s=arc-20160816; b=SBtxSoniFZCKyLfmQfpTFupq+cNLRrr7ycYsdV8TQZ5iPgx8Wz5he1PwLhNVoGHs6s qxotOlvkxAIpdRjGHo+9Fq55jYhSZSU2Izgv/BCDPQHi7I0SduL93dii3/aYz+p8zlKH L+cCFAeJWG1a3W7OvBiw8qogv97JNO8cw91yJ7up/jQ7/ZMdwMDzi+0y8oijnMVhL+b8 y01Hshb5saOiQLK6q+htBwG+bXeYOka3OFTkemYUO+y6ZG1uOwAZFdF7Qx4mTiH1pM+U k/w2nAF06VBfOSJ6nMa3GGHUluE7pFe4mq0ERBhJaAGBrxtZyiGYoQb+Ao7J+KmMheTA 5Gsg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=gbgGDMtuUMoer/xL8sow9SLAz2+Wyt2Ny3ePxyeHhLs=; b=y9XDGZnHVPO4GbQnXqWm1IE9ZqTctuSXZUuLYNrX6tcVXkLCWxAM2Pn4v9fGGnBc++ /ntwBB1j6zf0J2kZPKCD+De+zeRLeJHFc/bkWrlG/CRxJuCYzEGTHXgSUvMuXyQD4PIv aej5LyYppAdOp37b3ajWA0ddaypdZ1bVxPOvksBF6OeeYy++hNZAF7AzMdvNIRLaJLJq Q+cCY3UY8k8CtD2x9J4VV2ejhPjdxiUPh8abbVtBH+w0N4s1nU9M8yDFXbyVLMIzqnQC qBsU8HAt+GZR/u93HRQV/1u9qOyI/r1hlWMFBiFoJnOfJohQeMvY4FBYDkmotdAo6bVT d4dQ== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d6si15518615pgh.35.2019.09.03.13.49.59; Tue, 03 Sep 2019 13:50:14 -0700 (PDT) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728092AbfICUsj (ORCPT + 99 others); Tue, 3 Sep 2019 16:48:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48222 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728024AbfICUsg (ORCPT ); Tue, 3 Sep 2019 16:48:36 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C08B87F761; Tue, 3 Sep 2019 20:48:35 +0000 (UTC) Received: from malachite.bss.redhat.com (dhcp-10-20-1-34.bss.redhat.com [10.20.1.34]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7DFAC1001956; Tue, 3 Sep 2019 20:48:34 +0000 (UTC) From: Lyude Paul To: dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org, amd-gfx@lists.freedesktop.org Cc: Juston Li , Imre Deak , =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= , Harry Wentland , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Sean Paul , David Airlie , Daniel Vetter , linux-kernel@vger.kernel.org Subject: [PATCH v2 18/27] drm/dp_mst: Remove lies in {up,down}_rep_recv documentation Date: Tue, 3 Sep 2019 16:45:56 -0400 Message-Id: <20190903204645.25487-19-lyude@redhat.com> In-Reply-To: <20190903204645.25487-1-lyude@redhat.com> References: <20190903204645.25487-1-lyude@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.71]); Tue, 03 Sep 2019 20:48:35 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These are most certainly accessed from far more than the mgr work. In fact, up_req_recv is -only- ever accessed from outside the mgr work. Cc: Juston Li Cc: Imre Deak Cc: Ville Syrjälä Cc: Harry Wentland Cc: Daniel Vetter Signed-off-by: Lyude Paul --- include/drm/drm_dp_mst_helper.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/include/drm/drm_dp_mst_helper.h b/include/drm/drm_dp_mst_helper.h index f253ee43e9d9..8ba2a01324bb 100644 --- a/include/drm/drm_dp_mst_helper.h +++ b/include/drm/drm_dp_mst_helper.h @@ -489,15 +489,11 @@ struct drm_dp_mst_topology_mgr { int conn_base_id; /** - * @down_rep_recv: Message receiver state for down replies. This and - * @up_req_recv are only ever access from the work item, which is - * serialised. + * @down_rep_recv: Message receiver state for down replies. */ struct drm_dp_sideband_msg_rx down_rep_recv; /** - * @up_req_recv: Message receiver state for up requests. This and - * @down_rep_recv are only ever access from the work item, which is - * serialised. + * @up_req_recv: Message receiver state for up requests. */ struct drm_dp_sideband_msg_rx up_req_recv; -- 2.21.0