aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev/clock/nva3.h
blob: 6229a509b42e77a88777245fb5c3a2855e9baa2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __NVKM_CLK_NVA3_H__
#define __NVKM_CLK_NVA3_H__

#include <subdev/clock.h>

struct nva3_clock_info {
	u32 clk;
	u32 pll;
};

int nva3_clock_info(struct nouveau_clock *, int, u32, u32,
		    struct nva3_clock_info *);

#endif