Ingenic JZ47xx KMS driver
From: | Paul Cercueil <paul-AT-crapouillou.net> | |
To: | David Airlie <airlied-AT-linux.ie>, Daniel Vetter <daniel-AT-ffwll.ch>, Rob Herring <robh+dt-AT-kernel.org>, Mark Rutland <mark.rutland-AT-arm.com>, Maarten Lankhorst <maarten.lankhorst-AT-linux.intel.com>, Maxime Ripard <maxime.ripard-AT-bootlin.com>, Sean Paul <sean-AT-poorly.run> | |
Subject: | [5.2][PATCH 0/3] Ingenic JZ47xx KMS driver | |
Date: | Thu, 28 Feb 2019 19:07:53 -0300 | |
Message-ID: | <20190228220756.20262-1-paul@crapouillou.net> | |
Cc: | dri-devel-AT-lists.freedesktop.org, devicetree-AT-vger.kernel.org, linux-mips-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org | |
Archive-link: | Article |
Hi, This is a first attempt at a KMS driver for the JZ47xx MIPS SoCs by Ingenic. It is aimed to replace the aging jz4740-fb driver. The driver will later be updated with new features (overlays, TV-out etc.), that's why I didn't go with the simple/tiny DRM driver. The driver has been tested on the Ben Nanonote (JZ4740) and the RetroMini RS-90 (JZ4725B) handheld gaming console. Greetings, -Paul