From patchwork Wed Oct 30 18:22:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 11219945 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 30BD7112B for ; Wed, 30 Oct 2019 18:54:58 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 183FF204FD for ; Wed, 30 Oct 2019 18:54:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 183FF204FD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DB3E36ECFB; Wed, 30 Oct 2019 18:54:53 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9F8CB6ECF7; Wed, 30 Oct 2019 18:54:52 +0000 (UTC) Received: from localhost (unknown [80.215.218.112]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A4F68204FD; Wed, 30 Oct 2019 18:54:51 +0000 (UTC) Date: Wed, 30 Oct 2019 19:22:07 +0100 From: Maxime Ripard To: Dave Airlie , Daniel Vetter Message-ID: <20191030182207.evrscl7lnv42u5zu@hendrix> MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572461692; bh=GFVqJUqPBwUOhJ9x3594RHCMO78ZYHk1qH/IrMdpehQ=; h=Date:From:To:Cc:Subject:From; b=GbsmNo3wNE/Nv/yyMUwItV5LfsImZzs6iYKxglc4togod9AjyQRZwuOW+OGXYHP1z nE8jJ37ctN2lH40iqIcfZdU2zbRALWGZtW/iBO8vDgQxC+dnv+6KHYN9RKMpln24qE aCAwzZnTFgs7PhAuCeKq9bk/0WX0bPdwi88RZPlE= Subject: [Intel-gfx] [PULL] drm-misc-fixes X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dim-tools@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Maxime Ripard , intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Daniel, Dave, Here is this week's round of fixes for drm-misc. Thanks! Maxime drm-misc-fixes-2019-10-30-1: - three fixes for panfrost, one to silence a warning, one to fix runtime_pm and one to prevent bogus pointer dereferences - one fix for a memleak in v3d The following changes since commit 8ae501e295cce9bc6e0dd82d5204a1d5faef44f8: drm/komeda: Fix typos in komeda_splitter_validate (2019-10-21 14:50:51 +0100) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2019-10-30-1 for you to fetch changes up to f70744c68779c8a72a0c82294e3233b994af656d: drm/panfrost: Don't dereference bogus MMU pointers (2019-10-29 13:18:17 -0500) ---------------------------------------------------------------- - three fixes for panfrost, one to silence a warning, one to fix runtime_pm and one to prevent bogus pointer dereferences - one fix for a memleak in v3d ---------------------------------------------------------------- Navid Emamdoost (1): drm/v3d: Fix memory leak in v3d_submit_cl_ioctl Robin Murphy (1): drm/panfrost: Don't dereference bogus MMU pointers Tomeu Vizoso (1): panfrost: Properly undo pm_runtime_enable when deferring a probe Yi Wang (1): drm/panfrost: fix -Wmissing-prototypes warnings drivers/gpu/drm/panfrost/panfrost_drv.c | 2 +- drivers/gpu/drm/panfrost/panfrost_mmu.c | 15 ++++++++------- drivers/gpu/drm/panfrost/panfrost_perfcnt.c | 1 + drivers/gpu/drm/v3d/v3d_gem.c | 5 ++++- 4 files changed, 14 insertions(+), 9 deletions(-)