From patchwork Thu Oct 4 09:41:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sharat Masetty X-Patchwork-Id: 10625773 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 77B531731 for ; Thu, 4 Oct 2018 09:41:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 649D828AD9 for ; Thu, 4 Oct 2018 09:41:56 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 58DFE28AF3; Thu, 4 Oct 2018 09:41:56 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EED1F28AD9 for ; Thu, 4 Oct 2018 09:41:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727399AbeJDQeV (ORCPT ); Thu, 4 Oct 2018 12:34:21 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:39300 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727367AbeJDQeV (ORCPT ); Thu, 4 Oct 2018 12:34:21 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 583F160BF4; Thu, 4 Oct 2018 09:41:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1538646114; bh=qSxb0KdnxGHqZnHWLFI/gES39zvjFvNHzsVgOgGf1p4=; h=From:To:Cc:Subject:Date:From; b=n+UzR2V+0nejn21xKlasW/osiE4vbX0AOjNzroKfU0b2d+grcpFhB1uuIt4b9yCpQ C+ss17avefeIEdbhVxLGeVL+P2r/ai9G52OAJYFoHf621PWtJ/gqubwUCM6ctUKTVo NKFThvCq8nEwKusVMrCGZ4j5SSN9/M2FcaUiwiME= Received: from smasetty-linux.qualcomm.com (blr-c-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.19.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: smasetty@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 669AA60B72; Thu, 4 Oct 2018 09:41:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1538646113; bh=qSxb0KdnxGHqZnHWLFI/gES39zvjFvNHzsVgOgGf1p4=; h=From:To:Cc:Subject:Date:From; b=CCim4tJ1LC9xw4dVklNXWoDPsKY7bJ8zgAEpw8g/sdjo7jWPmUBXfGspLT9eQH9QK o1521K9mSUIaJu0meA+JaX220exCpsgZSrPDLU4snstuqR7pR2KU8It7nGUWzBg8Eq nwgutIZthXEfEH7OQ3gzqzNyujjd6M9pVtlO4RxU= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 669AA60B72 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=smasetty@codeaurora.org From: Sharat Masetty To: freedreno@lists.freedesktop.org Cc: dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org, jcrouse@codeaurora.org, Sharat Masetty Subject: [v4 0/4] msm/drm: a6xx DCVS series Date: Thu, 4 Oct 2018 15:11:39 +0530 Message-Id: <1538646103-27445-1-git-send-email-smasetty@codeaurora.org> X-Mailer: git-send-email 1.9.1 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch series starts off with a bug fixes in devfreq code, followed by refactoring the devfreq code needed for supporting different chipsets, and ends with adding devfreq support for A6xx. v2, v3: Addressed review comments from Jordan Crouse. v4: Patches raised against Rob's msm-next. Fixed a bug caught in downstream testing. Note: Scaling works best with these two fixes https://patchwork.freedesktop.org/patch/253992/ https://patchwork.freedesktop.org/patch/253458/ Sharat Masetty (4): drm/msm: suspend devfreq on init drm/msm/a6xx: Add gmu_read64() register read op drm/msm: re-factor devfreq code drm/msm/a6xx: Add devfreq support for a6xx drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 16 +++++++++---- drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 38 +++++++++++++++++++++++++---- drivers/gpu/drm/msm/adreno/a6xx_gmu.h | 12 ++++++++++ drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 27 +++++++++++++++++++++ drivers/gpu/drm/msm/adreno/a6xx_gpu.h | 3 ++- drivers/gpu/drm/msm/msm_gpu.c | 45 +++++++++++++++++++++-------------- drivers/gpu/drm/msm/msm_gpu.h | 5 +++- 7 files changed, 118 insertions(+), 28 deletions(-) --- 1.9.1