summaryrefslogtreecommitdiff
path: root/sysctl.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-30sysctl: Export procfs base path in sysctl.hTobias Klauser1-0/+2
2015-07-20sysctl: Add sysctl module with /proc/sys helpersVadim Kochan1-0/+7
d7'>Diffstat-26 12:52:20 +0100
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2016-04-24 02:53:35 +0300
commit4f5504cfc6ffcc73926de454f000d0409eed2fcb (patch)
treea3fd07fb0380c354e9376b68a065579b68be98c6
parent027b3f8ba9277410c3191d72d1ed2c6146d8a668 (diff)
drm: rcar-du: Clarify vsp dependency
The VSP1 compositor code in DRM links against the respective V4L driver, but the dependency is not expressed correctly in Kconfig, which leads to a build error when the DRM driver is built-in and the V4L driver is a module: drivers/gpu/built-in.o: In function `rcar_du_vsp_plane_atomic_update': rcar-du/rcar_du_vsp.c:183: undefined reference to `vsp1_du_atomic_update' This patch avoids the problem by ensuring that the DRM VSP code can only be enabled if the V4L driver is linked into the kernel, or both are loadable modules. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: 6d62ef3ac30b ("drm: rcar-du: Expose the VSP1 compositor through KMS planes") Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Diffstat