The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/modules/drm2/drm2/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD$
    2 
    3 .PATH:  ${.CURDIR}/../../../dev/drm2 ${.CURDIR}/../../../dev/drm2/ttm
    4 KMOD    = drm2
    5 SRCS    = \
    6         drm_agpsupport.c \
    7         drm_auth.c \
    8         drm_bufs.c \
    9         drm_buffer.c \
   10         drm_context.c \
   11         drm_crtc.c \
   12         drm_crtc_helper.c \
   13         drm_dma.c \
   14         drm_dp_helper.c \
   15         drm_dp_iic_helper.c \
   16         drm_drawable.c \
   17         drm_drv.c \
   18         drm_edid.c \
   19         drm_fb_helper.c \
   20         drm_fops.c \
   21         drm_gem.c \
   22         drm_gem_names.c \
   23         drm_global.c \
   24         drm_hashtab.c \
   25         drm_ioctl.c \
   26         drm_irq.c \
   27         drm_linux_list_sort.c \
   28         drm_lock.c \
   29         drm_memory.c \
   30         drm_mm.c \
   31         drm_modes.c \
   32         drm_pci.c \
   33         drm_scatter.c \
   34         drm_sman.c \
   35         drm_stub.c \
   36         drm_sysctl.c \
   37         drm_vm.c \
   38         ttm_lock.c \
   39         ttm_object.c \
   40         ttm_tt.c \
   41         ttm_bo_util.c \
   42         ttm_bo.c \
   43         ttm_bo_manager.c \
   44         ttm_execbuf_util.c \
   45         ttm_memory.c \
   46         ttm_page_alloc.c \
   47         ttm_bo_vm.c \
   48         ati_pcigart.c
   49 #ttm_agp_backend.c
   50 #ttm_page_alloc_dma.c
   51 
   52 .if ${MACHINE_CPUARCH} == "amd64"
   53 SRCS    += drm_ioc32.c
   54 .endif
   55 
   56 SRCS    +=device_if.h bus_if.h pci_if.h device_if.h iicbus_if.h opt_drm.h \
   57         opt_vm.h opt_compat.h opt_syscons.h
   58 
   59 .include <bsd.kmod.mk>

Cache object: 2856caa18ba076e70fae5316ded56b2e


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.