From patchwork Thu Oct 25 13:09:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Igor Murzov X-Patchwork-Id: 1645561 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork1.kernel.org (Postfix) with ESMTP id DAB1F3FE1C for ; Thu, 25 Oct 2012 16:13:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AA4A2A0A61 for ; Thu, 25 Oct 2012 09:13:30 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from forward1.mail.yandex.net (forward1.mail.yandex.net [77.88.46.6]) by gabe.freedesktop.org (Postfix) with ESMTP id 012E6A0300 for ; Thu, 25 Oct 2012 06:22:40 -0700 (PDT) Received: from smtp1.mail.yandex.net (smtp1.mail.yandex.net [77.88.46.101]) by forward1.mail.yandex.net (Yandex) with ESMTP id A1C871240A0B; Thu, 25 Oct 2012 17:10:16 +0400 (MSK) Received: from smtp1.mail.yandex.net (localhost [127.0.0.1]) by smtp1.mail.yandex.net (Yandex) with ESMTP id 4C446AA05BA; Thu, 25 Oct 2012 17:10:16 +0400 (MSK) Received: from unknown (unknown [46.173.39.73]) by smtp1.mail.yandex.net (nwsmtp/Yandex) with ESMTP id A1PaiGQl-AFP0ecEu; Thu, 25 Oct 2012 17:10:16 +0400 From: Igor Murzov To: Alex Deucher , David Airlie , dri-devel@lists.freedesktop.org Subject: [PATCH 1/2] drm/radeon: fix ATPX function documentation Date: Thu, 25 Oct 2012 17:09:00 +0400 Message-Id: <1351170541-22570-1-git-send-email-e-mail@date.by> X-Mailer: git-send-email 1.7.12.1 X-Mailman-Approved-At: Thu, 25 Oct 2012 09:09:31 -0700 Cc: Igor Murzov , linux-kernel@vger.kernel.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Fix a copy&pasted documentation. Signed-off-by: Igor Murzov --- drivers/gpu/drm/radeon/radeon_atpx_handler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_atpx_handler.c b/drivers/gpu/drm/radeon/radeon_atpx_handler.c index 37f6a90..15f5ded 100644 --- a/drivers/gpu/drm/radeon/radeon_atpx_handler.c +++ b/drivers/gpu/drm/radeon/radeon_atpx_handler.c @@ -352,9 +352,9 @@ static int radeon_atpx_switchto(enum vga_switcheroo_client_id id) } /** - * radeon_atpx_switchto - switch to the requested GPU + * radeon_atpx_power_state - power down/up the requested GPU * - * @id: GPU to switch to + * @id: GPU to power down/up * @state: requested power state (0 = off, 1 = on) * * Execute the necessary ATPX function to power down/up the discrete GPU