Update Doxygen configuration & comments.
parent
d403173005
commit
0d89b19325
|
@ -418,7 +418,7 @@ WARN_LOGFILE =
|
||||||
# with spaces.
|
# with spaces.
|
||||||
|
|
||||||
INPUT = . \
|
INPUT = . \
|
||||||
../shared
|
../shared-core
|
||||||
|
|
||||||
# If the value of the INPUT tag contains directories, you can use the
|
# If the value of the INPUT tag contains directories, you can use the
|
||||||
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
|
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
|
||||||
|
@ -440,8 +440,7 @@ RECURSIVE = NO
|
||||||
# excluded from the INPUT source files. This way you can easily exclude a
|
# excluded from the INPUT source files. This way you can easily exclude a
|
||||||
# subdirectory from a directory tree whose root is specified with the INPUT tag.
|
# subdirectory from a directory tree whose root is specified with the INPUT tag.
|
||||||
|
|
||||||
EXCLUDE = dristat.c \
|
EXCLUDE =
|
||||||
drmstat.c
|
|
||||||
|
|
||||||
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
|
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
|
||||||
# that are symbolic links (a Unix filesystem feature) are excluded from the input.
|
# that are symbolic links (a Unix filesystem feature) are excluded from the input.
|
||||||
|
@ -955,17 +954,8 @@ INCLUDE_FILE_PATTERNS =
|
||||||
|
|
||||||
PREDEFINED = __KERNEL__ \
|
PREDEFINED = __KERNEL__ \
|
||||||
DRM(x)=x \
|
DRM(x)=x \
|
||||||
__HAVE_AGP=1 \
|
__OS_HAS_AGP=1 \
|
||||||
__REALLY_HAVE_AGP=1 \
|
__OS_HAS_MTRR=1
|
||||||
__MUST_HAVE_AGP=0 \
|
|
||||||
__HAVE_MTRR=1 \
|
|
||||||
__HAVE_CTX_BITMAP=1 \
|
|
||||||
__HAVE_SG=0 \
|
|
||||||
__HAVE_PCI_DMA=0 \
|
|
||||||
__HAVE_DMA=1 \
|
|
||||||
__HAVE_IRQ=1 \
|
|
||||||
__HAVE_VBL_IRQ=1 \
|
|
||||||
__HAVE_SHARED_IRQ=1
|
|
||||||
|
|
||||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
|
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
|
||||||
# this tag can be used to specify a list of macro names that should be expanded.
|
# this tag can be used to specify a list of macro names that should be expanded.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_agpsupport.h
|
* \file drm_agpsupport.c
|
||||||
* DRM support for AGP/GART backend
|
* DRM support for AGP/GART backend
|
||||||
*
|
*
|
||||||
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_auth.h
|
* \file drm_auth.c
|
||||||
* IOCTLs for authentication
|
* IOCTLs for authentication
|
||||||
*
|
*
|
||||||
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_bufs.h
|
* \file drm_bufs.c
|
||||||
* Generic buffer template
|
* Generic buffer template
|
||||||
*
|
*
|
||||||
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_context.h
|
* \file drm_context.c
|
||||||
* IOCTLs for generic contexts
|
* IOCTLs for generic contexts
|
||||||
*
|
*
|
||||||
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_dma.h
|
* \file drm_dma.c
|
||||||
* DMA IOCTL and function support
|
* DMA IOCTL and function support
|
||||||
*
|
*
|
||||||
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_drawable.h
|
* \file drm_drawable.c
|
||||||
* IOCTLs for drawables
|
* IOCTLs for drawables
|
||||||
*
|
*
|
||||||
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_drv.h
|
* \file drm_drv.c
|
||||||
* Generic driver template
|
* Generic driver template
|
||||||
*
|
*
|
||||||
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_fops.h
|
* \file drm_fops.c
|
||||||
* File operations for DRM
|
* File operations for DRM
|
||||||
*
|
*
|
||||||
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_ioctl.h
|
* \file drm_ioctl.c
|
||||||
* IOCTL processing for DRM
|
* IOCTL processing for DRM
|
||||||
*
|
*
|
||||||
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_irq.h
|
* \file drm_irq.c
|
||||||
* IRQ support
|
* IRQ support
|
||||||
*
|
*
|
||||||
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_lock.h
|
* \file drm_lock.c
|
||||||
* IOCTLs for locking
|
* IOCTLs for locking
|
||||||
*
|
*
|
||||||
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_memory.h
|
* \file drm_memory.c
|
||||||
* Memory management wrappers for DRM
|
* Memory management wrappers for DRM
|
||||||
*
|
*
|
||||||
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_memory_debug.h
|
* \file drm_memory_debug.c
|
||||||
* Memory management wrappers for DRM.
|
* Memory management wrappers for DRM.
|
||||||
*
|
*
|
||||||
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* drm_pci.h -- PCI DMA memory management wrappers for DRM -*- linux-c -*- */
|
/* drm_pci.h -- PCI DMA memory management wrappers for DRM -*- linux-c -*- */
|
||||||
/**
|
/**
|
||||||
* \file drm_pci.h
|
* \file drm_pci.c
|
||||||
* \brief Functions and ioctls to manage PCI memory
|
* \brief Functions and ioctls to manage PCI memory
|
||||||
*
|
*
|
||||||
* \warning These interfaces aren't stable yet.
|
* \warning These interfaces aren't stable yet.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_proc.h
|
* \file drm_proc.c
|
||||||
* /proc support for DRM
|
* /proc support for DRM
|
||||||
*
|
*
|
||||||
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_scatter.h
|
* \file drm_scatter.c
|
||||||
* IOCTLs to manage scatter/gather memory
|
* IOCTLs to manage scatter/gather memory
|
||||||
*
|
*
|
||||||
* \author Gareth Hughes <gareth@valinux.com>
|
* \author Gareth Hughes <gareth@valinux.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_stub.h
|
* \file drm_stub.c
|
||||||
* Stub support
|
* Stub support
|
||||||
*
|
*
|
||||||
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* \file drm_vm.h
|
* \file drm_vm.c
|
||||||
* Memory mapping for DRM
|
* Memory mapping for DRM
|
||||||
*
|
*
|
||||||
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
* \author Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
|
|
Loading…
Reference in New Issue