]> git.dujemihanovic.xyz Git - linux.git/commit
drm/ttm/tests: Require MMU when testing
authorKarolina Stolarek <karolina.stolarek@intel.com>
Fri, 11 Aug 2023 11:36:49 +0000 (13:36 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 17 Aug 2023 13:05:51 +0000 (15:05 +0200)
commitff065eaf5502384c0d0a3bd3a9459eb5eb0811e1
tree0de879e9641f16106dbcb80dd6b16b7dfc2e3162
parent438cf3271ca116253cffb8edce8aba0191327682
drm/ttm/tests: Require MMU when testing

Satisfy MMU dependency when testing TTM with KUnit. This fixes
compilation errors on platforms that don't select this option
by default.

Signed-off-by: Karolina Stolarek <karolina.stolarek@intel.com>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202308110133.f0lhFwMV-lkp@intel.com/
Closes: https://lore.kernel.org/oe-kbuild-all/202308111032.enU8IisR-lkp@intel.com/
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230811113649.697886-1-karolina.stolarek@intel.com
Signed-off-by: Christian König <christian.koenig@amd.com>
(cherry picked from commit 78f46ecd9be8ec85a177c15d6188e1555657ba86)
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
drivers/gpu/drm/Kconfig