aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/include/subdev/bios/timing.h
blob: 963694b5422492ea17526f88ef14ce5e30b70554 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef __NVBIOS_TIMING_H__
#define __NVBIOS_TIMING_H__

u16 nvbios_timing_table(struct nouveau_bios *,
			u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
u16 nvbios_timing_entry(struct nouveau_bios *, int idx, u8 *ver, u8 *hdr);

#endif