From patchwork Tue Oct 9 19:57:37 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Clark X-Patchwork-Id: 10633237 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 871D913AA for ; Tue, 9 Oct 2018 19:57:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 777C7297BB for ; Tue, 9 Oct 2018 19:57:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6918C297BE; Tue, 9 Oct 2018 19:57:53 +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=-5.2 required=2.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 2E695297BB for ; Tue, 9 Oct 2018 19:57:53 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6852D6E2EF; Tue, 9 Oct 2018 19:57:52 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-io1-xd31.google.com (mail-io1-xd31.google.com [IPv6:2607:f8b0:4864:20::d31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2A55F6E2ED; Tue, 9 Oct 2018 19:57:51 +0000 (UTC) Received: by mail-io1-xd31.google.com with SMTP id w11-v6so2167298iob.2; Tue, 09 Oct 2018 12:57:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=PtYov3moGw51mnAlPX86VRRGhElQzSXDlbEBx/FJ4tA=; b=G0MoHHYQSu5vpAZv8BFe8WNYWEBMQjFhFzThvYfX3pJn3O+U4/+oFkz0HBCca1xUFf gEvb16+IW2QO+MSdqS9PSNn/Mw/5Wg9NosCGM/sJJtoIjJkRmtpzkTGUymR8Uk9bejC+ Uw0lkRbfTGSuKpF21cvwiB6cYX1CfkZgvMxp8gdqI/dpOAgCnNolIWBs/iEBrXH+Piu0 bgKqiPSJwanJHFMLiYHxfen2xMcRDPVwbyNDQCMQ58ZmJ02dbr6DVs/9VUYzCz/Gcnlo oYWmFT7I5KSBzkuw0rDh6jjlANxehuOwJrSTQyOM9In07yJnDi5LJS2WgImFItpEtQWE E8iQ== X-Gm-Message-State: ABuFfoj5kP6+VWLXeVVhSz3zbrc7kE4sSlv5iyhQ8pQDGNjeFtmcq18t y/YcSDgfwNcGx5nxeWsK3ef2A06kGVu8ZKxqO/E= X-Google-Smtp-Source: ACcGV60wStEBpTOruKRi8Z8W0KQo/Aw8hPh9H6ckc4J1TtFes7RufnCceToimkhtlaD5qlY5e55kw1W1P87AbDVJGbM= X-Received: by 2002:a6b:ce11:: with SMTP id p17-v6mr19848854iob.129.1539115069168; Tue, 09 Oct 2018 12:57:49 -0700 (PDT) MIME-Version: 1.0 From: Rob Clark Date: Tue, 9 Oct 2018 15:57:37 -0400 Message-ID: Subject: [pull] drm/msm: msm-fixes-2018-10-09 for 4.20 To: Dave Airlie X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-msm , freedreno , dri-devel Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, Fix for armv7 u64 division The following changes since commit 3ce36b4542b585ed0231b175aee31020b2f289c2: drm/msm/a6xx: Remove CP perfcounter selects from the protected list (2018-10-07 14:40:28 -0400) are available in the Git repository at: git://people.freedesktop.org/~robclark/linux drm-msm-fixes-2018-10-09 for you to fetch changes up to 16f37102181e23ec4bec88fe1cfdd6c3c24dd1ed: drm/msm: a6xx: Fix improper u64 division (2018-10-08 20:16:01 -0400) ---------------------------------------------------------------- Sean Paul (2): drm/msm: a5xx: Remove unneeded parens drm/msm: a6xx: Fix improper u64 division drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 4 ++-- drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-)