diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_bios.h')
| -rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_bios.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.h b/drivers/gpu/drm/nouveau/nouveau_bios.h index 3befbb821a56..f68c54ca422f 100644 --- a/drivers/gpu/drm/nouveau/nouveau_bios.h +++ b/drivers/gpu/drm/nouveau/nouveau_bios.h | |||
| @@ -128,12 +128,6 @@ struct nvbios { | |||
| 128 | } state; | 128 | } state; |
| 129 | 129 | ||
| 130 | struct { | 130 | struct { |
| 131 | struct dcb_output *output; | ||
| 132 | int crtc; | ||
| 133 | uint16_t script_table_ptr; | ||
| 134 | } display; | ||
| 135 | |||
| 136 | struct { | ||
| 137 | uint16_t fptablepointer; /* also used by tmds */ | 131 | uint16_t fptablepointer; /* also used by tmds */ |
| 138 | uint16_t fpxlatetableptr; | 132 | uint16_t fpxlatetableptr; |
| 139 | int xlatwidth; | 133 | int xlatwidth; |
| @@ -185,8 +179,6 @@ void nouveau_bios_takedown(struct drm_device *dev); | |||
| 185 | int nouveau_run_vbios_init(struct drm_device *); | 179 | int nouveau_run_vbios_init(struct drm_device *); |
| 186 | struct dcb_connector_table_entry * | 180 | struct dcb_connector_table_entry * |
| 187 | nouveau_bios_connector_entry(struct drm_device *, int index); | 181 | nouveau_bios_connector_entry(struct drm_device *, int index); |
| 188 | int nouveau_bios_run_display_table(struct drm_device *, u16 id, int clk, | ||
| 189 | struct dcb_output *, int crtc); | ||
| 190 | bool nouveau_bios_fp_mode(struct drm_device *, struct drm_display_mode *); | 182 | bool nouveau_bios_fp_mode(struct drm_device *, struct drm_display_mode *); |
| 191 | uint8_t *nouveau_bios_embedded_edid(struct drm_device *); | 183 | uint8_t *nouveau_bios_embedded_edid(struct drm_device *); |
| 192 | int nouveau_bios_parse_lvds_table(struct drm_device *, int pxclk, | 184 | int nouveau_bios_parse_lvds_table(struct drm_device *, int pxclk, |
| @@ -195,6 +187,5 @@ int run_tmds_table(struct drm_device *, struct dcb_output *, | |||
| 195 | int head, int pxclk); | 187 | int head, int pxclk); |
| 196 | int call_lvds_script(struct drm_device *, struct dcb_output *, int head, | 188 | int call_lvds_script(struct drm_device *, struct dcb_output *, int head, |
| 197 | enum LVDS_script, int pxclk); | 189 | enum LVDS_script, int pxclk); |
| 198 | bool bios_encoder_match(struct dcb_output *, u32 hash); | ||
| 199 | 190 | ||
| 200 | #endif | 191 | #endif |
