From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 67CAEC433EF for ; Fri, 25 Mar 2022 18:45:40 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E06B210E201; Fri, 25 Mar 2022 18:45:39 +0000 (UTC) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5067A10E201 for ; Fri, 25 Mar 2022 18:45:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648233939; x=1679769939; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=97xqyM1xp0eRbTZK6COi99jZtiLUkoSxeDgE2ddufwY=; b=ZpnbIXjY5yFoeAGFdjdpI8n7krjyeoCLXBBlEJN51DJVoNoJpvPdNZGV CBJpXifyki6zXh0gBgV+GMD9K4RoyA14DG2a9N+MJQYQL6o9xdT2oJMkj MM2kWGccZXiXJ3mbn/KN+hgcWx+1SiBz1bxXYn3isK3qClVrxn6LlFLOU ydIj+qxU5cMubQwuPMZf1xhlbMKqh3YL04TfoZm9VsZMUzWq6LclUJk6K xykVFWs20zGkw3sbypIDs8B2+FUZZQs4JabuoHTCKj5X5CCI/HIdZQ4xd GoOQ7n9hKDIzJpiA2ZeLBmy5CUfNo6j/dVEmNaM6vKc43+u2EeYr+hIR1 w==; X-IronPort-AV: E=McAfee;i="6200,9189,10297"; a="257525566" X-IronPort-AV: E=Sophos;i="5.90,211,1643702400"; d="scan'208";a="257525566" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2022 11:45:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,211,1643702400"; d="scan'208";a="648352661" Received: from stinkpipe.fi.intel.com (HELO stinkbox) ([10.237.72.61]) by fmsmga002.fm.intel.com with SMTP; 25 Mar 2022 11:45:36 -0700 Received: by stinkbox (sSMTP sendmail emulation); Fri, 25 Mar 2022 20:45:35 +0200 Date: Fri, 25 Mar 2022 20:45:35 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: =?iso-8859-1?Q?Jos=E9?= Roberto de Souza Message-ID: References: <20220325183832.146472-1-jose.souza@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220325183832.146472-1-jose.souza@intel.com> X-Patchwork-Hint: comment Subject: Re: [Intel-gfx] [PATCH] docs: gpu: i915.rst: Fix DRRS documentation X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org, Rodrigo Vivi Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Fri, Mar 25, 2022 at 11:38:32AM -0700, José Roberto de Souza wrote: > intel_drrs_enable() and intel_drrs_disable() were renamed to > intel_drrs_activate() and intel_drrs_deactivate() in commit > 54903c7a6b40 ("drm/i915: s/enable/active/ for DRRS") and it is > causing warnings when generating the kernel documentation. > > But as for a while DRRS has its own file, so here just let the tool > generate the documentation for all exported and documented functions > in intel_drrs.c. > > Cc: Ville Syrjälä > Cc: Rodrigo Vivi > Signed-off-by: José Roberto de Souza Reviewed-by: Ville Syrjälä > --- > Documentation/gpu/i915.rst | 14 +------------- > 1 file changed, 1 insertion(+), 13 deletions(-) > > diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst > index bcaefc952764e..0f08693d05cdf 100644 > --- a/Documentation/gpu/i915.rst > +++ b/Documentation/gpu/i915.rst > @@ -187,19 +187,7 @@ Display Refresh Rate Switching (DRRS) > :doc: Display Refresh Rate Switching (DRRS) > > .. kernel-doc:: drivers/gpu/drm/i915/display/intel_drrs.c > - :functions: intel_drrs_enable > - > -.. kernel-doc:: drivers/gpu/drm/i915/display/intel_drrs.c > - :functions: intel_drrs_disable > - > -.. kernel-doc:: drivers/gpu/drm/i915/display/intel_drrs.c > - :functions: intel_drrs_invalidate > - > -.. kernel-doc:: drivers/gpu/drm/i915/display/intel_drrs.c > - :functions: intel_drrs_flush > - > -.. kernel-doc:: drivers/gpu/drm/i915/display/intel_drrs.c > - :functions: intel_drrs_init > + :internal: > > DPIO > ---- > -- > 2.35.1 -- Ville Syrjälä Intel