From patchwork Thu Aug 18 13:38:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 12947084 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 3D0BEC00140 for ; Thu, 18 Aug 2022 13:40:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 43E93A2B05; Thu, 18 Aug 2022 13:39:47 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id B2ED7B9D0E for ; Thu, 18 Aug 2022 13:39:10 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id F16CA616D4; Thu, 18 Aug 2022 13:39:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 954E2C43150; Thu, 18 Aug 2022 13:39:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660829947; bh=/mGgM3BkfqPfFdMup+OXsgoylE1pD7DYoqi4URB8twU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=epyDmNbkr34EBDr61R61CF0gTJmUUP9nSqgxyfp/kREKBeloUK7E9JFnHxms8RPGB YWdjB8p0G6N/MOJqnj34YTP/O3j0NLlkwAkjkjAuoeZZmbRz5YZLK+x7DaOz0zoUkv i/hF+fRei471IoUVvecDA20J9Gw4u1cISbqvLQyv+IBXtmpR+T/qWbMyiKtMtl71vY BtSofY8znmu1LwW1pJB3o4up+rWsvKaVDFVfYF2AeWI2+dKdsx8/Ou2OLF/CBukn2t 9u2uyngKPXhc1t/UXo7npq+v36VFGnNT1M2k9wf6CujFTkkWWccwJHtsd7sH/vy3tF xdLpbwb6FlIcw== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1oOfjl-00AY7p-Ik; Thu, 18 Aug 2022 15:39:05 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , corbet@lwn.net Subject: [PATCH 10/13] docs: leds: add leds-qcom-lpg.rst to the index file Date: Thu, 18 Aug 2022 15:38:56 +0200 Message-Id: <14865c294b60fef58f660922889775bd57ce44c2.1660829433.git.mchehab@kernel.org> X-Mailer: git-send-email 2.37.1 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Mauro Carvalho Chehab Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Address this warning: Documentation/leds/leds-qcom-lpg.rst: WARNING: o documento não está incluído em nenhum toctree Signed-off-by: Mauro Carvalho Chehab --- See [PATCH 00/13] at: https://lore.kernel.org/all/cover.1660829433.git.mchehab@kernel.org/ Documentation/leds/index.rst | 1 + drivers/gpu/drm/scheduler/sched_main.c | 1 + include/drm/gpu_scheduler.h | 1 + 3 files changed, 3 insertions(+) diff --git a/Documentation/leds/index.rst b/Documentation/leds/index.rst index e5d63b940045..014e009b0761 100644 --- a/Documentation/leds/index.rst +++ b/Documentation/leds/index.rst @@ -25,4 +25,5 @@ LEDs leds-lp5562 leds-lp55xx leds-mlxcpld + leds-qcom-lpg leds-sc27xx diff --git a/drivers/gpu/drm/scheduler/sched_main.c b/drivers/gpu/drm/scheduler/sched_main.c index 68317d3a7a27..56c53a616816 100644 --- a/drivers/gpu/drm/scheduler/sched_main.c +++ b/drivers/gpu/drm/scheduler/sched_main.c @@ -994,6 +994,7 @@ static int drm_sched_main(void *param) * used * @score: optional score atomic shared with other schedulers * @name: name used for debugging + * @dev: Device structure * * Return 0 on success, otherwise error code. */ diff --git a/include/drm/gpu_scheduler.h b/include/drm/gpu_scheduler.h index addb135eeea6..f31988e03256 100644 --- a/include/drm/gpu_scheduler.h +++ b/include/drm/gpu_scheduler.h @@ -435,6 +435,7 @@ struct drm_sched_backend_ops { * @_score: score used when the driver doesn't provide one * @ready: marks if the underlying HW is ready to work * @free_guilty: A hit to time out handler to free the guilty job. + * @dev: Device structure * * One scheduler is implemented for each hardware ring. */