HomeSort by: relevance | last modified time | path
    Searched refs:drm_dma (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/external/bsd/drm/dist/bsd-core/drm/
Makefile 12 drm_dma.c \
  /src/sys/modules/drm/
Makefile 13 SRCS+= drm_dma.c
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_dma.c 31 /** @file drm_dma.c
131 int drm_dma(struct drm_device *dev, void *data, struct drm_file *file_priv) function in typeref:typename:int
drm_drv.c 111 DRM_IOCTL_DEF(DRM_IOCTL_DMA, drm_dma, DRM_AUTH),
drmP.h 1063 /* DMA support (drm_dma.c) */
1200 /* DMA support (drm_dma.c) */
1201 int drm_dma(struct drm_device *dev, void *data, struct drm_file *file_priv);
  /src/sys/external/bsd/drm/dist/shared-core/
drm.h 362 * \sa drm_dma.
456 struct drm_dma { struct
1053 #define DRM_IOCTL_DMA DRM_IOWR(0x29, struct drm_dma)
1159 typedef struct drm_dma drm_dma_t;
r128_cce.c 878 struct drm_dma * d)
906 struct drm_dma *d = data;
mga_dma.c 1085 struct drm_file *file_priv, struct drm_dma * d)
1114 struct drm_dma *d = data;
savage_bci.c 1000 struct drm_dma *d)
1027 struct drm_dma *d = data;
mach64_dma.c 1709 struct drm_dma * d)
1743 struct drm_dma *d = data;
radeon_cp.c 1879 struct drm_dma * d)
1907 struct drm_dma *d = data;
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm.h 330 * \sa drm_dma.
424 struct drm_dma { struct
894 #define DRM_IOCTL_DMA DRM_IOWR(0x29, struct drm_dma)
1063 typedef struct drm_dma drm_dma_t;
  /src/sys/external/bsd/drm2/dist/drm/
Makefile 22 drm-$(CONFIG_DRM_LEGACY) += drm_legacy_misc.o drm_bufs.o drm_context.o drm_dma.o drm_scatter.o drm_lock.o
drm_ioc32.c 597 struct drm_dma d;
  /src/sys/modules/drmkms/
Makefile 50 SRCS+= drm_dma.c
  /src/sys/compat/netbsd32/
netbsd32_drm.c 541 dma64to32(drm_dma32_t *d32, const struct drm_dma *d64)
554 dma32to64(struct drm_dma *d64, const drm_dma32_t *d32)
564 struct drm_dma d64;
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_dma.c 1090 struct drm_file *file_priv, struct drm_dma *d)
1119 struct drm_dma *d = data;
  /src/sys/external/bsd/drm2/dist/drm/r128/
r128_cce.c 896 struct drm_dma *d)
924 struct drm_dma *d = data;
  /src/sys/external/bsd/drm2/dist/drm/savage/
savage_bci.c 995 struct drm_dma *d)
1022 struct drm_dma *d = data;

Completed in 25 milliseconds