diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-03-12 04:47:36 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-03-12 04:47:36 +0000 |
commit | a5b73cd40e7734c884f578d602441c659a2b06da (patch) | |
tree | 7594ad9a1c2c945b0d4eb0cbc17eedfbbce5b6b0 /src/r128_dripriv.h | |
parent | e19ccfa18fee046c54d7a9401e4e0098b2300598 (diff) |
Bugzilla #5766 <https://bugs.freedesktop.org/show_bug.cgi?id=5766> Patch
#4636 <https://bugs.freedesktop.org/attachment.cgi?id=4636>
- Acknowledge that RN50 only has one CRTC, and use this to distinguish it
from RV100.
- Fix detection of RN50 memory type and bus width.
- Model RN50 memory bandwidth limits by capping the pixel clock range based
on memory clock, bpp and memory bus width. (ATI Technologies Inc.)
Diffstat (limited to 'src/r128_dripriv.h')
-rw-r--r-- | src/r128_dripriv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r128_dripriv.h b/src/r128_dripriv.h index 7f849879..043e7bdb 100644 --- a/src/r128_dripriv.h +++ b/src/r128_dripriv.h @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dripriv.h,v 1.3 2000/11/18 19:37:11 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dripriv.h,v 1.2 2000/11/09 03:24:35 martin Exp $ */ /* * Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario, * Precision Insight, Inc., Cedar Park, Texas, and |