Home | History | Annotate | Line # | Download | only in ttm
files.ttm revision 1.1
      1  1.1  riastrad #	$NetBSD: files.ttm,v 1.1 2014/09/14 19:06:01 riastradh 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  riastrad file	external/bsd/drm2/ttm/ttm_agp_backend.c			drmkms_ttm
      8  1.1  riastrad file	external/bsd/drm2/dist/drm/ttm/ttm_memory.c		drmkms_ttm
      9  1.1  riastrad file	external/bsd/drm2/dist/drm/ttm/ttm_tt.c			drmkms_ttm
     10  1.1  riastrad file	external/bsd/drm2/dist/drm/ttm/ttm_bo.c			drmkms_ttm
     11  1.1  riastrad file	external/bsd/drm2/dist/drm/ttm/ttm_bo_util.c		drmkms_ttm
     12  1.1  riastrad file	external/bsd/drm2/ttm/ttm_bo_vm.c			drmkms_ttm
     13  1.1  riastrad # Linux module goo.
     14  1.1  riastrad #file	external/bsd/drm2/dist/drm/ttm/ttm_module.c		drmkms_ttm
     15  1.1  riastrad # Used only by vmwgfx.  Needs porting for rcu -> pserialize.
     16  1.1  riastrad #file	external/bsd/drm2/dist/drm/ttm/ttm_object.c		drmkms_ttm
     17  1.1  riastrad # Used only by vmwgfx.  Needs porting.  Does silly things like SIGKILL.
     18  1.1  riastrad #file	external/bsd/drm2/dist/drm/ttm/ttm_lock.c		drmkms_ttm
     19  1.1  riastrad file	external/bsd/drm2/dist/drm/ttm/ttm_execbuf_util.c	drmkms_ttm
     20  1.1  riastrad # Replaced locally by ttm_bus_dma.c.
     21  1.1  riastrad #file	external/bsd/drm2/dist/drm/ttm/ttm_page_alloc.c		drmkms_ttm
     22  1.1  riastrad file	external/bsd/drm2/dist/drm/ttm/ttm_bo_manager.c		drmkms_ttm
     23  1.1  riastrad # Replaced locally by ttm_bus_dma.c.
     24  1.1  riastrad #file	external/bsd/drm2/dist/drm/ttm/ttm_page_alloc_dma.c	drmkms_ttm
     25  1.1  riastrad 
     26  1.1  riastrad file	external/bsd/drm2/ttm/ttm_bus_dma.c			drmkms_ttm
     27