[PATCH v6] drm: allow to use mmuless SoC

2017-01-07 Thread Daniel Vetter
On Sat, Jan 7, 2017 at 9:57 AM, Benjamin Gaignard wrote: > Some SoC without MMU have display driver where a drm/kms driver > could be implemented. > > Before doing such kind of thing drm/kms must allow to use mmuless devices. > This patch propose to remove MMU configuration flag. > > For all drive

[PATCH v6] drm: allow to use mmuless SoC

2017-01-07 Thread Benjamin Gaignard
Some SoC without MMU have display driver where a drm/kms driver could be implemented. Before doing such kind of thing drm/kms must allow to use mmuless devices. This patch propose to remove MMU configuration flag. For all drivers selecting DRM_TTM add a dependency on MMU. For blackfin architectu