aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/include/subdev/bios/rammap.h
blob: bc15e03208773cea8a16ce3a62a84e4cea702ec3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __NVBIOS_RAMMAP_H__
#define __NVBIOS_RAMMAP_H__

u16 nvbios_rammap_table(struct nouveau_bios *, u8 *ver, u8 *hdr,
			u8 *cnt, u8 *len, u8 *snr, u8 *ssz);
u16 nvbios_rammap_entry(struct nouveau_bios *, int idx,
			u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
u16 nvbios_rammap_match(struct nouveau_bios *, u16 khz,
			u8 *ver, u8 *hdr, u8 *cnt, u8 *len);

#endif