X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fgpu%2Fdrm%2Fi915%2Fi915_vma.c;h=1f14c76b5e35cb705b2d1f3eebbc8c3d42f01adb;hb=b06f4c80d7b41e5242b46c40be3f5508f32210b7;hp=fbfab2f3302326cafdfbd7443e76970ab68f5c7a;hpb=4aa04124368986488ce018e11bcfde36f9352135;p=mirror_ubuntu-bionic-kernel.git diff --git a/drivers/gpu/drm/i915/i915_vma.c b/drivers/gpu/drm/i915/i915_vma.c index fbfab2f33023..1f14c76b5e35 100644 --- a/drivers/gpu/drm/i915/i915_vma.c +++ b/drivers/gpu/drm/i915/i915_vma.c @@ -305,7 +305,7 @@ void __iomem *i915_vma_pin_iomap(struct i915_vma *vma) ptr = vma->iomap; if (ptr == NULL) { - ptr = io_mapping_map_wc(&i915_vm_to_ggtt(vma->vm)->mappable, + ptr = io_mapping_map_wc(&i915_vm_to_ggtt(vma->vm)->iomap, vma->node.start, vma->node.size); if (ptr == NULL) {