]> git.baikalelectronics.ru Git - kernel.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)
commitc97f85a526292519e40e0335f6208904755abc1d
tree8b1566014d0258e8875b72bd82c432223c52528f
parent1b3cbf9cd40065b34b687a09d1349bde1b7153c2
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