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 23*1bab09acSLyude Paul */ 24*1bab09acSLyude Paul 25*1bab09acSLyude Paul #ifndef __GK104_FB_H__ 26*1bab09acSLyude Paul #define __GK104_FB_H__ 27*1bab09acSLyude Paul 28*1bab09acSLyude Paul #include <subdev/therm.h> 29*1bab09acSLyude Paul 30*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_fb_clkgate_blcg_init_unk_0[]; 31*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_fb_clkgate_blcg_init_vm_0[]; 32*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_fb_clkgate_blcg_init_main_0[]; 33*1bab09acSLyude Paul extern const struct nvkm_therm_clkgate_init gk104_fb_clkgate_blcg_init_bcast_0[]; 34*1bab09acSLyude Paul 35*1bab09acSLyude Paul #endif 36