1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVBIOS_DP_H__
3 #define __NVBIOS_DP_H__
6 nvbios_dp_table(struct nvkm_bios
*bios
, u8
*ver
, u8
*hdr
, u8
*cnt
, u8
*len
);
16 u16
nvbios_dpout_parse(struct nvkm_bios
*, u8 idx
,
17 u8
*ver
, u8
*hdr
, u8
*cnt
, u8
*len
,
18 struct nvbios_dpout
*);
19 u16
nvbios_dpout_match(struct nvkm_bios
*, u16 type
, u16 mask
,
20 u8
*ver
, u8
*hdr
, u8
*cnt
, u8
*len
,
21 struct nvbios_dpout
*);
31 nvbios_dpcfg_parse(struct nvkm_bios
*, u16 outp
, u8 idx
,
32 u8
*ver
, u8
*hdr
, u8
*cnt
, u8
*len
, struct nvbios_dpcfg
*);
34 nvbios_dpcfg_match(struct nvkm_bios
*, u16 outp
, u8 pc
, u8 vs
, u8 pe
,
35 u8
*ver
, u8
*hdr
, u8
*cnt
, u8
*len
, struct nvbios_dpcfg
*);