diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/r300_reg.h')
-rw-r--r-- | drivers/gpu/drm/radeon/r300_reg.h | 52 |
1 files changed, 28 insertions, 24 deletions
diff --git a/drivers/gpu/drm/radeon/r300_reg.h b/drivers/gpu/drm/radeon/r300_reg.h index bdbc95fa6721..70f48609515e 100644 --- a/drivers/gpu/drm/radeon/r300_reg.h +++ b/drivers/gpu/drm/radeon/r300_reg.h | |||
@@ -1,30 +1,34 @@ | |||
1 | /************************************************************************** | 1 | /* |
2 | 2 | * Copyright 2005 Nicolai Haehnle et al. | |
3 | Copyright (C) 2004-2005 Nicolai Haehnle et al. | 3 | * Copyright 2008 Advanced Micro Devices, Inc. |
4 | 4 | * Copyright 2009 Jerome Glisse. | |
5 | Permission is hereby granted, free of charge, to any person obtaining a | 5 | * |
6 | copy of this software and associated documentation files (the "Software"), | 6 | * Permission is hereby granted, free of charge, to any person obtaining a |
7 | to deal in the Software without restriction, including without limitation | 7 | * copy of this software and associated documentation files (the "Software"), |
8 | on the rights to use, copy, modify, merge, publish, distribute, sub | 8 | * to deal in the Software without restriction, including without limitation |
9 | license, and/or sell copies of the Software, and to permit persons to whom | 9 | * the rights to use, copy, modify, merge, publish, distribute, sublicense, |
10 | the Software is furnished to do so, subject to the following conditions: | 10 | * and/or sell copies of the Software, and to permit persons to whom the |
11 | 11 | * Software is furnished to do so, subject to the following conditions: | |
12 | The above copyright notice and this permission notice (including the next | 12 | * |
13 | paragraph) shall be included in all copies or substantial portions of the | 13 | * The above copyright notice and this permission notice shall be included in |
14 | Software. | 14 | * all copies or substantial portions of the Software. |
15 | * | ||
16 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
17 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
18 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
19 | * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR | ||
20 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, | ||
21 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
22 | * OTHER DEALINGS IN THE SOFTWARE. | ||
23 | * | ||
24 | * Authors: Nicolai Haehnle | ||
25 | * Jerome Glisse | ||
26 | */ | ||
27 | #ifndef _R300_REG_H_ | ||
28 | #define _R300_REG_H_ | ||
15 | 29 | ||
16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
17 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
18 | FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL | ||
19 | THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, | ||
20 | DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR | ||
21 | OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE | ||
22 | USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
23 | 30 | ||
24 | **************************************************************************/ | ||
25 | 31 | ||
26 | #ifndef _R300_REG_H | ||
27 | #define _R300_REG_H | ||
28 | 32 | ||
29 | #define R300_MC_INIT_MISC_LAT_TIMER 0x180 | 33 | #define R300_MC_INIT_MISC_LAT_TIMER 0x180 |
30 | # define R300_MC_MISC__MC_CPR_INIT_LAT_SHIFT 0 | 34 | # define R300_MC_MISC__MC_CPR_INIT_LAT_SHIFT 0 |