summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/subdev/devinit/nv50.h
blob: 141c27e9f182788e3cff573a226786ee31a95c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef __NVKM_DEVINIT_NV50_H__
#define __NVKM_DEVINIT_NV50_H__

#include "priv.h"

struct nv50_devinit_priv {
	struct nouveau_devinit base;
};

int  nv50_devinit_ctor(struct nouveau_object *, struct nouveau_object *,
		       struct nouveau_oclass *, void *, u32,
		       struct nouveau_object **);
int  nv50_devinit_init(struct nouveau_object *);
int  nv50_devinit_pll_set(struct nouveau_devinit *, u32, u32);

int  nva3_devinit_pll_set(struct nouveau_devinit *, u32, u32);

#endif