From patchwork Thu Oct 3 08:10:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 11172967 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 EE7B713B1 for ; Thu, 3 Oct 2019 17:31:21 +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 D66752133F for ; Thu, 3 Oct 2019 17:31:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D66752133F 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 33D766EA2F; Thu, 3 Oct 2019 17:31:19 +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 658C96E2B1; Thu, 3 Oct 2019 08:10:34 +0000 (UTC) Received: from localhost (lfbn-1-10718-76.w90-89.abo.wanadoo.fr [90.89.68.76]) (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 AFEC4222C5; Thu, 3 Oct 2019 08:10:33 +0000 (UTC) Date: Thu, 3 Oct 2019 10:10:31 +0200 From: Maxime Ripard To: Dave Airlie , Daniel Vetter Message-ID: <20191003081031.oykms5fg4tijvdri@gilmour> MIME-Version: 1.0 User-Agent: NeoMutt/20180716 X-Mailman-Approved-At: Thu, 03 Oct 2019 17:31:17 +0000 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570090234; bh=XMzLxYb8470smlObYGDxsMqu/npzCN821cFQTITLx0I=; h=Date:From:To:Cc:Subject:From; b=y73Buv143qr4n0C5E+L42gBykUVeWCkJq1qmwUieJN3GCVZqOHIZ1ZfkRA/l3NzrL 5HhCEm8FmYfTjsF1D42y1ce7BZgIGMjpLON4Ucl4B2u6c1lBg3kxd6TfOVso/XY1IQ X2Bcvv6Epq2yyVIYLoFEeIvTj+lqGVViZg7nKp6k= 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, Here is another attempt at a PR for drm-misc-fixes, after the attempt I did yesterday. Maxime drm-misc-fixes-2019-10-03: - One include fix for tilcdc - A clock fix for OMAP - A memory leak fix for Komeda - Some fixes for resources cleanups with writeback The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2019-10-03 for you to fetch changes up to b6559bf3ac32acfe34e17c73d68581e7f7415785: Merge drm-misc-next-fixes-2019-10-02 into drm-misc-fixes (2019-10-03 10:00:13 +0200) ---------------------------------------------------------------- - One include fix for tilcdc - A clock fix for OMAP - A memory leak fix for Komeda - Some fixes for resources cleanups with writeback ---------------------------------------------------------------- Arnd Bergmann (1): drm/tilcdc: include linux/pinctrl/consumer.h again Lowry Li (Arm Technology China) (2): drm: Free the writeback_job when it with an empty fb drm: Clear the fence pointer when writeback job signaled Maxime Ripard (2): Merge drm/drm-fixes into drm-misc-fixes Merge drm-misc-next-fixes-2019-10-02 into drm-misc-fixes Navid Emamdoost (1): drm/komeda: prevent memory leak in komeda_wb_connector_add Tomi Valkeinen (1): drm/omap: fix max fclk divider for omap36xx .../drm/arm/display/komeda/komeda_wb_connector.c | 7 ++++--- drivers/gpu/drm/arm/malidp_mw.c | 4 ++-- drivers/gpu/drm/drm_atomic.c | 13 ++++++++---- drivers/gpu/drm/drm_writeback.c | 23 ++++++++++++++-------- drivers/gpu/drm/omapdrm/dss/dss.c | 2 +- drivers/gpu/drm/rcar-du/rcar_du_writeback.c | 4 ++-- drivers/gpu/drm/tilcdc/tilcdc_tfp410.c | 1 + drivers/gpu/drm/vc4/vc4_txp.c | 5 ++--- 8 files changed, 36 insertions(+), 23 deletions(-)