1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVBIOS_INIT_H__
3 #define __NVBIOS_INIT_H__
6 struct nvkm_subdev
*subdev
;
9 struct dcb_output
*outp
;
14 /* internal state used during parsing */
22 #define nvbios_init(s,o,ARGS...) ({ \
23 struct nvbios_init init = { \
34 int nvbios_exec(struct nvbios_init
*);
36 int nvbios_post(struct nvkm_subdev
*, bool execute
);