]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h
Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm-misc...
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_gart.h
index 9f9e9dc87da11c42b2e414fbe88a0251bcf9897d..afa2e2877d87cf7065d7000a4a5ed451ca673e43 100644 (file)
@@ -40,8 +40,8 @@ struct amdgpu_bo;
 #define AMDGPU_GPU_PAGES_IN_CPU_PAGE (PAGE_SIZE / AMDGPU_GPU_PAGE_SIZE)
 
 struct amdgpu_gart {
-       u64                             table_addr;
-       struct amdgpu_bo                *robj;
+       struct amdgpu_bo                *bo;
+       /* CPU kmapped address of gart table */
        void                            *ptr;
        unsigned                        num_gpu_pages;
        unsigned                        num_cpu_pages;
This page took 0.034701 seconds and 4 git commands to generate.