]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_gart.c
index a070adf30c88c7cf94a90d5aea4012703e8e3485..73b8cca35bab8780d1938a45d035d19648bdd081 100644 (file)
@@ -143,7 +143,7 @@ int amdgpu_gart_table_ram_alloc(struct amdgpu_device *adev)
                return -EFAULT;
        }
 
-       dev_info(adev->dev, "%s dma_addr:%llx\n", __func__, dma_addr);
+       dev_info(adev->dev, "%s dma_addr:%pad\n", __func__, &dma_addr);
        /* Create SG table */
        sg = kmalloc(sizeof(*sg), GFP_KERNEL);
        if (!sg) {
This page took 0.038259 seconds and 4 git commands to generate.