From patchwork Tue Aug 20 01:24:30 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?Q0sgSHUgKOiDoeS/iuWFiSk=?= X-Patchwork-Id: 11102551 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 5539A1398 for ; Tue, 20 Aug 2019 01:24:42 +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 3ED4822CEC for ; Tue, 20 Aug 2019 01:24:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3ED4822CEC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mediatek.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A73AE89DA5; Tue, 20 Aug 2019 01:24:40 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by gabe.freedesktop.org (Postfix) with ESMTP id C1D2189CF6 for ; Tue, 20 Aug 2019 01:24:38 +0000 (UTC) X-UUID: cb8855a77ff1409dbf10cd4290a1de95-20190820 X-UUID: cb8855a77ff1409dbf10cd4290a1de95-20190820 Received: from mtkcas06.mediatek.inc [(172.21.101.30)] by mailgw02.mediatek.com (envelope-from ) (Cellopoint E-mail Firewall v4.1.10 Build 0707 with TLS) with ESMTP id 1247149086; Tue, 20 Aug 2019 09:24:32 +0800 Received: from mtkcas08.mediatek.inc (172.21.101.126) by mtkmbs06n2.mediatek.inc (172.21.101.130) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Tue, 20 Aug 2019 09:24:30 +0800 Received: from [172.21.77.4] (172.21.77.4) by mtkcas08.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Tue, 20 Aug 2019 09:24:29 +0800 Message-ID: <1566264270.30493.4.camel@mtksdaap41> Subject: [GIT PULL] mediatek drm fixes for 5.3 From: CK Hu To: Dave Airlie , Daniel Vetter , , Date: Tue, 20 Aug 2019 09:24:30 +0800 X-Mailer: Evolution 3.10.4-0ubuntu2 MIME-Version: 1.0 X-TM-SNTS-SMTP: 23F0EE08CDB5C7F7271977C097F1F055DAC535E422A77928DA182112381D41192000:8 X-MTK: N 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: Nishka Dasgupta , Alexandre Courbot Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Dave, Daniel: This include PRIME buffer and of_node fixes. Regards, CK The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: https://github.com/ckhu-mediatek/linux.git-tags tags/mediatek-drm-fixes-5.3 for you to fetch changes up to 165d42c012be69900f0e2f8545626cb9e7d4a832: drm/mediatek: mtk_drm_drv.c: Add of_node_put() before goto (2019-08-19 07:09:29 +0800) ---------------------------------------------------------------- Mediatek drm fixes for Linux 5.3 ---------------------------------------------------------------- Alexandre Courbot (2): drm/mediatek: use correct device to import PRIME buffers drm/mediatek: set DMA max segment size Nishka Dasgupta (1): drm/mediatek: mtk_drm_drv.c: Add of_node_put() before goto drivers/gpu/drm/mediatek/mtk_drm_drv.c | 54 +++++++++++++++++++++++++++++++--- drivers/gpu/drm/mediatek/mtk_drm_drv.h | 2 ++ 2 files changed, 52 insertions(+), 4 deletions(-)