Re: [PATCH 1/5] drm/ttm: fix eviction valuable range check.

2020-10-20 Thread Christian König
Am 20.10.20 um 00:22 schrieb Dave Airlie: From: Dave Airlie This was adding size to start, but pfn and start are in pages, so it should be using num_pages. Not sure this fixes anything in the real world, just noticed it during refactoring. Oh, yes it most likely does! Signed-off-by: Dave

[PATCH 1/5] drm/ttm: fix eviction valuable range check.

2020-10-19 Thread Dave Airlie
From: Dave Airlie This was adding size to start, but pfn and start are in pages, so it should be using num_pages. Not sure this fixes anything in the real world, just noticed it during refactoring. Signed-off-by: Dave Airlie --- drivers/gpu/drm/ttm/ttm_bo.c | 2 +- 1 file changed, 1