summaryrefslogtreecommitdiff
path: root/sysctl.h
blob: 2f88f0aab8196c01353210e5abb97e126cf96e7b (plain)
1
2
3
4
5
6
7
#ifndef SYSCTL_H
#define SYSCTL_H

int sysctl_set_int(const char *file, int value);
int sysctl_get_int(const char *file, int *value);

#endif
ted='selected'>includemode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2016-06-09 14:01:58 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2016-09-08 09:31:13 +0200
commitcd8fff504d636b28abad652b0ae45f8b54ab0cc9 (patch)
tree81967630260a8e89e6a342b73fa5c315fe3cabb5 /Documentation
parent440d2c7b127a8b3aab21eb140262bb29c4ee804f (diff)
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>
Diffstat (limited to 'Documentation')