From patchwork Thu Nov 7 02:23:39 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: 11231661 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 ECB3C1850 for ; Thu, 7 Nov 2019 02:23:46 +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 D10892187F for ; Thu, 7 Nov 2019 02:23:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D10892187F 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 9E0586EE68; Thu, 7 Nov 2019 02:23:45 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mailgw01.mediatek.com (unknown [210.61.82.183]) by gabe.freedesktop.org (Postfix) with ESMTP id B43456EE68 for ; Thu, 7 Nov 2019 02:23:44 +0000 (UTC) X-UUID: fd7dd07191514f529926189334f3507c-20191107 X-UUID: fd7dd07191514f529926189334f3507c-20191107 Received: from mtkcas08.mediatek.inc [(172.21.101.126)] by mailgw01.mediatek.com (envelope-from ) (Cellopoint E-mail Firewall v4.1.10 Build 0809 with TLS) with ESMTP id 1828325904; Thu, 07 Nov 2019 10:23:42 +0800 Received: from mtkcas09.mediatek.inc (172.21.101.178) by mtkmbs01n2.mediatek.inc (172.21.101.79) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Thu, 7 Nov 2019 10:23:38 +0800 Received: from [172.21.77.4] (172.21.77.4) by mtkcas09.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Thu, 7 Nov 2019 10:23:38 +0800 Message-ID: <1573093419.13645.5.camel@mtksdaap41> Subject: [GIT PULL] mediatek drm next for 5.5 - 2 From: CK Hu To: Dave Airlie , Daniel Vetter , , Date: Thu, 7 Nov 2019 10:23:39 +0800 X-Mailer: Evolution 3.10.4-0ubuntu2 MIME-Version: 1.0 X-TM-SNTS-SMTP: B433D3BD14457E0CC75F95C67EF524B0B9BA6E2DB114DC8B87BA556B409960512000: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: Sean Paul Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Dave, Daniel: This round add new color format support and reflect function. Regards, CK The following changes since commit 631005b255aab5f846f7ca03606613f898d70207: drm/mediatek: add no_clk into ddp private data (2019-10-09 16:58:13 +0800) are available in the Git repository at: https://github.com/ckhu-mediatek/linux.git-tags.git tags/mediatek-drm-next-5.5-2 for you to fetch changes up to df444457711858d398896d678bd3cd7f43f1c1f5: drm/mediatek: Support 180 degree rotation (2019-11-06 16:00:45 +0800) ---------------------------------------------------------------- Mediatek DRM next for Linux 5.5 - 2 ---------------------------------------------------------------- Sean Paul (8): drm/mediatek: Add RGB[A] variants to published plane formats drm/mediatek: Refactor plane init drm/mediatek: Add helper to get component for a plane drm/mediatek: Add plumbing for layer_check hook drm/mediatek: Plumb supported rotation values from components to plane init drm/mediatek: Support reflect-y plane rotation drm/mediatek: Support reflect-x plane rotation drm/mediatek: Support 180 degree rotation drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 50 ++++++++++ drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 145 ++++++++++++++++++++-------- drivers/gpu/drm/mediatek/mtk_drm_crtc.h | 2 + drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h | 22 +++++ drivers/gpu/drm/mediatek/mtk_drm_plane.c | 24 ++++- drivers/gpu/drm/mediatek/mtk_drm_plane.h | 4 +- 6 files changed, 205 insertions(+), 42 deletions(-)