Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * Copyright 2015 Advanced Micro Devices, Inc.
0003  *
0004  * Permission is hereby granted, free of charge, to any person obtaining a
0005  * copy of this software and associated documentation files (the "Software"),
0006  * to deal in the Software without restriction, including without limitation
0007  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
0008  * and/or sell copies of the Software, and to permit persons to whom the
0009  * Software is furnished to do so, subject to the following conditions:
0010  *
0011  * The above copyright notice and this permission notice shall be included in
0012  * all copies or substantial portions of the Software.
0013  *
0014  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0015  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0016  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
0017  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
0018  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
0019  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
0020  * OTHER DEALINGS IN THE SOFTWARE.
0021  *
0022  */
0023 
0024 #ifndef _SMU7_DYN_DEFAULTS_H
0025 #define _SMU7_DYN_DEFAULTS_H
0026 
0027 
0028 /*  We need to fill in the default values */
0029 
0030 
0031 #define SMU7_VOTINGRIGHTSCLIENTS_DFLT0              0x3FFFC102
0032 #define SMU7_VOTINGRIGHTSCLIENTS_DFLT1              0x000400
0033 #define SMU7_VOTINGRIGHTSCLIENTS_DFLT2              0xC00080
0034 #define SMU7_VOTINGRIGHTSCLIENTS_DFLT3              0xC00200
0035 #define SMU7_VOTINGRIGHTSCLIENTS_DFLT4              0xC01680
0036 #define SMU7_VOTINGRIGHTSCLIENTS_DFLT5              0xC00033
0037 #define SMU7_VOTINGRIGHTSCLIENTS_DFLT6              0xC00033
0038 #define SMU7_VOTINGRIGHTSCLIENTS_DFLT7              0x3FFFC000
0039 
0040 
0041 #define SMU7_THERMALPROTECTCOUNTER_DFLT            0x200
0042 #define SMU7_STATICSCREENTHRESHOLDUNIT_DFLT        0
0043 #define SMU7_STATICSCREENTHRESHOLD_DFLT            0x00C8
0044 #define SMU7_GFXIDLECLOCKSTOPTHRESHOLD_DFLT        0x200
0045 #define SMU7_REFERENCEDIVIDER_DFLT                  4
0046 
0047 #define SMU7_ULVVOLTAGECHANGEDELAY_DFLT             1687
0048 
0049 #define SMU7_CGULVPARAMETER_DFLT                    0x00040035
0050 #define SMU7_CGULVCONTROL_DFLT                      0x00007450
0051 #define SMU7_TARGETACTIVITY_DFLT                     50
0052 #define SMU7_MCLK_TARGETACTIVITY_DFLT                10
0053 #define SMU7_SCLK_TARGETACTIVITY_DFLT                30
0054 #endif
0055