blob: 73b5e5d3e75a44cf2da4c0ba0c89fe023e4099be [file] [log] [blame]
#ifndef __NVBIOS_DP_H__
#define __NVBIOS_DP_H__
u16 dp_table(struct nouveau_bios *, u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
u16 dp_outp(struct nouveau_bios *, u8 idx, u8 *ver, u8 *len);
u16 dp_outp_match(struct nouveau_bios *, struct dcb_output *, u8 *ver, u8 *len);
#endif