![]() |
|
|||
0001 /* SPDX-License-Identifier: MIT */ 0002 #ifndef __NVIF_IF0012_H__ 0003 #define __NVIF_IF0012_H__ 0004 0005 union nvif_outp_args { 0006 struct nvif_outp_v0 { 0007 __u8 version; 0008 __u8 id; /* DCB device index. */ 0009 __u8 pad02[6]; 0010 } v0; 0011 }; 0012 0013 #define NVIF_OUTP_V0_LOAD_DETECT 0x00 0014 0015 union nvif_outp_load_detect_args { 0016 struct nvif_outp_load_detect_v0 { 0017 __u8 version; 0018 __u8 load; 0019 __u8 pad02[2]; 0020 __u32 data; /*TODO: move vbios loadval parsing into nvkm */ 0021 } v0; 0022 }; 0023 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |