mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-04 05:10:20 +01:00
fix debug mode
This commit is contained in:
parent
fc51415542
commit
493ca3508f
2 changed files with 6 additions and 6 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue