diff options
author | Dave Airlie <airlied@redhat.com> | 2018-06-08 07:52:48 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2018-06-08 07:52:54 +0200 |
commit | 68a14137fa68b798766c43b25d3e4de5e8d27a0f (patch) | |
tree | 2d6fad0156fcb6dedf416a799eae9919d2de8731 /drivers/gpu/drm/v3d | |
parent | Merge tag 'drm-msm-next-2018-06-04' of git://people.freedesktop.org/~robclark... (diff) | |
parent | drm/v3d: add CONFIG_MMU dependency (diff) | |
download | linux-68a14137fa68b798766c43b25d3e4de5e8d27a0f.tar.xz linux-68a14137fa68b798766c43b25d3e4de5e8d27a0f.zip |
Merge tag 'drm-misc-next-fixes-2018-05-31' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
drm-misc-next-fixes for v4.18:
Driver changes:
- Plug small memory leak in vc4. (anholt)
- Depend on MMU in v3d. (arnd)
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/12faab25-e809-e73c-409c-5e9c08aa351c@linux.intel.com
Diffstat (limited to 'drivers/gpu/drm/v3d')
-rw-r--r-- | drivers/gpu/drm/v3d/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/v3d/Kconfig b/drivers/gpu/drm/v3d/Kconfig index a0c0259355bd..1552bf552c94 100644 --- a/drivers/gpu/drm/v3d/Kconfig +++ b/drivers/gpu/drm/v3d/Kconfig @@ -3,6 +3,7 @@ config DRM_V3D depends on ARCH_BCM || ARCH_BCMSTB || COMPILE_TEST depends on DRM depends on COMMON_CLK + depends on MMU select DRM_SCHED help Choose this option if you have a system that has a Broadcom |