summaryrefslogtreecommitdiff
path: root/cpus.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04cpus: break out cpu related functions from xutilsDaniel Borkmann1-0/+16
ct>mode:
authorArnd Bergmann <arnd@arndb.de>2016-06-16 14:27:57 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-06-16 14:37:15 +0200
commit2a6ae85a383090e2c230d878cc5f53d0917b44ee (patch)
treeb102ccedd4e3e58f77152754a6e433b82469258a
parent14d71ebdb5bd97529ff360b240f294559754824f (diff)
drm: rockchip: select DRM_GEM_CMA_HELPER
The rockchip drm driver started using drm_gem_cma_vm_ops, but that might not be part of the kernel, causing the link to fail: drivers/gpu/built-in.o:(.data+0xb234): undefined reference to `drm_gem_cma_vm_ops' This adds a Kconfig 'select' statement to enable it like the other user do. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: 80f67cd80add ("drm/rockchip: Use cma gem vm ops") Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20160616122800.1174015-1-arnd@arndb.de
Diffstat