Lines Matching defs:nvbios
76 struct nvbios { struct
77 struct drm_device *dev;
78 enum {
81 } type;
82 uint16_t offset;
83 uint32_t length;
84 uint8_t *data;
86 uint8_t chip_version;
88 uint32_t dactestval;
89 uint32_t tvdactestval;
90 uint8_t digital_min_front_porch;
91 bool fp_no_ddc;
93 spinlock_t lock;
95 bool execute;
97 uint8_t major_version;
98 uint8_t feature_byte;
99 bool is_mobile;
101 uint32_t fmaxvco, fminvco;
103 bool old_style_init;
104 uint16_t init_script_tbls_ptr;
105 uint16_t extra_init_script_tbl_ptr;
107 uint16_t ram_restrict_tbl_ptr;
108 uint8_t ram_restrict_group_count;
110 struct dcb_table dcb;
112 struct {
114 } state;
116 struct {
136 } fp;
138 struct {
141 } tmds;
143 struct {
153 } legacy;