linux/drivers/gpu/drm/ttm
Dave Airlie fea456d82c drm/ttm: fix eviction valuable range check.
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 <airlied@redhat.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Cc: stable@vger.kernel.org
Link: https://patchwork.freedesktop.org/patch/msgid/20201019222257.1684769-2-airlied@gmail.com
2020-10-21 06:59:07 +10:00
..
Makefile drm/ttm: give resource functions their own [ch] files 2020-08-12 15:51:03 +02:00
ttm_agp_backend.c drm/ttm: protect against reentrant bind in the drivers 2020-09-18 06:14:00 +10:00
ttm_bo.c drm/ttm: fix eviction valuable range check. 2020-10-21 06:59:07 +10:00
ttm_bo_util.c drm/ttm: drop special pipeline accel cleanup function. 2020-09-18 06:23:06 +10:00
ttm_bo_vm.c Merge drm/drm-next into drm-misc-next 2020-09-14 18:11:40 +02:00
ttm_execbuf_util.c drm/ttm/amdgpu: consolidate ttm reserve paths 2020-08-06 12:16:31 +10:00
ttm_memory.c drm/ttm: update kernel-doc line comments 2020-09-21 11:20:13 +02:00
ttm_module.c Add SPDX idenitifier and clarify license 2018-05-15 13:44:27 -05:00
ttm_page_alloc.c drm/ttm/tt: add wrappers to set tt state. 2020-09-16 09:33:24 +10:00
ttm_page_alloc_dma.c drm/ttm/tt: add wrappers to set tt state. 2020-09-16 09:33:24 +10:00
ttm_range_manager.c drm/ttm: remove available_caching 2020-09-15 16:05:19 +02:00
ttm_resource.c drm/ttm: remove available_caching 2020-09-15 16:05:19 +02:00
ttm_tt.c drm/ttm: flip tt destroy ordering. 2020-09-18 06:14:41 +10:00