fix debug mode

This commit is contained in:
Alan Hourihane 2001-05-18 16:46:02 +00:00
parent fc51415542
commit 493ca3508f
2 changed files with 6 additions and 6 deletions

View file

@ -61,6 +61,9 @@
#define __HAVE_DMA_HISTOGRAM 0
#endif
#define DRM_DEBUG_CODE 0 /* Include debugging code (if > 1, then
also include looping detection. */
/* There's undoubtably more of this file to go into these OS dependent ones. */
#ifdef __linux__
#include "drm_os_linux.h"
@ -74,9 +77,6 @@
/* Begin the DRM... */
#define DRM_DEBUG_CODE 0 /* Include debugging code (if > 1, then
also include looping detection. */
#define DRM_HASH_SIZE 16 /* Size of key hash table */
#define DRM_KERNEL_CONTEXT 0 /* Change drm_resctx if changed */
#define DRM_RESERVED_CONTEXTS 1 /* Change drm_resctx if changed */

View file

@ -61,6 +61,9 @@
#define __HAVE_DMA_HISTOGRAM 0
#endif
#define DRM_DEBUG_CODE 0 /* Include debugging code (if > 1, then
also include looping detection. */
/* There's undoubtably more of this file to go into these OS dependent ones. */
#ifdef __linux__
#include "drm_os_linux.h"
@ -74,9 +77,6 @@
/* Begin the DRM... */
#define DRM_DEBUG_CODE 0 /* Include debugging code (if > 1, then
also include looping detection. */
#define DRM_HASH_SIZE 16 /* Size of key hash table */
#define DRM_KERNEL_CONTEXT 0 /* Change drm_resctx if changed */
#define DRM_RESERVED_CONTEXTS 1 /* Change drm_resctx if changed */