]> 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 9ff62887e4e32cd0378295720e7517d74b035efd..afa2e2877d87cf7065d7000a4a5ed451ca673e43 100644 (file)
@@ -41,6 +41,7 @@ struct amdgpu_bo;
 
 struct amdgpu_gart {
        struct amdgpu_bo                *bo;
+       /* CPU kmapped address of gart table */
        void                            *ptr;
        unsigned                        num_gpu_pages;
        unsigned                        num_cpu_pages;
This page took 0.032148 seconds and 4 git commands to generate.