summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/include/linux/agp_backend.h
blob: 452d8e92834a32264bc979d2365b953722709487 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Public domain. */

#ifndef _LINUX_AGP_BACKEND_H
#define _LINUX_AGP_BACKEND_H

#include <machine/bus.h>

#if defined(__amd64__) || defined(__i386__)
#define AGP_USER_MEMORY			0
#define AGP_USER_CACHED_MEMORY		BUS_DMA_COHERENT
#endif

#endif