]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7b45bc04f948430ef8286357a1fc316a100aa2e3
tree81967630260a8e89e6a342b73fa5c315fe3cabb5
parent4655bba1f3a34d631a5b99e17da40a0bc52add76
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]