diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-10-30 16:55:17 +0100 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-10-30 16:55:17 +0100 |
commit | 79744d730c90019edd367eee4a8ec1fa22d53402 (patch) | |
tree | 6cd18208da3cfc8c81cc01b3208507adb273023f /shared-core/nouveau_dma.c | |
parent | 0cebcd43dd7b950c07625601b87c72329857d831 (diff) |
Nouveau: add a comment about SKIPS for next API breakage.
Diffstat (limited to 'shared-core/nouveau_dma.c')
-rw-r--r-- | shared-core/nouveau_dma.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared-core/nouveau_dma.c b/shared-core/nouveau_dma.c index ab502e6a..b33df588 100644 --- a/shared-core/nouveau_dma.c +++ b/shared-core/nouveau_dma.c @@ -29,6 +29,9 @@ #include "nouveau_drv.h" #include "nouveau_dma.h" +/* FIXME : should go into a nouveau_drm.h define ? + * (it's shared between DRI & DDX & DRM) + */ #define SKIPS 8 int |