Re: [PATCH] gpu/drm/amd/amdkfd: fix build, select MMU_NOTIFIER

2018-04-24 Thread Oded Gabbay
On Thu, Apr 19, 2018 at 1:46 PM, Anders Roxell wrote: > On 14 April 2018 at 04:49, Randy Dunlap wrote: >> From: Randy Dunlap >> >> When CONFIG_MMU_NOTIFIER is not enabled, struct mmu_notifier has an >> incomplete type

Re: [PATCH] gpu/drm/amd/amdkfd: fix build, select MMU_NOTIFIER

2018-04-20 Thread Anders Roxell
On 14 April 2018 at 04:49, Randy Dunlap wrote: > From: Randy Dunlap > > When CONFIG_MMU_NOTIFIER is not enabled, struct mmu_notifier has an > incomplete type definition, which causes build errors. > > ../drivers/gpu/drm/amd/amdkfd/kfd_priv.h:607:22:

[PATCH] gpu/drm/amd/amdkfd: fix build, select MMU_NOTIFIER

2018-04-16 Thread Randy Dunlap
From: Randy Dunlap When CONFIG_MMU_NOTIFIER is not enabled, struct mmu_notifier has an incomplete type definition, which causes build errors. ../drivers/gpu/drm/amd/amdkfd/kfd_priv.h:607:22: error: field 'mmu_notifier' has incomplete type