1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NVBIOS_DP_H__
3 #define __NVBIOS_DP_H__
12 u16
nvbios_dpout_parse(struct nvkm_bios
*, u8 idx
,
13 u8
*ver
, u8
*hdr
, u8
*cnt
, u8
*len
,
14 struct nvbios_dpout
*);
15 u16
nvbios_dpout_match(struct nvkm_bios
*, u16 type
, u16 mask
,
16 u8
*ver
, u8
*hdr
, u8
*cnt
, u8
*len
,
17 struct nvbios_dpout
*);
27 nvbios_dpcfg_parse(struct nvkm_bios
*, u16 outp
, u8 idx
,
28 u8
*ver
, u8
*hdr
, u8
*cnt
, u8
*len
, struct nvbios_dpcfg
*);
30 nvbios_dpcfg_match(struct nvkm_bios
*, u16 outp
, u8 pc
, u8 vs
, u8 pe
,
31 u8
*ver
, u8
*hdr
, u8
*cnt
, u8
*len
, struct nvbios_dpcfg
*);