]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_vm_cpu.c
Merge tag 'parisc-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/delle...
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_vm_cpu.c
index 31913ae86de6bb894ded2fc8142178dd1e7d845a..6e31621452de10d7c9340a1995cbd56d7924a32b 100644 (file)
@@ -31,6 +31,7 @@
  */
 static int amdgpu_vm_cpu_map_table(struct amdgpu_bo_vm *table)
 {
+       table->bo.flags |= AMDGPU_GEM_CREATE_CPU_ACCESS_REQUIRED;
        return amdgpu_bo_kmap(&table->bo, NULL);
 }
 
This page took 0.034732 seconds and 4 git commands to generate.