From: Oded Gabbay Date: Mon, 22 Dec 2014 09:47:37 +0000 (+0200) Subject: drivers: Move iommu/ before gpu/ in Makefile X-Git-Tag: fixes-v4.0-rc1~322^2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bacc894c227fad8a727eb99728df708eba57654;p=pandora-kernel.git drivers: Move iommu/ before gpu/ in Makefile AMD GPU devices are dependent on AMD IOMMU controller functionality to allow the GPU to access a process's virtual memory address space, without the need for pinning the memory. This patch changes the order in the drivers makefile, so iommu/ subsystem is linked before gpu/ subsystem. That way, if the gpu and iommu drivers are compiled inside the kernel image (not as modules), the correct order of device loading is still maintained (iommu module is loaded before gpu module). Signed-off-by: Oded Gabbay Reviewed-by: Christian König --- Reading git-diff-tree failed