1*1bab09acSLyude Paul /* 2*1bab09acSLyude Paul * Copyright 2018 Red Hat Inc. 3*1bab09acSLyude Paul * 4*1bab09acSLyude Paul * Permission is hereby granted, free of charge, to any person obtaining a 5*1bab09acSLyude Paul * copy of this software and associated documentation files (the "Software"), 6*1bab09acSLyude Paul * to deal in the Software without restriction, including without limitation 7*1bab09acSLyude Paul * the rights to use, copy, modify, merge, publish, distribute, sublicense, 8*1bab09acSLyude Paul * and/or sell copies of the Software, and to permit persons to whom the 9*1bab09acSLyude Paul * Software is furnished to do so, subject to the following conditions: 10*1bab09acSLyude Paul * 11*1bab09acSLyude Paul * The above copyright notice and this permission notice shall be included in 12*1bab09acSLyude Paul * all copies or substantial portions of the Software. 13*1bab09acSLyude Paul * 14*1bab09acSLyude Paul * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15*1bab09acSLyude Paul * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16*1bab09acSLyude Paul * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17*1bab09acSLyude Paul * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 18*1bab09acSLyude Paul * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 19*1bab09acSLyude Paul * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20*1bab09acSLyude Paul * OTHER DEALINGS IN THE SOFTWARE. 21*1bab09acSLyude Paul * 22*1bab09acSLyude Paul * Authors: Lyude Paul <lyude@redhat.com> 23*1bab09acSLyude Paul */ 24*1bab09acSLyude Paul #ifndef __GK104_GR_H__ 25*1bab09acSLyude Paul #define __GK104_GR_H__ 26*1bab09acSLyude Paul 27*1bab09acSLyude Paul #include <subdev/therm.h> 28*1bab09acSLyude Paul 29*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_main_0[]; 30*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_rstr2d_0[]; 31*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_unk_0[]; 32*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gcc_0[]; 33*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_sked_0[]; 34*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_unk_1[]; 35*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_ctxctl_0[]; 36*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_unk_0[]; 37*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_esetup_0[]; 38*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_tpbus_0[]; 39*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_zcull_0[]; 40*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_tpconf_0[]; 41*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_unk_1[]; 42*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_gcc_0[]; 43*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_ffb_0[]; 44*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_tex_0[]; 45*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_poly_0[]; 46*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_l1c_0[]; 47*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_unk_2[]; 48*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_mp_0[]; 49*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_ppc_0[]; 50*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_rop_zrop_0[]; 51*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_rop_0[]; 52*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_rop_crop_0[]; 53*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_pxbar_0[]; 54*1bab09acSLyude Paul 55*1bab09acSLyude Paul #endif 56