summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2008-11-03 14:51:14 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-11-06 09:55:47 +0800
commit45fb04474d0e67643a633dcc3aeb4efe7fd71ea1 (patch)
tree3d9301491ef16f004e94236cfae7cf7befa1648a
parent5cbf1e72711e906b5309694045b56933e14dca06 (diff)
SDVO: fix wrong order of sdvo version's major/minor
-rw-r--r--src/i830_sdvo_regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_sdvo_regs.h b/src/i830_sdvo_regs.h
index 4d555557..be35b8df 100644
--- a/src/i830_sdvo_regs.h
+++ b/src/i830_sdvo_regs.h
@@ -50,8 +50,8 @@ struct i830_sdvo_caps {
uint8_t vendor_id;
uint8_t device_id;
uint8_t device_rev_id;
- uint8_t sdvo_version_major;
uint8_t sdvo_version_minor;
+ uint8_t sdvo_version_major;
unsigned int sdvo_input_count:2;
unsigned int smooth_scaling:1;
unsigned int sharp_scaling:1;