]> git.dujemihanovic.xyz Git - linux.git/commit
nouveau: remove the block parameter to nouveau_range_fault
authorChristoph Hellwig <hch@lst.de>
Wed, 24 Jul 2019 06:52:54 +0000 (08:52 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 25 Jul 2019 19:14:40 +0000 (16:14 -0300)
commit5fbcf5015db8e9f04a9da6d40322622fa229da54
tree8b1566014d0258e8875b72bd82c432223c52528f
parent02712bc3250849c1cf99d626aea98f610e695f34
nouveau: remove the block parameter to nouveau_range_fault

The parameter is always false, so remove it as well as the -EAGAIN
handling that can only happen for the non-blocking case.

Link: https://lore.kernel.org/r/20190724065258.16603-4-hch@lst.de
Tested-by: Ralph Campbell <rcampbell@nvidia.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/gpu/drm/nouveau/nouveau_svm.c