linux-xiaomi-chiron/drivers/gpu/drm/ttm
Dave Airlie 5de5b6ecf9 drm/ttm/nouveau: don't call tt destroy callback on alloc failure.
This is confusing, and from my reading of all the drivers only
nouveau got this right.

Just make the API act under driver control of it's own allocation
failing, and don't call destroy, if the page table fails to
create there is nothing to cleanup here.

(I'm willing to believe I've missed something here, so please
review deeply).

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200728041736.20689-1-airlied@gmail.com
2020-07-29 10:06:38 +10:00
..
Makefile
ttm_agp_backend.c drm/ttm: make ttm_tt unbind function return void. 2020-07-29 09:43:06 +10:00
ttm_bo.c drm/ttm: ttm_bo_swapout_all doesn't use it's argument. 2020-07-29 10:01:23 +10:00
ttm_bo_manager.c drm/ttm: cleanup ttm_mem_type_manager_func.get_node interface v3 2020-06-29 17:54:12 +02:00
ttm_bo_util.c drm/ttm: cleanup coding style and implementation. 2020-07-21 16:21:04 +02:00
ttm_bo_vm.c Linux 5.8-rc6 2020-07-24 08:48:05 +10:00
ttm_execbuf_util.c
ttm_memory.c
ttm_module.c
ttm_page_alloc.c
ttm_page_alloc_dma.c
ttm_tt.c drm/ttm/nouveau: don't call tt destroy callback on alloc failure. 2020-07-29 10:06:38 +10:00