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