mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
![]() Add a dependency on CONFIG_MMU to ofdrm. The driver uses GEM SHMEM
helpers, which require MMU support. A reported error message [1] is
shown below.
arm-linux-gnueabi-ld: drivers/gpu/drm/drm_gem_shmem_helper.o: in function `drm_gem_shmem_fault':
>> drivers/gpu/drm/drm_gem_shmem_helper.c:562: undefined reference to `vmf_insert_pfn'
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Fixes:
|
||
---|---|---|
.. | ||
arcpgu.c | ||
bochs.c | ||
cirrus.c | ||
gm12u320.c | ||
hx8357d.c | ||
ili9163.c | ||
ili9225.c | ||
ili9341.c | ||
ili9486.c | ||
Kconfig | ||
Makefile | ||
mi0283qt.c | ||
ofdrm.c | ||
panel-mipi-dbi.c | ||
repaper.c | ||
simpledrm.c | ||
st7586.c | ||
st7735r.c |