From patchwork Fri Dec 28 15:19:01 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Pawe=C5=82_Chmiel?= X-Patchwork-Id: 10745985 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 CCEE4746 for ; Tue, 1 Jan 2019 21:47:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BF281286A7 for ; Tue, 1 Jan 2019 21:47:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B3852287AB; Tue, 1 Jan 2019 21:47:29 +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 69681286A7 for ; Tue, 1 Jan 2019 21:47:29 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 11B7F6E291; Tue, 1 Jan 2019 21:47:14 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lf1-x143.google.com (mail-lf1-x143.google.com [IPv6:2a00:1450:4864:20::143]) by gabe.freedesktop.org (Postfix) with ESMTPS id A9F316E4F1 for ; Fri, 28 Dec 2018 15:19:31 +0000 (UTC) Received: by mail-lf1-x143.google.com with SMTP id a16so14758692lfg.3 for ; Fri, 28 Dec 2018 07:19:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=9d49aBJNh7GrHY65V1PzLXouo3n3U60A46Zt1GxLt60=; b=FEZZU3z8BmO2wFCTH1uRYroI/wbYfY7ahqlbCMtc5EEcCSFfmp/mKY24O9N7BGBmPB Zn6FaECP9+oST4EqALT6ilEI+CwxyiT/8R4/wijgGM7BitaBUP69kJ/toE5bHCst8uim WTEux9MejQR2iT55cPRKbqgrlVZEx6NlfUmJifd2YLLWvwoiW8+78txWDt+gQKPIBsLy 1lLdtE4PUJXVF52SZ3Xeq6/nVoLo0fSg9SETsfNi7SRFyvPkQTpGDl3MpQudDhzeH7nt Rc9Hhwne09YJSkdB7MWlZ0BF20hEJr2qG9weZyxOaEnDZ0hVipTI3xbJgxfPr0GhG1sO eDnw== X-Gm-Message-State: AA+aEWZMeVaYRRRVxgpW1rvQJaQQbGggUV1sttXJVMcqs2iLxhUsuMni +aRgkcLS4cdWgHrUqFRE5j0= X-Google-Smtp-Source: AFSGD/UTmAYOInFAWM4uvvTang73uSr38uYkOrdHoN7K5qcGiCjGYskp9put4k+MrxVZpvlYqkj5Tw== X-Received: by 2002:a19:d5:: with SMTP id 204mr13259672lfa.116.1546010369714; Fri, 28 Dec 2018 07:19:29 -0800 (PST) Received: from localhost.localdomain ([2a02:a315:5445:5300:7146:fd07:48ff:9665]) by smtp.googlemail.com with ESMTPSA id s24sm7872704lfc.30.2018.12.28.07.19.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Dec 2018 07:19:28 -0800 (PST) From: =?utf-8?q?Pawe=C5=82_Chmiel?= To: inki.dae@samsung.com, krzk@kernel.org, airlied@linux.ie Subject: [PATCH v2 0/3] drm/exynos: rotator: Add support for s5pv210 Date: Fri, 28 Dec 2018 16:19:01 +0100 Message-Id: <20181228151904.12079-1-pawel.mikolaj.chmiel@gmail.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Mailman-Approved-At: Tue, 01 Jan 2019 21:47:02 +0000 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: mark.rutland@arm.com, devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, sw0312.kim@samsung.com, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, robh+dt@kernel.org, kyungmin.park@samsung.com, kgene@kernel.org, linux-arm-kernel@lists.infradead.org, =?utf-8?q?Pawe=C5=82_Chmiel?= Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP This patchset adds support for s5pv210 soc, into Samsung DRM Rotator driver. Currently only NV12 and XRGB8888 formats are supported. It was tested by using simple tool from https://www.spinics.net/lists/linux-samsung-soc/msg60498.html Changes from v1: - fixed order of chipsets in documentation and removed ordering from it Paweł Chmiel (3): drm/exynos: rotator: Add support for s5pv210 dt-bindings: gpu: samsung-rotator: Document s5pv210 support ARM: dts: s5pv210: Add node for exynos-rotator .../bindings/gpu/samsung-rotator.txt | 7 +++--- arch/arm/boot/dts/s5pv210.dtsi | 9 ++++++++ drivers/gpu/drm/exynos/exynos_drm_rotator.c | 23 +++++++++++++++++++ 3 files changed, 36 insertions(+), 3 deletions(-)