diff options
author | Jonathan Gray <jsg@jsg.id.au> | 2013-03-07 12:37:54 +1100 |
---|---|---|
committer | Jonathan Gray <jsg@jsg.id.au> | 2013-03-07 12:37:54 +1100 |
commit | 1f29655380b5e80b36aeb883d5178d722fe28bc5 (patch) | |
tree | 3fe1c48b2d91c827d10ddb1e43bb5457a035cb04 /sys | |
parent | 656ed4ea968707f2ad776e1fe252d6ed4fef6cce (diff) |
missed a file in a previous commit
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/drm/i915_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/i915_drv.h b/sys/dev/pci/drm/i915_drv.h index 60efe11849d..f2092c99b54 100644 --- a/sys/dev/pci/drm/i915_drv.h +++ b/sys/dev/pci/drm/i915_drv.h @@ -785,7 +785,7 @@ struct inteldrm_softc { struct drm_property *broadcast_rgb_property; struct drm_property *force_audio_property; - bool fdi_rx_polarity_reversed; + u32 fdi_rx_config; struct i915_suspend_saved_registers regfile; }; |