aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_bios.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/intel_bios.h')
-rw-r--r--drivers/gpu/drm/i915/intel_bios.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_bios.h b/drivers/gpu/drm/i915/intel_bios.h
index a8cad2b88e04..8af3735e27c6 100644
--- a/drivers/gpu/drm/i915/intel_bios.h
+++ b/drivers/gpu/drm/i915/intel_bios.h
@@ -202,8 +202,7 @@ struct bdb_general_features {
202struct child_device_config { 202struct child_device_config {
203 u16 handle; 203 u16 handle;
204 u16 device_type; 204 u16 device_type;
205 u8 i2c_speed; 205 u8 device_id[10]; /* ascii string */
206 u8 rsvd[9];
207 u16 addin_offset; 206 u16 addin_offset;
208 u8 dvo_port; /* See Device_PORT_* above */ 207 u8 dvo_port; /* See Device_PORT_* above */
209 u8 i2c_pin; 208 u8 i2c_pin;