summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorOded Gabbay <oded.gabbay@amd.com>2014-12-22 12:47:37 +0300
committerOded Gabbay <oded.gabbay@amd.com>2014-12-22 12:47:37 +0300
commit1bacc894c227fad8a727eb99728df708eba57654 (patch)
treecb83fa0b89598cdff2b52936fb79cffe77e74e63 /drivers/gpu
parent0cb989c0c6e62f235b14e48604f909085494026b (diff)
downloadlinux-1bacc894c227fad8a727eb99728df708eba57654.tar.xz
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 <oded.gabbay@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'drivers/gpu')
0 files changed, 0 insertions, 0 deletions