diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2008-04-07 18:15:34 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2008-04-07 18:15:34 +0200 |
commit | 0a96173cc38e506728d4c3f2dd383ba56e856578 (patch) | |
tree | 97577fd3c8938f2990e1b52a1ed6c0e4353f04b3 | |
parent | 255fbf465f5e7db2609a5a151bfa810249db52a0 (diff) |
Increase default CP timeout.
Helps avoid spurious timeouts causing problems, see
http://bugs.freedesktop.org/show_bug.cgi?id=15203 .
-rw-r--r-- | src/radeon_dri.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_dri.h b/src/radeon_dri.h index 3b546267..67892a6c 100644 --- a/src/radeon_dri.h +++ b/src/radeon_dri.h @@ -46,7 +46,7 @@ #define RADEON_DEFAULT_BUFFER_SIZE 2 /* MB (must be page aligned) */ #define RADEON_DEFAULT_GART_TEX_SIZE 1 /* MB (must be page aligned) */ -#define RADEON_DEFAULT_CP_TIMEOUT 10000 /* usecs */ +#define RADEON_DEFAULT_CP_TIMEOUT 100000 /* usecs */ #define RADEON_DEFAULT_PCI_APER_SIZE 32 /* in MB */ |