Fix random popping while playing in 32bit by increasing default buffer size
from 4096 to 8192. MFC after: 1 week
This commit is contained in:
parent
17fb8ae78f
commit
fba6b23875
@ -46,7 +46,7 @@
|
||||
#define ATI_IXP_DMA_CHSEGS_MIN 2
|
||||
#define ATI_IXP_DMA_CHSEGS_MAX 256
|
||||
|
||||
#define ATI_IXP_DEFAULT_BUFSZ (1 << 12) /* 4096 */
|
||||
#define ATI_IXP_DEFAULT_BUFSZ (1 << 13) /* 8192 */
|
||||
|
||||
#define ATI_VENDOR_ID 0x1002 /* ATI Technologies */
|
||||
#define ATI_IXP_200_ID 0x4341
|
||||
|
Loading…
Reference in New Issue
Block a user