]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-jammy-kernel.git] / drivers / gpu / drm / nouveau / nvkm / subdev / clk / gt215.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NVKM_CLK_NVA3_H__
3 #define __NVKM_CLK_NVA3_H__
4 #include "priv.h"
5
6 struct gt215_clk_info {
7 u32 clk;
8 u32 pll;
9 enum {
10 NVA3_HOST_277,
11 NVA3_HOST_CLK,
12 } host_out;
13 u32 fb_delay;
14 };
15
16 int gt215_pll_info(struct nvkm_clk *, int, u32, u32, struct gt215_clk_info *);
17 int gt215_clk_pre(struct nvkm_clk *, unsigned long *flags);
18 void gt215_clk_post(struct nvkm_clk *, unsigned long *flags);
19 #endif