OSDN Git Service

drm/sun4i: Add a DRC driver
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 9 Jun 2016 12:01:58 +0000 (14:01 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 8 Sep 2016 07:31:13 +0000 (09:31 +0200)
commitcd8fff504d636b28abad652b0ae45f8b54ab0cc9
tree81967630260a8e89e6a342b73fa5c315fe3cabb5
parent440d2c7b127a8b3aab21eb140262bb29c4ee804f
drm/sun4i: Add a DRC driver

The A33 pipeline also has a component called DRC. Even though its exact
features and programming model is not known (or documented), it needs to
be clocked for the pipeline to carry the video signal all the way.

Add a minimal driver for it that just claim the needed resources for the
pipeline to operate properly.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Peter Korsgaard <peter@korsgaard.com>
Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
drivers/gpu/drm/sun4i/Makefile
drivers/gpu/drm/sun4i/sun6i_drc.c [new file with mode: 0644]