aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/include/subdev/bios/timing.h
blob: 76d914b67ab5cc9c0a435d5fc77654cbbfb884e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __NVBIOS_TIMING_H__
#define __NVBIOS_TIMING_H__

struct nvbios_ramcfg;

u16 nvbios_timingTe(struct nouveau_bios *,
		    u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *snr, u8 *ssz);
u16 nvbios_timingEe(struct nouveau_bios *, int idx,
		    u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
u16 nvbios_timingEp(struct nouveau_bios *, int idx,
		    u8 *ver, u8 *hdr, u8 *cnt, u8 *len,
		    struct nvbios_ramcfg *);

#endif