Lines Matching defs:nvbios
78 struct nvbios { struct
79 struct drm_device *dev;
80 enum {
83 } type;
84 uint16_t offset;
85 uint32_t length;
86 uint8_t *data;
88 uint8_t chip_version;
90 uint32_t dactestval;
91 uint32_t tvdactestval;
92 uint8_t digital_min_front_porch;
93 bool fp_no_ddc;
95 spinlock_t lock;
97 bool execute;
99 uint8_t major_version;
100 uint8_t feature_byte;
101 bool is_mobile;
103 uint32_t fmaxvco, fminvco;
105 bool old_style_init;
106 uint16_t init_script_tbls_ptr;
107 uint16_t extra_init_script_tbl_ptr;
109 uint16_t ram_restrict_tbl_ptr;
110 uint8_t ram_restrict_group_count;
112 struct dcb_table dcb;
114 struct {
116 } state;
118 struct {
138 } fp;
140 struct {
143 } tmds;
145 struct {
155 } legacy;