1 1.1.24.2 martin # $NetBSD: files.ttm,v 1.1.24.2 2020/04/13 08:05:00 martin Exp $ 2 1.1 riastrad 3 1.1 riastrad # TTM, the texture and tiling manager. 4 1.1 riastrad 5 1.1 riastrad define drmkms_ttm: drmkms 6 1.1 riastrad 7 1.1.24.2 martin makeoptions drmkms "CWARNFLAGS.ttm_bo.c"+="${${ACTIVE_CC} == gcc && ${HAVE_GCC:U0} >= 7:? -Wno-error=implicit-fallthrough :}" 8 1.1.24.1 christos 9 1.1 riastrad file external/bsd/drm2/ttm/ttm_agp_backend.c drmkms_ttm 10 1.1 riastrad file external/bsd/drm2/dist/drm/ttm/ttm_memory.c drmkms_ttm 11 1.1 riastrad file external/bsd/drm2/dist/drm/ttm/ttm_tt.c drmkms_ttm 12 1.1 riastrad file external/bsd/drm2/dist/drm/ttm/ttm_bo.c drmkms_ttm 13 1.1 riastrad file external/bsd/drm2/dist/drm/ttm/ttm_bo_util.c drmkms_ttm 14 1.1 riastrad file external/bsd/drm2/ttm/ttm_bo_vm.c drmkms_ttm 15 1.1 riastrad # Linux module goo. 16 1.1 riastrad #file external/bsd/drm2/dist/drm/ttm/ttm_module.c drmkms_ttm 17 1.1 riastrad # Used only by vmwgfx. Needs porting for rcu -> pserialize. 18 1.1 riastrad #file external/bsd/drm2/dist/drm/ttm/ttm_object.c drmkms_ttm 19 1.1 riastrad # Used only by vmwgfx. Needs porting. Does silly things like SIGKILL. 20 1.1 riastrad #file external/bsd/drm2/dist/drm/ttm/ttm_lock.c drmkms_ttm 21 1.1 riastrad file external/bsd/drm2/dist/drm/ttm/ttm_execbuf_util.c drmkms_ttm 22 1.1 riastrad # Replaced locally by ttm_bus_dma.c. 23 1.1 riastrad #file external/bsd/drm2/dist/drm/ttm/ttm_page_alloc.c drmkms_ttm 24 1.1 riastrad file external/bsd/drm2/dist/drm/ttm/ttm_bo_manager.c drmkms_ttm 25 1.1 riastrad # Replaced locally by ttm_bus_dma.c. 26 1.1 riastrad #file external/bsd/drm2/dist/drm/ttm/ttm_page_alloc_dma.c drmkms_ttm 27 1.1 riastrad 28 1.1 riastrad file external/bsd/drm2/ttm/ttm_bus_dma.c drmkms_ttm 29