aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev/instmem/nv04.h
blob: a8c1104a83dac2b9690b1f6162cc10572123cda9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __NV04_INSTMEM_H__
#define __NV04_INSTMEM_H__

struct nv04_instmem_priv {
	struct nouveau_gpuobj *vbios;
	struct nouveau_gpuobj *ramht;
	struct nouveau_gpuobj *ramro;
	struct nouveau_gpuobj *ramfc;
};

#endif